Skip to content Skip to sidebar Skip to footer

How To Fetch Or Extract Value From Div Tag Using Jmeter

I want to fetch OTP value(123456) from Div tag, as it changes every time. How can i do this in Jmeter? I have some idea that, it can done by xpath extractor & reguler e

Solution 1:

Use Regular expression extractor as a post processor like,

enter image description here

Later you can use that value anywhere using ${OTP_val} variable

Post a Comment for "How To Fetch Or Extract Value From Div Tag Using Jmeter"