Am 12.05.2015 um 11:03 schrieb Ayan:
Hi,

I have recorded script in QA environment in a IP but I need to test it in
another IP (UAT environment). As all the HTTP request having IP address of
QA env, I need to change all the same.

Is there any way by which I need to change it only one place?
When you have defined a "user defined variable" while recording which has the IP address as a value, JMeter will put the name of that value surrounded by ${ and } wherever it finds it instead.

That way, you can record your script against one server and point it to another server by changing the value of that variable.

You can read more about it under "User defined Variable replacement" at http://jmeter.apache.org/usermanual/component_reference.html#HTTP%28S%29_Test_Script_Recorder

Regards
 Felix

Thanks




--
View this message in context: 
http://jmeter.512774.n5.nabble.com/how-to-update-new-ip-address-in-jmeter-after-recording-tp5722417.html
Sent from the JMeter - Dev mailing list archive at Nabble.com.

Reply via email to