01 Dec 2017 01:43 PM - last edited on 08 Dec 2021 01:04 PM by MaciejNeumann
What is the SoapUI equivalent to JMeter's NA=${__samplerName()};VU=-${__threadNum()}
New to SoapUI and would like to have a variable in x-dynatrace header equivalent to the samplerName above
Solved! Go to Solution.
01 Dec 2017 02:15 PM
No personal experience but I assume you would need to use SoapUI "properties" (the equivalent of variables in Jmeter):
https://www.soapui.org/docs/functional-testing/pro...
The following page has some tips on accessing test values:
https://www.soapui.org/scripting-properties/tips-t...
This might* help with the thread number:
https://community.smartbear.com/t5/SoapUI-Open-Sou...
Hopefully that at least helps get you started.
James