Forum Discussion
Christoph_Schwa
17 years agoContributor
Hi Ole,
using the properties i create a project property test.IMDBurl filled with a groovy script:
String url = 'http://' + ipAddress + ':8088'
testRunner.testCase.testSuite.project.setPropertyValue("test.IMDBurl", url )
now i want to use this test.IMDBurl property as the endpoint. but whenever i call an endpoint with this property i get a empty response.
in the endpoint i tried this settings:
$(project.getPropertyValue("test.IMDBurl"))
$(test.IMDBurl)
and a few others but none worked.
what would be the entry as the endpoint to make this work?
thanks
Chris
using the properties i create a project property test.IMDBurl filled with a groovy script:
String url = 'http://' + ipAddress + ':8088'
testRunner.testCase.testSuite.project.setPropertyValue("test.IMDBurl", url )
now i want to use this test.IMDBurl property as the endpoint. but whenever i call an endpoint with this property i get a empty response.
in the endpoint i tried this settings:
$(project.getPropertyValue("test.IMDBurl"))
$(test.IMDBurl)
and a few others but none worked.
what would be the entry as the endpoint to make this work?
thanks
Chris