Toggle navigation
Toggle navigation
This project
Loading...
Sign in
YPT
/
jmeter
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
Rong
8 years ago
Commit
398f59b0b875a8c60c499c456f54a833af240677
1 parent
6f8a5008
commit by shell
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
0 deletions
script/downloadMovie.jmx
script/downloadMovie.jmx
View file @
398f59b
...
...
@@ -151,6 +151,22 @@ vars.put("searchValue",req+"&client_secret="+md5);</stri
<intProp
name=
"Assertion.test_type"
>
16
</intProp>
</ResponseAssertion>
<hashTree/>
<JSONPostProcessor
guiclass=
"JSONPostProcessorGui"
testclass=
"JSONPostProcessor"
testname=
"JSON Extractor"
enabled=
"true"
>
<stringProp
name=
"JSONPostProcessor.referenceNames"
>
a
</stringProp>
<stringProp
name=
"JSONPostProcessor.jsonPathExprs"
>
$..programa
</stringProp>
<stringProp
name=
"JSONPostProcessor.match_numbers"
>
1
</stringProp>
<stringProp
name=
"JSONPostProcessor.defaultValues"
>
0
</stringProp>
</JSONPostProcessor>
<hashTree/>
<RegexExtractor
guiclass=
"RegexExtractorGui"
testclass=
"RegexExtractor"
testname=
"正则表达式提取器"
enabled=
"true"
>
<stringProp
name=
"RegexExtractor.useHeaders"
>
false
</stringProp>
<stringProp
name=
"RegexExtractor.refname"
>
b
</stringProp>
<stringProp
name=
"RegexExtractor.regex"
>
1(.+?),
</stringProp>
<stringProp
name=
"RegexExtractor.template"
>
$1$
</stringProp>
<stringProp
name=
"RegexExtractor.default"
></stringProp>
<stringProp
name=
"RegexExtractor.match_number"
>
1
</stringProp>
</RegexExtractor>
<hashTree/>
</hashTree>
<ConstantThroughputTimer
guiclass=
"TestBeanGUI"
testclass=
"ConstantThroughputTimer"
testname=
"固定TPM"
enabled=
"true"
>
<stringProp
name=
"TestPlan.comments"
></stringProp>
...
...
Please
register
or
login
to post a comment