Preserving Test Cases During Endpoint Re-import

We’ve been setting up a bunch of test cases on our current API endpoints, but we just found out the dev team is planning to re-import these endpoints. I’m worried because this means we’ll lose all our test cases.

Do you have any tips or tricks for handling this? Is there a way we can keep working on our test cases, even if we have to deal with an outdated API for a bit, without losing everything during the re-import?

Any advice you have would be super helpful. Thanks a lot!

Here’s the response based on the core points:

Don’t worry - importing the updated endpoints won’t affect your existing test cases. When exporting/importing, make sure to match the same interfaces and select “keep both” for data models. This ensures your old test scenarios remain usable even with API updates. You can manually adjust any deprecated interfaces later when needed.