如何使用Jmeter从Div标签中获取或提取值

时间:2014-11-07 07:30:31

标签: html xpath expression jmeter extractor

我想从Div标签中获取OTP值(123456),因为它每次都会改变     我怎么能在Jmeter中做到这一点?     我有一点想法,它可以通过 xpath提取器& reguler表达 ..但是在东方没有成功那么..请帮帮我。     代码示例是这样的。

<div id="messages">
<div class="section clearfix"> 
<div class="messages status"> 
<h2 class="element-invisible">Status message</h2> OTP has been sent to your registered email id.  OTP is 123456</div></div></div>


I want OTP value in a variable...so that i can use that dynamically.

1 个答案:

答案 0 :(得分:1)

使用正则表达式提取器作为后处理器,如

enter image description here

稍后您可以使用$ {OTP_val}变量

在任何地方使用该值