regex - Jmeter Regular Expression Extractor -



regex - Jmeter Regular Expression Extractor -

i new jmeter's regular look extractor. http request, getting html response. want extract e-mail address hidden value in response utilize in subsequent request.

the string is:

<input type="hidden" name="login" id="login" value="abs12.test@test.com" >

how can this?

you may maybe more effective xpath extractor, used same way regex extractor. xpath query like:

//input[@type='hidden'][@name='login']/@value

and extractor itself:

regex xpath jmeter

Comments

Popular posts from this blog

java - How to pass parameters between Request-Scoped Controllers? -

actionscript 3 - Flex: moving a point with rotation doesnt change the point XY? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -