Forum Discussion
- depecheContributorHi!
If all of your test cases are present inside the project, then you can declare a project level property (say for e.g. WSEndpoint) where you can specify the service endpoint and you can use this property at the request like this:
${#Project#WSEndpoint}
Hope this might help you.
Thanks & regards!
depeche - stevenleOccasional ContributorThanks! It helps a lot. However, when host changes, i have to open the project and change the host.