cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

x-dynatrace Header - What is the SoapUI equivalent to JMeter

george_fleifel
Newcomer

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

 

1 REPLY 1

JamesKitson
Dynatrace Guru
Dynatrace Guru

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

Featured Posts