一、场景
使用jmeter5.2.1的xpath提取器获取请求响应结果中值作为下一个请求的输入,并在Bean Shell后置处理器中编写通过日志打印XPath提取器提取的内容。
二、关键操作及选择
提取内容为请求响应结果中的<input type="hidden" name="execution" value="a6cd.........................................................">
,需要提取的为value值,提取要后作为下一个请求的输入。文章来源:https://www.toymoban.com/news/detail-409986.html
【xpath提取器填写】:文章来源地址https://www.toymoban.com/news/detail-409986.html
- Apply to:选中Main sample and sub-samples
- XML Parsing Options:选中Use Tidy(tolerant parser)和Quiet
- 勾选Return entire XPath fragment of text content?
- 引用名称:
execution_value_xpath
- XPath query:
//input[@type="hidden"][@name="execution"]/@value
- 匹配数字(0代表随机):
-1
- 缺省值:
execution_val
到了这里,关于“jmeter使用xpath提取器获取请求响应中的value值作为下一个请求的输入”案例的文章就介绍完了。如果您还想了解更多内容,请在右上角搜索TOY模板网以前的文章或继续浏览下面的相关文章,希望大家以后多多支持TOY模板网!