Forum Discussion

subhaD's avatar
subhaD
Contributor
5 years ago
Solved

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...
  • subhaD's avatar
    subhaD
    5 years ago

    We have differnet environments, like

    www.qa.google.com\abcd\efgh

    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.comwww.qa.google.com

    Got this answer from smartbear support , by emailing support tech. Thanks all for help, creating screenshot of my solution.