Skip to content

Commit 6c9a0a8

Browse files
committed
MC-6027: Add filled admin order creation page in Benchmark CSR Pool
1 parent 5f89b03 commit 6c9a0a8

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

setup/performance-toolkit/benchmark.jmx

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25118,6 +25118,39 @@ catch (java.lang.Exception e) {
2511825118
</ResponseAssertion>
2511925119
<hashTree/>
2512025120
</hashTree>
25121+
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Filled Order Page" enabled="true">
25122+
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
25123+
<collectionProp name="Arguments.arguments"/>
25124+
</elementProp>
25125+
<stringProp name="HTTPSampler.domain"/>
25126+
<stringProp name="HTTPSampler.port"/>
25127+
<stringProp name="HTTPSampler.connect_timeout">60000</stringProp>
25128+
<stringProp name="HTTPSampler.response_timeout">200000</stringProp>
25129+
<stringProp name="HTTPSampler.protocol">${request_protocol}</stringProp>
25130+
<stringProp name="HTTPSampler.contentEncoding"/>
25131+
<stringProp name="HTTPSampler.path">${base_path}${admin_path}/sales/order_create/index/</stringProp>
25132+
<stringProp name="HTTPSampler.method">GET</stringProp>
25133+
<boolProp name="HTTPSampler.follow_redirects">true</boolProp>
25134+
<boolProp name="HTTPSampler.auto_redirects">false</boolProp>
25135+
<boolProp name="HTTPSampler.use_keepalive">true</boolProp>
25136+
<boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
25137+
<boolProp name="HTTPSampler.monitor">false</boolProp>
25138+
<stringProp name="HTTPSampler.embedded_url_re"/>
25139+
<stringProp name="TestPlan.comments">Detected the start of a redirect chain</stringProp>
25140+
</HTTPSamplerProxy>
25141+
<hashTree>
25142+
<ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Assert Filled Order Page" enabled="true">
25143+
<collectionProp name="Asserion.test_strings">
25144+
<stringProp name="-37823069">Select from existing customer addresses</stringProp>
25145+
<stringProp name="-13185722">Submit Order</stringProp>
25146+
<stringProp name="-209419315">Items Ordered</stringProp>
25147+
</collectionProp>
25148+
<stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
25149+
<boolProp name="Assertion.assume_success">false</boolProp>
25150+
<intProp name="Assertion.test_type">2</intProp>
25151+
</ResponseAssertion>
25152+
<hashTree/>
25153+
</hashTree>
2512125154
<HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Save Order" enabled="true">
2512225155
<elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
2512325156
<collectionProp name="Arguments.arguments">

0 commit comments

Comments
 (0)