|
1 | 1 | <?xml version="1.0" encoding="UTF-8"?>
|
2 |
| -<!-- |
3 |
| -/** |
4 |
| - * @category Magento |
5 |
| - * @package performance_tests |
6 |
| - * Copyright © 2015 Magento. All rights reserved. |
7 |
| - * See COPYING.txt for license details. |
8 |
| - */ |
9 |
| ---> |
10 |
| -<jmeterTestPlan version="1.2" properties="2.1"> |
| 2 | +<jmeterTestPlan version="1.2" properties="2.7" jmeter="2.12 r1636949"> |
11 | 3 | <hashTree>
|
12 | 4 | <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
|
13 | 5 | <stringProp name="TestPlan.comments"></stringProp>
|
|
60 | 52 | </collectionProp>
|
61 | 53 | </Arguments>
|
62 | 54 | <hashTree/>
|
63 |
| - <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="Add to Cart - Product View" enabled="true"> |
| 55 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Add to Cart - Product View" enabled="true"> |
64 | 56 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
|
65 | 57 | <collectionProp name="Arguments.arguments"/>
|
66 | 58 | </elementProp>
|
67 | 59 | <stringProp name="HTTPSampler.domain"></stringProp>
|
68 | 60 | <stringProp name="HTTPSampler.port"></stringProp>
|
69 | 61 | <stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
70 | 62 | <stringProp name="HTTPSampler.response_timeout"></stringProp>
|
71 |
| - <stringProp name="HTTPSampler.protocol">http</stringProp> |
| 63 | + <stringProp name="HTTPSampler.protocol"></stringProp> |
72 | 64 | <stringProp name="HTTPSampler.contentEncoding"></stringProp>
|
73 | 65 | <stringProp name="HTTPSampler.path">${base_path}${product_url_key}</stringProp>
|
74 | 66 | <stringProp name="HTTPSampler.method">GET</stringProp>
|
|
78 | 70 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
79 | 71 | <boolProp name="HTTPSampler.monitor">false</boolProp>
|
80 | 72 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
81 |
| - </HTTPSampler> |
| 73 | + </HTTPSamplerProxy> |
82 | 74 | <hashTree>
|
83 | 75 | <RegexExtractor guiclass="RegexExtractorGui" testclass="RegexExtractor" testname="Extract "product_id"" enabled="true">
|
84 | 76 | <stringProp name="RegexExtractor.useHeaders">false</stringProp>
|
|
121 | 113 | </ResponseAssertion>
|
122 | 114 | <hashTree/>
|
123 | 115 | </hashTree>
|
124 |
| - <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="Cart Add Product & View Redirect" enabled="true"> |
| 116 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Cart Add Product & View Redirect" enabled="true"> |
125 | 117 | <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
|
126 | 118 | <collectionProp name="Arguments.arguments">
|
127 | 119 | <elementProp name="product" elementType="HTTPArgument">
|
|
151 | 143 | <stringProp name="HTTPSampler.port"></stringProp>
|
152 | 144 | <stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
153 | 145 | <stringProp name="HTTPSampler.response_timeout"></stringProp>
|
154 |
| - <stringProp name="HTTPSampler.protocol">http</stringProp> |
155 |
| - <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp> |
| 146 | + <stringProp name="HTTPSampler.protocol"></stringProp> |
| 147 | + <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
156 | 148 | <stringProp name="HTTPSampler.path">${base_path}checkout/cart/add/product/${product_id}/</stringProp>
|
157 | 149 | <stringProp name="HTTPSampler.method">POST</stringProp>
|
158 | 150 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
|
|
161 | 153 | <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
|
162 | 154 | <boolProp name="HTTPSampler.monitor">false</boolProp>
|
163 | 155 | <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
|
164 |
| - </HTTPSampler> |
| 156 | + </HTTPSamplerProxy> |
165 | 157 | <hashTree>
|
166 | 158 | <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
|
167 | 159 | <collectionProp name="Asserion.test_strings">
|
|
175 | 167 | <ResponseAssertion guiclass="AssertionGui" testclass="ResponseAssertion" testname="Response Assertion" enabled="true">
|
176 | 168 | <collectionProp name="Asserion.test_strings">
|
177 | 169 | <stringProp name="1554014413"><a href="${base_uri}${product_url_key}">${product_name}</a></stringProp>
|
178 |
| - <stringProp name="1472794794">You added ${product_name} to your shopping cart.</stringProp> |
| 170 | + <stringProp name="-149996652">You added ${product_name} to your shopping cart.</stringProp> |
179 | 171 | </collectionProp>
|
180 | 172 | <stringProp name="Assertion.test_field">Assertion.response_data</stringProp>
|
181 | 173 | <boolProp name="Assertion.assume_success">false</boolProp>
|
|
197 | 189 | <stringProp name="HTTPSampler.port"></stringProp>
|
198 | 190 | <stringProp name="HTTPSampler.connect_timeout"></stringProp>
|
199 | 191 | <stringProp name="HTTPSampler.response_timeout"></stringProp>
|
200 |
| - <stringProp name="HTTPSampler.protocol"></stringProp> |
201 |
| - <stringProp name="HTTPSampler.contentEncoding"></stringProp> |
| 192 | + <stringProp name="HTTPSampler.protocol">http</stringProp> |
| 193 | + <stringProp name="HTTPSampler.contentEncoding">utf-8</stringProp> |
202 | 194 | <stringProp name="HTTPSampler.path">${base_path}</stringProp>
|
| 195 | + <stringProp name="HTTPSampler.implementation">HttpClient4</stringProp> |
| 196 | + <stringProp name="HTTPSampler.concurrentPool">4</stringProp> |
203 | 197 | </ConfigTestElement>
|
204 | 198 | <hashTree/>
|
205 | 199 | </hashTree>
|
|
230 | 224 | <saveAssertionResultsFailureMessage>false</saveAssertionResultsFailureMessage>
|
231 | 225 | <assertionsResultsToSave>0</assertionsResultsToSave>
|
232 | 226 | <bytes>true</bytes>
|
| 227 | + <hostname>true</hostname> |
| 228 | + <threadCounts>true</threadCounts> |
| 229 | + <sampleCount>true</sampleCount> |
233 | 230 | </value>
|
234 | 231 | </objProp>
|
235 | 232 | <stringProp name="filename"></stringProp>
|
|
0 commit comments