Refactoring web services
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Refactoring web services
Hello,
I'm facing a problem with refactoring
my tested web services are changing, main change is version , moving from V1 to V2
http:........api/v1/method --------> http:..........api/v2/method
so I think the solution is to use refactoring function ?
In the refactoring panel I have old version (v1) to the right and new (v2) to the left but nothing linked
Even the order of web services are different, even if they are in the same order in swagger (alphabetically)
Manually linking each ws to the new one , with list not ordered is not easy
Do you have an other solution ? creating new project and copying the tests ?
thanks
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Ludo,
Thank you for your post. Using Environments can be useful for you - it allows you to define environment-specific endpoints.
Please see:
About: https://support.smartbear.com/readyapi/docs/testing/environments/about.html
REST: https://support.smartbear.com/readyapi/docs/testing/environments/rest.html
Did my reply answer your question? Give Kudos or Accept it as a Solution to help others. ⬇️⬇️⬇️
