Forum Discussion

Ludo15101966's avatar
Ludo15101966
Contributor
7 years ago

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