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
7 years ago
Commit
afa360800b02c4634c0a76933dec95841abd07e1
1 parent
5a3e0d14
commit by shell
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
3 deletions
script/default/test5.jmx
script/default/test5.jmx
View file @
afa3608
...
...
@@ -104,6 +104,30 @@
</collectionProp>
<stringProp
name=
"TestPlan.comments"
></stringProp>
</Arguments>
<hashTree/>
<CSVDataSet
guiclass=
"TestBeanGUI"
testclass=
"CSVDataSet"
testname=
"data_商品for浏览"
enabled=
"true"
>
<stringProp
name=
"TestPlan.comments"
></stringProp>
<stringProp
name=
"filename"
>
/opt/jmeter/data/product_2w.csv
</stringProp>
<stringProp
name=
"fileEncoding"
>
utf-8
</stringProp>
<stringProp
name=
"variableNames"
>
product_id,product_skn
</stringProp>
<stringProp
name=
"delimiter"
>
,
</stringProp>
<boolProp
name=
"quotedData"
>
false
</boolProp>
<boolProp
name=
"recycle"
>
true
</boolProp>
<boolProp
name=
"stopThread"
>
false
</boolProp>
<stringProp
name=
"shareMode"
>
shareMode.all
</stringProp>
</CSVDataSet>
<hashTree/>
<CSVDataSet
guiclass=
"TestBeanGUI"
testclass=
"CSVDataSet"
testname=
"data_逛"
enabled=
"true"
>
<stringProp
name=
"TestPlan.comments"
></stringProp>
<stringProp
name=
"filename"
>
/opt/jmeter/data/guang.csv
</stringProp>
<stringProp
name=
"fileEncoding"
>
utf-8
</stringProp>
<stringProp
name=
"variableNames"
>
article_id,article_author_id,article_datetime
</stringProp>
<stringProp
name=
"delimiter"
>
,
</stringProp>
<boolProp
name=
"quotedData"
>
false
</boolProp>
<boolProp
name=
"recycle"
>
true
</boolProp>
<boolProp
name=
"stopThread"
>
false
</boolProp>
<stringProp
name=
"shareMode"
>
shareMode.all
</stringProp>
</CSVDataSet>
<hashTree/>
<CSVDataSet
guiclass=
"TestBeanGUI"
testclass=
"CSVDataSet"
testname=
"data_mobile_orderCode_test_1w"
enabled=
"true"
>
<stringProp
name=
"TestPlan.comments"
></stringProp>
<stringProp
name=
"filename"
>
/opt/jmeter/data/mobile_orderCode_test.csv
</stringProp>
...
...
@@ -3606,7 +3630,7 @@
<stringProp
name=
"HTTPSampler.response_timeout"
></stringProp>
<stringProp
name=
"HTTPSampler.protocol"
></stringProp>
<stringProp
name=
"HTTPSampler.contentEncoding"
></stringProp>
<stringProp
name=
"HTTPSampler.path"
>
http://${HOST_SHOP}/?shopId=
1486
</stringProp>
<stringProp
name=
"HTTPSampler.path"
>
http://${HOST_SHOP}/?shopId=
${ID_SHOP}
</stringProp>
<stringProp
name=
"HTTPSampler.method"
>
GET
</stringProp>
<boolProp
name=
"HTTPSampler.follow_redirects"
>
true
</boolProp>
<boolProp
name=
"HTTPSampler.auto_redirects"
>
false
</boolProp>
...
...
@@ -3624,7 +3648,7 @@
<collectionProp
name=
"Arguments.arguments"
>
<elementProp
name=
""
elementType=
"HTTPArgument"
>
<boolProp
name=
"HTTPArgument.always_encode"
>
false
</boolProp>
<stringProp
name=
"Argument.value"
>
shopId=
1486
</stringProp>
<stringProp
name=
"Argument.value"
>
shopId=
${ID_SHOP}
</stringProp>
<stringProp
name=
"Argument.metadata"
>
=
</stringProp>
</elementProp>
</collectionProp>
...
...
@@ -3663,7 +3687,7 @@
<collectionProp
name=
"Arguments.arguments"
>
<elementProp
name=
""
elementType=
"HTTPArgument"
>
<boolProp
name=
"HTTPArgument.always_encode"
>
false
</boolProp>
<stringProp
name=
"Argument.value"
>
shopId=
1486
</stringProp>
<stringProp
name=
"Argument.value"
>
shopId=
${ID_SHOP}
</stringProp>
<stringProp
name=
"Argument.metadata"
>
=
</stringProp>
</elementProp>
</collectionProp>
...
...
Please
register
or
login
to post a comment