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
c9aa809a159ff4314dc35796421be1d17299b7c9
1 parent
bba9d769
commit by shell
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
script/offline/offlineCart.jmx
script/offline/offlineCart.jmx
View file @
c9aa809
...
...
@@ -50,7 +50,7 @@
</elementProp>
<elementProp
name=
"offline_shopping_key"
elementType=
"Argument"
>
<stringProp
name=
"Argument.name"
>
offline_shopping_key
</stringProp>
<stringProp
name=
"Argument.value"
>
a34d0ac74038cf67019950617c1fa7bb
</stringProp>
<stringProp
name=
"Argument.value"
>
123
</stringProp>
<stringProp
name=
"Argument.metadata"
>
=
</stringProp>
</elementProp>
</collectionProp>
...
...
@@ -779,6 +779,13 @@ 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"
>
offline_shopping_key
</stringProp>
<stringProp
name=
"JSONPostProcessor.jsonPathExprs"
>
$..data.shopping_key
</stringProp>
<stringProp
name=
"JSONPostProcessor.match_numbers"
>
1
</stringProp>
<stringProp
name=
"JSONPostProcessor.defaultValues"
>
a34d0ac74038cf67019950617c1fa7bb
</stringProp>
</JSONPostProcessor>
<hashTree/>
</hashTree>
<HTTPSamplerProxy
guiclass=
"HttpTestSampleGui"
testclass=
"HTTPSamplerProxy"
testname=
"child_tc_app_ShoppingForOffline_offlineEasyPayment"
enabled=
"true"
>
<boolProp
name=
"HTTPSampler.postBodyRaw"
>
true
</boolProp>
...
...
Please
register
or
login
to post a comment