subhaD
7 years agoContributor
Groovy: Changing resource path for diff environments using readyapi 2.6.0
 I have 3 environments, two have different endpoint , but same resource path , ao am using environments for this 
 But 3rd environemnt has a different endpoint and different resource path. 
 Please he...
- 7 years ago
We have differnet environments, like
www.google.com\abcd\efgh\ijkl\mnop
To parametrize this on different environments, we create project custom property and parametrize using that in different environments,
www.google.com\{templateproperty} using the template property in project.
Then we can change using environments, and changing endpoint for different environments,
www.google.com , www.qa.google.com
Got this answer from smartbear support , by emailing support tech. Thanks all for help, creating screenshot of my solution.