|
128 | 128 | </elementProp> |
129 | 129 | </HTTPSamplerProxy> |
130 | 130 | <hashTree/> |
131 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner with lastname=""" enabled="true"> |
| 131 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Find owner with lastname="""> |
132 | 132 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners?lastName=</stringProp> |
133 | 133 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
134 | 134 | <stringProp name="HTTPSampler.method">GET</stringProp> |
|
139 | 139 | </elementProp> |
140 | 140 | </HTTPSamplerProxy> |
141 | 141 | <hashTree/> |
142 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner" enabled="true"> |
| 142 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Owner"> |
143 | 143 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}</stringProp> |
144 | 144 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
145 | 145 | <stringProp name="HTTPSampler.method">GET</stringProp> |
|
150 | 150 | </elementProp> |
151 | 151 | </HTTPSamplerProxy> |
152 | 152 | <hashTree/> |
153 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Edit Owner" enabled="true"> |
| 153 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="Edit Owner"> |
154 | 154 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit</stringProp> |
155 | 155 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
156 | 156 | <stringProp name="HTTPSampler.method">GET</stringProp> |
|
161 | 161 | </elementProp> |
162 | 162 | </HTTPSamplerProxy> |
163 | 163 | <hashTree/> |
164 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST Edit Owner" enabled="true"> |
| 164 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST Edit Owner"> |
165 | 165 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/edit</stringProp> |
166 | 166 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
167 | 167 | <stringProp name="HTTPSampler.method">POST</stringProp> |
|
208 | 208 | </elementProp> |
209 | 209 | </HTTPSamplerProxy> |
210 | 210 | <hashTree/> |
211 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New Pet" enabled="true"> |
| 211 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New Pet"> |
212 | 212 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/new</stringProp> |
213 | 213 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
214 | 214 | <stringProp name="HTTPSampler.method">GET</stringProp> |
|
219 | 219 | </elementProp> |
220 | 220 | </HTTPSamplerProxy> |
221 | 221 | <hashTree/> |
222 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new pet" enabled="true"> |
| 222 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new pet"> |
223 | 223 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/new</stringProp> |
224 | 224 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
225 | 225 | <stringProp name="HTTPSampler.method">POST</stringProp> |
|
252 | 252 | </elementProp> |
253 | 253 | </HTTPSamplerProxy> |
254 | 254 | <hashTree/> |
255 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New visit" enabled="true"> |
| 255 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="New visit"> |
256 | 256 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp> |
257 | 257 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
258 | 258 | <stringProp name="HTTPSampler.method">GET</stringProp> |
|
263 | 263 | </elementProp> |
264 | 264 | </HTTPSamplerProxy> |
265 | 265 | <hashTree/> |
266 | | - <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new visit" enabled="true"> |
| 266 | + <HTTPSamplerProxy guiclass="HttpTestSampleGui" testclass="HTTPSamplerProxy" testname="POST new visit"> |
267 | 267 | <stringProp name="HTTPSampler.path">${CONTEXT_WEB}/owners/${count}/pets/${petCount}/visits/new</stringProp> |
268 | 268 | <boolProp name="HTTPSampler.follow_redirects">true</boolProp> |
269 | 269 | <stringProp name="HTTPSampler.method">POST</stringProp> |
|
289 | 289 | </elementProp> |
290 | 290 | </HTTPSamplerProxy> |
291 | 291 | <hashTree/> |
292 | | - <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="Results" enabled="true"> |
| 292 | + <ResultCollector guiclass="ViewResultsFullVisualizer" testclass="ResultCollector" testname="Results"> |
293 | 293 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
294 | 294 | <objProp> |
295 | 295 | <name>saveConfig</name> |
|
322 | 322 | <stringProp name="filename"></stringProp> |
323 | 323 | </ResultCollector> |
324 | 324 | <hashTree/> |
325 | | - <ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregated report" enabled="true"> |
| 325 | + <ResultCollector guiclass="StatVisualizer" testclass="ResultCollector" testname="Aggregated report"> |
326 | 326 | <boolProp name="ResultCollector.error_logging">false</boolProp> |
327 | 327 | <objProp> |
328 | 328 | <name>saveConfig</name> |
|
0 commit comments