Hi All,

i am facing an problem with extracting the required string from response.
the below is the response
"jobId\":\"32c1919e-a8c3-11e1-9220-00163e7f6087\",\"Status\":\"COMPLETED\",\"Percentage\":100}')"}


i need to get the status completed(until then the loop runs)

the regexp i used :

\\",\\"Status\\":\\"(.+?)\\",\\"

when i checked it with regexp tester it is showing the output.

during run time i added debug sampler to check the values we are
capturing....then is showin my default value "ERROR".

can some one assist me in why this difference b/w regexp tester and debug
sampler.

what could be the proper regular expression to extract the string?

-----
Venkat Akurathi
91-9703186688
--
View this message in context: 
http://jmeter.512774.n5.nabble.com/need-help-with-regular-expression-regexp-tester-tp5713371.html
Sent from the JMeter - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@jmeter.apache.org
For additional commands, e-mail: user-h...@jmeter.apache.org

Reply via email to