Forum Discussion
NukerDoggie
13 years agoOccasional Contributor
I have done exactly as specified here, but I cannot get the Endpoint parameterization to work.
I created a custom property called url at the project level and gave it a good value of the form https://servername:portno
Then I edited my test steps Endpoint Property to be ${#Project#url}
The test step Endpoint property does not expand into the value for url which I have entered at the Project level.
And when I click on the green arrow to execute the test step, nothing happens - no call is made and no error.
Interestingly, if I intentionally enter the wrong thing for Endpoint at the test step level, like ${#Project#urls} then SoapUI catches the mistake (the extra "s" on the end of url) and tells me the Endpoint is invalid.
Why is the expansion not happening?
I created a custom property called url at the project level and gave it a good value of the form https://servername:portno
Then I edited my test steps Endpoint Property to be ${#Project#url}
The test step Endpoint property does not expand into the value for url which I have entered at the Project level.
And when I click on the green arrow to execute the test step, nothing happens - no call is made and no error.
Interestingly, if I intentionally enter the wrong thing for Endpoint at the test step level, like ${#Project#urls} then SoapUI catches the mistake (the extra "s" on the end of url) and tells me the Endpoint is invalid.
Why is the expansion not happening?
Related Content
- 10 years ago