Cheers, 
In the web app I am testing, a unique authorization code is generated at 
runtime and submitted with each http request during that [web browser] session. 
 Jmeter script recorder stores the hardcoded value, which again is only valid 
during that session.

I can use the Regular Expression Extractor to capture the authorization code 
${AuthCode}, which is generated on the 10th http request in the test plan.  I 
need to tell JMETER to use this new authorization code in all subsequent http 
requests in the test.  I can manually replace all subsequent occurrences of the 
code with the new value extracted ${AuthCode}, but this would mean hundreds of 
manual changes.

Is there any way to tell JMETER that from a given point going forward, ignore 
the hardcoded value of the http request parameter  and use the value extracted 
at the 10th call.  This is important because each test plan has hundreds of 
calls and there will be multiple test plans for the web site. 

THX... BTW Joined today and this is my first post here. Hope I'm doing this 
correctly. 


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to