Implementing If Logic

2011-07-11 Thread Selvam T, Palani
Hi All, User session is locked once each user is processed. I want to implement like below: 1. See the response of 3rd URL 2. If it goes to unlock, execute set of requests for unlock How can I do this..? Thanks Regards, Palani Selvam

Re: Implementing If Logic

2011-07-11 Thread Bruce Ide
Identify the part of the html response you're interested in and use the XPath extractor to extract it to a variable: http://jakarta.apache.org/jmeter/usermanual/component_reference.html#XPath_Extractor And then test the variable with an if controller and execute the appropriate code depending on