Forum Discussion
SmartBear_Suppo
Alumni
16 years agoHello,
The easiest way to get this is by using a Groovy Assertion attached to the request itself. In it, simply use: messageExchange.endpoint
If you want to save this property for later, you can create a Properties TestStep and store it there:
Regards,
Dain
eviware.com
The easiest way to get this is by using a Groovy Assertion attached to the request itself. In it, simply use: messageExchange.endpoint
If you want to save this property for later, you can create a Properties TestStep and store it there:
context.testCase.testSteps['Properties'].setPropertyValue('url', messageExchange.endpoint)
Regards,
Dain
eviware.com