求jmeter正则表达式
我想用jmeter的正则表达式提取器取出<input type="hidden" name="FlowID" value="0111660020100331113933245">这句话里value的值正则表达式不知道怎么写,请大家帮忙 仅供参考:
------------------------------------------------------------------
Name: Regular Expression Extractor
Reference Name: FlowID
Regular Expression: name="FlowID".*?value="(.*?)"
Template: $1$
Match No.(0 for Random): 1
------------------------------------------------------------------
<hashTree>
<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Regular Expression Extractor" enabled="true">
<stringProp name="RegexExtractor.useHeaders">false</stringProp>
<stringProp name="RegexExtractor.refname">FlowID</stringProp>
<stringProp name="RegexExtractor.regex">name="FlowID".*?value="(.*?)"</stringProp>
<stringProp name="RegexExtractor.template">$1$</stringProp>
<stringProp name="RegexExtractor.default"></stringProp>
<stringProp name="RegexExtractor.match_number">1</stringProp>
</RegexExtractor>
<hashTree/>
</hashTree>
------------------------------------------------------------------
谢谢
谢谢,已经搞定了
页:
[1]