Hi Bruno, Thanks a lot! I figured out the issue. Basically the response before each Run Time Prompt request contains two values for adf.ctrl-state. Now our reg ex extractor contains match no. = 1 which basically means that it exits after the first occurrence of adf.ctrl-state and did not even read the second value which was the value needed by the RTP request. So I created a second extractor for adf.ctrl-state with Match no. = 2 and used this new variable in the requests. It worked after that.
Thanks a lot for your help!! -Ankit -- View this message in context: http://jmeter.512774.n5.nabble.com/Using-Jemeter-with-ADF-to-record-Run-Time-Prompts-tp5518051p5518846.html Sent from the JMeter - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
