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

iphone - Dismissing a UIAlertView -

c# - Can ProtoBuf-Net deserialize to a flat class? -

javascript - Change element in each JQuery tab to dynamically generated colors -