Showing
1 changed file
with
16 additions
and
0 deletions
@@ -151,6 +151,22 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri | @@ -151,6 +151,22 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri | ||
151 | <intProp name="Assertion.test_type">16</intProp> | 151 | <intProp name="Assertion.test_type">16</intProp> |
152 | </ResponseAssertion> | 152 | </ResponseAssertion> |
153 | <hashTree/> | 153 | <hashTree/> |
154 | +<JSONPostProcessor guiclass="JSONPostProcessorGui" testclass="JSONPostProcessor" testname="JSON Extractor" enabled="true"> | ||
155 | + <stringProp name="JSONPostProcessor.referenceNames">a</stringProp> | ||
156 | + <stringProp name="JSONPostProcessor.jsonPathExprs">$..programa</stringProp> | ||
157 | + <stringProp name="JSONPostProcessor.match_numbers">1</stringProp> | ||
158 | + <stringProp name="JSONPostProcessor.defaultValues">0</stringProp> | ||
159 | + </JSONPostProcessor> | ||
160 | + <hashTree/> | ||
161 | +<RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="正则表达式提取器" enabled="true"> | ||
162 | + <stringProp name="RegexExtractor.useHeaders">false</stringProp> | ||
163 | + <stringProp name="RegexExtractor.refname">b</stringProp> | ||
164 | + <stringProp name="RegexExtractor.regex">1(.+?),</stringProp> | ||
165 | + <stringProp name="RegexExtractor.template">$1$</stringProp> | ||
166 | + <stringProp name="RegexExtractor.default"></stringProp> | ||
167 | + <stringProp name="RegexExtractor.match_number">1</stringProp> | ||
168 | + </RegexExtractor> | ||
169 | + <hashTree/> | ||
154 | </hashTree> | 170 | </hashTree> |
155 | <ConstantThroughputTimer guiclass="TestBeanGUI" testclass="ConstantThroughputTimer" testname="固定TPM" enabled="true"> | 171 | <ConstantThroughputTimer guiclass="TestBeanGUI" testclass="ConstantThroughputTimer" testname="固定TPM" enabled="true"> |
156 | <stringProp name="TestPlan.comments"></stringProp> | 172 | <stringProp name="TestPlan.comments"></stringProp> |
-
Please register or login to post a comment