jaiprakashb
3 years agoOccasional Contributor
is it possible to change resource by datasource
Hi team
Currently we are in a situation where we have our exisitng testsuites with a common API resource path as below
Now the problem is the resources are changed for every call and we are trying to use existing test suite , but in that if for one testcase we are changing the resource it gets changes across for all the calls mentioned in screenshot which we donot want
EG-
earlier was /Quertmapping/query/Autoalert/123
/Quertmapping/query/Depacct/xyz etc
now it is
/autoalert/auto/123
/Depacct/main/xyz etc
Please suggest how can we reuse existing making minor changes rather then need to create everything from scratch