Forum Discussion
depeche
16 years agoContributor
Hi!
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
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