Subversion Repositories SmartDukaan

Rev

Rev 1247 | Rev 1646 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1195 vikas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<jmeterTestPlan version="1.2" properties="2.1">
3
  <hashTree>
4
    <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
5
      <stringProp name="TestPlan.comments"></stringProp>
6
      <boolProp name="TestPlan.functional_mode">false</boolProp>
7
      <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
8
      <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
1392 vikas 9
        <collectionProp name="Arguments.arguments">
10
          <elementProp name="user.saholic.server" elementType="Argument">
11
            <stringProp name="Argument.name">user.saholic.server</stringProp>
12
            <stringProp name="Argument.value">${__P(saholic.server, localhost)}</stringProp>
13
            <stringProp name="Argument.metadata">=</stringProp>
14
          </elementProp>
15
          <elementProp name="user.saholic.port" elementType="Argument">
16
            <stringProp name="Argument.name">user.saholic.port</stringProp>
17
            <stringProp name="Argument.value">${__P(saholic.port, 8080)}</stringProp>
18
            <stringProp name="Argument.metadata">=</stringProp>
19
          </elementProp>
20
        </collectionProp>
1195 vikas 21
      </elementProp>
22
      <stringProp name="TestPlan.user_define_classpath"></stringProp>
23
    </TestPlan>
24
    <hashTree>
25
      <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Thread Group" enabled="true">
26
        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
27
        <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
28
          <boolProp name="LoopController.continue_forever">false</boolProp>
29
          <stringProp name="LoopController.loops">1</stringProp>
30
        </elementProp>
31
        <stringProp name="ThreadGroup.num_threads">1</stringProp>
32
        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
1392 vikas 33
        <longProp name="ThreadGroup.start_time">1302610666000</longProp>
34
        <longProp name="ThreadGroup.end_time">1302610666000</longProp>
1195 vikas 35
        <boolProp name="ThreadGroup.scheduler">false</boolProp>
36
        <stringProp name="ThreadGroup.duration"></stringProp>
37
        <stringProp name="ThreadGroup.delay"></stringProp>
38
      </ThreadGroup>
39
      <hashTree>
40
        <CookieManager guiclass="CookiePanel" testclass="CookieManager" testname="HTTP Cookie Manager" enabled="true">
41
          <collectionProp name="CookieManager.cookies"/>
42
          <boolProp name="CookieManager.clearEachIteration">false</boolProp>
43
          <stringProp name="CookieManager.policy">rfc2109</stringProp>
44
        </CookieManager>
45
        <hashTree/>
46
        <RecordingController guiclass="RecordController" testclass="RecordingController" testname="Recording Controller" enabled="true"/>
47
        <hashTree>
1392 vikas 48
          <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="HTTP Request Defaults" enabled="true">
49
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
50
              <collectionProp name="Arguments.arguments"/>
51
            </elementProp>
52
            <stringProp name="HTTPSampler.domain">${user.saholic.server}</stringProp>
53
            <stringProp name="HTTPSampler.port">${user.saholic.port}</stringProp>
54
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
55
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
56
            <stringProp name="HTTPSampler.protocol"></stringProp>
57
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
58
            <stringProp name="HTTPSampler.path"></stringProp>
59
          </ConfigTestElement>
60
          <hashTree/>
1195 vikas 61
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/login" enabled="true">
62
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
63
              <collectionProp name="Arguments.arguments">
64
                <elementProp name="email" elementType="HTTPArgument">
65
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
66
                  <stringProp name="Argument.name">email</stringProp>
1392 vikas 67
                  <stringProp name="Argument.value">vikas.malik@shop2020.in</stringProp>
1195 vikas 68
                  <stringProp name="Argument.metadata">=</stringProp>
69
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
70
                </elementProp>
71
                <elementProp name="password" elementType="HTTPArgument">
72
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
73
                  <stringProp name="Argument.name">password</stringProp>
74
                  <stringProp name="Argument.value">test123</stringProp>
75
                  <stringProp name="Argument.metadata">=</stringProp>
76
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
77
                </elementProp>
78
                <elementProp name="btnSearch" elementType="HTTPArgument">
79
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
80
                  <stringProp name="Argument.name">btnSearch</stringProp>
81
                  <stringProp name="Argument.value">Login</stringProp>
82
                  <stringProp name="Argument.metadata">=</stringProp>
83
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
84
                </elementProp>
85
              </collectionProp>
86
            </elementProp>
1392 vikas 87
            <stringProp name="HTTPSampler.domain"></stringProp>
88
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 89
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
90
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
91
            <stringProp name="HTTPSampler.protocol">http</stringProp>
92
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
93
            <stringProp name="HTTPSampler.path">/login</stringProp>
94
            <stringProp name="HTTPSampler.method">POST</stringProp>
95
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
96
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
97
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
98
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
99
            <boolProp name="HTTPSampler.monitor">false</boolProp>
100
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
101
          </HTTPSampler>
102
          <hashTree/>
103
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/cart" enabled="true">
104
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
105
              <collectionProp name="Arguments.arguments"/>
106
            </elementProp>
1392 vikas 107
            <stringProp name="HTTPSampler.domain"></stringProp>
108
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 109
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
110
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
111
            <stringProp name="HTTPSampler.protocol">http</stringProp>
112
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
113
            <stringProp name="HTTPSampler.path">/cart</stringProp>
114
            <stringProp name="HTTPSampler.method">GET</stringProp>
115
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
116
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
117
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
118
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
119
            <boolProp name="HTTPSampler.monitor">false</boolProp>
120
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
121
          </HTTPSampler>
122
          <hashTree/>
1392 vikas 123
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 124
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
125
              <collectionProp name="Arguments.arguments"/>
126
            </elementProp>
1392 vikas 127
            <stringProp name="HTTPSampler.domain"></stringProp>
128
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 129
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
130
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
131
            <stringProp name="HTTPSampler.protocol">http</stringProp>
132
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 133
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 134
            <stringProp name="HTTPSampler.method">GET</stringProp>
135
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
136
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
137
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
138
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
139
            <boolProp name="HTTPSampler.monitor">false</boolProp>
140
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
141
          </HTTPSampler>
142
          <hashTree/>
1392 vikas 143
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 144
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
145
              <collectionProp name="Arguments.arguments"/>
146
            </elementProp>
1392 vikas 147
            <stringProp name="HTTPSampler.domain"></stringProp>
148
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 149
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
150
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
151
            <stringProp name="HTTPSampler.protocol">http</stringProp>
152
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 153
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 154
            <stringProp name="HTTPSampler.method">GET</stringProp>
155
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
156
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
157
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
158
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
159
            <boolProp name="HTTPSampler.monitor">false</boolProp>
160
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
161
          </HTTPSampler>
162
          <hashTree/>
163
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
164
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
165
              <collectionProp name="Arguments.arguments"/>
166
            </elementProp>
1392 vikas 167
            <stringProp name="HTTPSampler.domain"></stringProp>
168
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 169
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
170
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
171
            <stringProp name="HTTPSampler.protocol">http</stringProp>
172
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
173
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
174
            <stringProp name="HTTPSampler.method">GET</stringProp>
175
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
176
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
177
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
178
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
179
            <boolProp name="HTTPSampler.monitor">false</boolProp>
180
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
181
          </HTTPSampler>
182
          <hashTree/>
183
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
184
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
185
              <collectionProp name="Arguments.arguments"/>
186
            </elementProp>
1392 vikas 187
            <stringProp name="HTTPSampler.domain"></stringProp>
188
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 189
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
190
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
191
            <stringProp name="HTTPSampler.protocol">http</stringProp>
192
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
193
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
194
            <stringProp name="HTTPSampler.method">GET</stringProp>
195
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
196
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
197
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
198
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
199
            <boolProp name="HTTPSampler.monitor">false</boolProp>
200
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
201
          </HTTPSampler>
202
          <hashTree/>
203
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/remove.png" enabled="true">
204
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
205
              <collectionProp name="Arguments.arguments"/>
206
            </elementProp>
1392 vikas 207
            <stringProp name="HTTPSampler.domain"></stringProp>
208
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 209
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
210
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
211
            <stringProp name="HTTPSampler.protocol">http</stringProp>
212
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
213
            <stringProp name="HTTPSampler.path">/images/nav-img/remove.png</stringProp>
214
            <stringProp name="HTTPSampler.method">GET</stringProp>
215
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
216
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
217
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
218
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
219
            <boolProp name="HTTPSampler.monitor">false</boolProp>
220
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
221
          </HTTPSampler>
222
          <hashTree/>
1392 vikas 223
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/free_shipping_cart.png" enabled="true">
1195 vikas 224
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
225
              <collectionProp name="Arguments.arguments"/>
226
            </elementProp>
1392 vikas 227
            <stringProp name="HTTPSampler.domain"></stringProp>
228
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 229
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
230
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
231
            <stringProp name="HTTPSampler.protocol">http</stringProp>
232
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 233
            <stringProp name="HTTPSampler.path">/images/nav-img/free_shipping_cart.png</stringProp>
1195 vikas 234
            <stringProp name="HTTPSampler.method">GET</stringProp>
235
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
236
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
237
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
238
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
239
            <boolProp name="HTTPSampler.monitor">false</boolProp>
240
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
241
          </HTTPSampler>
242
          <hashTree/>
1392 vikas 243
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000120/thumbnail.jpg" enabled="true">
1195 vikas 244
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
245
              <collectionProp name="Arguments.arguments"/>
246
            </elementProp>
1392 vikas 247
            <stringProp name="HTTPSampler.domain"></stringProp>
248
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 249
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
250
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
251
            <stringProp name="HTTPSampler.protocol">http</stringProp>
252
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 253
            <stringProp name="HTTPSampler.path">/images/1000120/thumbnail.jpg</stringProp>
1195 vikas 254
            <stringProp name="HTTPSampler.method">GET</stringProp>
255
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
256
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
257
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
258
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
259
            <boolProp name="HTTPSampler.monitor">false</boolProp>
260
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
261
          </HTTPSampler>
262
          <hashTree/>
1392 vikas 263
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
1195 vikas 264
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
265
              <collectionProp name="Arguments.arguments"/>
266
            </elementProp>
1392 vikas 267
            <stringProp name="HTTPSampler.domain"></stringProp>
268
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 269
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
270
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
271
            <stringProp name="HTTPSampler.protocol">http</stringProp>
272
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 273
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
1195 vikas 274
            <stringProp name="HTTPSampler.method">GET</stringProp>
275
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
276
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
277
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
278
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
279
            <boolProp name="HTTPSampler.monitor">false</boolProp>
280
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
281
          </HTTPSampler>
282
          <hashTree/>
1392 vikas 283
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
1195 vikas 284
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
285
              <collectionProp name="Arguments.arguments"/>
286
            </elementProp>
1392 vikas 287
            <stringProp name="HTTPSampler.domain"></stringProp>
288
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 289
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
290
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
291
            <stringProp name="HTTPSampler.protocol">http</stringProp>
292
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 293
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
1195 vikas 294
            <stringProp name="HTTPSampler.method">GET</stringProp>
295
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
296
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
297
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
298
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
299
            <boolProp name="HTTPSampler.monitor">false</boolProp>
300
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
301
          </HTTPSampler>
302
          <hashTree/>
1392 vikas 303
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 304
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
305
              <collectionProp name="Arguments.arguments"/>
306
            </elementProp>
1392 vikas 307
            <stringProp name="HTTPSampler.domain"></stringProp>
308
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 309
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
310
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
311
            <stringProp name="HTTPSampler.protocol">http</stringProp>
312
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 313
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 314
            <stringProp name="HTTPSampler.method">GET</stringProp>
315
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
316
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
317
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
318
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
319
            <boolProp name="HTTPSampler.monitor">false</boolProp>
320
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
321
          </HTTPSampler>
322
          <hashTree/>
1392 vikas 323
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/num-sprite.png" enabled="true">
1195 vikas 324
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
325
              <collectionProp name="Arguments.arguments"/>
326
            </elementProp>
1392 vikas 327
            <stringProp name="HTTPSampler.domain"></stringProp>
328
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 329
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
330
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
331
            <stringProp name="HTTPSampler.protocol">http</stringProp>
332
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 333
            <stringProp name="HTTPSampler.path">/images/nav-img/num-sprite.png</stringProp>
1195 vikas 334
            <stringProp name="HTTPSampler.method">GET</stringProp>
335
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
336
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
337
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
338
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
339
            <boolProp name="HTTPSampler.monitor">false</boolProp>
340
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
341
          </HTTPSampler>
342
          <hashTree/>
343
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/num-sprite.png" enabled="true">
344
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
345
              <collectionProp name="Arguments.arguments"/>
346
            </elementProp>
1392 vikas 347
            <stringProp name="HTTPSampler.domain"></stringProp>
348
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 349
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
350
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
351
            <stringProp name="HTTPSampler.protocol">http</stringProp>
352
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
353
            <stringProp name="HTTPSampler.path">/images/nav-img/num-sprite.png</stringProp>
354
            <stringProp name="HTTPSampler.method">GET</stringProp>
355
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
356
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
357
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
358
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
359
            <boolProp name="HTTPSampler.monitor">false</boolProp>
360
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
361
          </HTTPSampler>
362
          <hashTree/>
363
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/cart-details.js" enabled="true">
364
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
365
              <collectionProp name="Arguments.arguments"/>
366
            </elementProp>
1392 vikas 367
            <stringProp name="HTTPSampler.domain"></stringProp>
368
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 369
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
370
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
371
            <stringProp name="HTTPSampler.protocol">http</stringProp>
372
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
373
            <stringProp name="HTTPSampler.path">/js/cart-details.js</stringProp>
374
            <stringProp name="HTTPSampler.method">GET</stringProp>
375
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
376
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
377
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
378
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
379
            <boolProp name="HTTPSampler.monitor">false</boolProp>
380
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
381
          </HTTPSampler>
382
          <hashTree/>
383
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
384
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
385
              <collectionProp name="Arguments.arguments"/>
386
            </elementProp>
1392 vikas 387
            <stringProp name="HTTPSampler.domain"></stringProp>
388
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 389
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
390
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
391
            <stringProp name="HTTPSampler.protocol">http</stringProp>
392
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
393
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
394
            <stringProp name="HTTPSampler.method">GET</stringProp>
395
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
396
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
397
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
398
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
399
            <boolProp name="HTTPSampler.monitor">false</boolProp>
400
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
401
          </HTTPSampler>
402
          <hashTree/>
1392 vikas 403
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
1195 vikas 404
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
405
              <collectionProp name="Arguments.arguments"/>
406
            </elementProp>
1392 vikas 407
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 408
            <stringProp name="HTTPSampler.port"></stringProp>
409
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
410
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
411
            <stringProp name="HTTPSampler.protocol">http</stringProp>
412
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 413
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
1195 vikas 414
            <stringProp name="HTTPSampler.method">GET</stringProp>
415
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
416
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
417
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
418
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
419
            <boolProp name="HTTPSampler.monitor">false</boolProp>
420
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
421
          </HTTPSampler>
422
          <hashTree/>
1392 vikas 423
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
1195 vikas 424
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
425
              <collectionProp name="Arguments.arguments"/>
426
            </elementProp>
1392 vikas 427
            <stringProp name="HTTPSampler.domain"></stringProp>
428
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 429
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
430
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
431
            <stringProp name="HTTPSampler.protocol">http</stringProp>
432
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 433
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
1195 vikas 434
            <stringProp name="HTTPSampler.method">GET</stringProp>
435
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
436
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
437
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
438
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
439
            <boolProp name="HTTPSampler.monitor">false</boolProp>
440
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
441
          </HTTPSampler>
442
          <hashTree/>
443
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
444
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
445
              <collectionProp name="Arguments.arguments"/>
446
            </elementProp>
1392 vikas 447
            <stringProp name="HTTPSampler.domain"></stringProp>
448
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 449
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
450
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
451
            <stringProp name="HTTPSampler.protocol">http</stringProp>
452
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
453
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
454
            <stringProp name="HTTPSampler.method">GET</stringProp>
455
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
456
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
457
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
458
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
459
            <boolProp name="HTTPSampler.monitor">false</boolProp>
460
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
461
          </HTTPSampler>
462
          <hashTree/>
1392 vikas 463
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1195 vikas 464
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
465
              <collectionProp name="Arguments.arguments"/>
466
            </elementProp>
1392 vikas 467
            <stringProp name="HTTPSampler.domain"></stringProp>
468
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 469
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
470
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
471
            <stringProp name="HTTPSampler.protocol">http</stringProp>
472
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 473
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1195 vikas 474
            <stringProp name="HTTPSampler.method">GET</stringProp>
475
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
476
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
477
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
478
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
479
            <boolProp name="HTTPSampler.monitor">false</boolProp>
480
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
481
          </HTTPSampler>
482
          <hashTree/>
1392 vikas 483
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1195 vikas 484
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
485
              <collectionProp name="Arguments.arguments"/>
486
            </elementProp>
1392 vikas 487
            <stringProp name="HTTPSampler.domain"></stringProp>
488
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 489
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
490
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
491
            <stringProp name="HTTPSampler.protocol">http</stringProp>
492
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 493
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1195 vikas 494
            <stringProp name="HTTPSampler.method">GET</stringProp>
495
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
496
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
497
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
498
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
499
            <boolProp name="HTTPSampler.monitor">false</boolProp>
500
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
501
          </HTTPSampler>
502
          <hashTree/>
503
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
504
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
505
              <collectionProp name="Arguments.arguments"/>
506
            </elementProp>
1392 vikas 507
            <stringProp name="HTTPSampler.domain"></stringProp>
508
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 509
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
510
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
511
            <stringProp name="HTTPSampler.protocol">http</stringProp>
512
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
513
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
514
            <stringProp name="HTTPSampler.method">GET</stringProp>
515
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
516
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
517
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
518
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
519
            <boolProp name="HTTPSampler.monitor">false</boolProp>
520
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
521
          </HTTPSampler>
522
          <hashTree/>
1392 vikas 523
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1195 vikas 524
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
525
              <collectionProp name="Arguments.arguments"/>
526
            </elementProp>
1392 vikas 527
            <stringProp name="HTTPSampler.domain"></stringProp>
528
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 529
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
530
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
531
            <stringProp name="HTTPSampler.protocol">http</stringProp>
532
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 533
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1195 vikas 534
            <stringProp name="HTTPSampler.method">GET</stringProp>
535
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
536
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
537
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
538
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
539
            <boolProp name="HTTPSampler.monitor">false</boolProp>
540
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
541
          </HTTPSampler>
542
          <hashTree/>
1392 vikas 543
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/remove.png" enabled="true">
1195 vikas 544
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
545
              <collectionProp name="Arguments.arguments"/>
546
            </elementProp>
1392 vikas 547
            <stringProp name="HTTPSampler.domain"></stringProp>
548
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 549
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
550
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
551
            <stringProp name="HTTPSampler.protocol">http</stringProp>
552
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 553
            <stringProp name="HTTPSampler.path">/images/nav-img/remove.png</stringProp>
1195 vikas 554
            <stringProp name="HTTPSampler.method">GET</stringProp>
555
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
556
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
557
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
558
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
559
            <boolProp name="HTTPSampler.monitor">false</boolProp>
560
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
561
          </HTTPSampler>
562
          <hashTree/>
563
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/loader_l.gif" enabled="true">
564
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
565
              <collectionProp name="Arguments.arguments"/>
566
            </elementProp>
1392 vikas 567
            <stringProp name="HTTPSampler.domain"></stringProp>
568
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 569
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
570
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
571
            <stringProp name="HTTPSampler.protocol">http</stringProp>
572
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
573
            <stringProp name="HTTPSampler.path">/images/loader_l.gif</stringProp>
574
            <stringProp name="HTTPSampler.method">GET</stringProp>
575
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
576
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
577
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
578
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
579
            <boolProp name="HTTPSampler.monitor">false</boolProp>
580
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
581
          </HTTPSampler>
582
          <hashTree/>
1392 vikas 583
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/estimate/110001_11" enabled="true">
1195 vikas 584
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
585
              <collectionProp name="Arguments.arguments"/>
586
            </elementProp>
1392 vikas 587
            <stringProp name="HTTPSampler.domain"></stringProp>
588
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 589
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
590
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
591
            <stringProp name="HTTPSampler.protocol">http</stringProp>
592
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 593
            <stringProp name="HTTPSampler.path">/estimate/110001_11</stringProp>
1195 vikas 594
            <stringProp name="HTTPSampler.method">GET</stringProp>
595
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
596
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
597
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
598
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
599
            <boolProp name="HTTPSampler.monitor">false</boolProp>
600
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
601
          </HTTPSampler>
602
          <hashTree/>
1392 vikas 603
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/menu-active.jpg" enabled="true">
1195 vikas 604
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
605
              <collectionProp name="Arguments.arguments"/>
606
            </elementProp>
1392 vikas 607
            <stringProp name="HTTPSampler.domain"></stringProp>
608
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 609
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
610
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
611
            <stringProp name="HTTPSampler.protocol">http</stringProp>
612
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 613
            <stringProp name="HTTPSampler.path">/images/menu-active.jpg</stringProp>
1195 vikas 614
            <stringProp name="HTTPSampler.method">GET</stringProp>
615
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
616
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
617
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
618
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
619
            <boolProp name="HTTPSampler.monitor">false</boolProp>
620
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
621
          </HTTPSampler>
622
          <hashTree/>
1392 vikas 623
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/estimate/110043_11" enabled="true">
1195 vikas 624
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
625
              <collectionProp name="Arguments.arguments"/>
626
            </elementProp>
1392 vikas 627
            <stringProp name="HTTPSampler.domain"></stringProp>
628
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 629
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
630
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
631
            <stringProp name="HTTPSampler.protocol">http</stringProp>
632
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 633
            <stringProp name="HTTPSampler.path">/estimate/110043_11</stringProp>
1195 vikas 634
            <stringProp name="HTTPSampler.method">GET</stringProp>
635
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
636
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
637
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
638
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
639
            <boolProp name="HTTPSampler.monitor">false</boolProp>
640
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
641
          </HTTPSampler>
642
          <hashTree/>
643
        </hashTree>
644
        <ResultSaver guiclass="ResultSaverGui" testclass="ResultSaver" testname="Save Responses to a file" enabled="true">
645
          <stringProp name="FileSaver.filename">samples/cart/test</stringProp>
646
          <boolProp name="FileSaver.errorsonly">false</boolProp>
647
          <boolProp name="FileSaver.skipautonumber">false</boolProp>
648
          <boolProp name="FileSaver.skipsuffix">false</boolProp>
649
          <boolProp name="FileSaver.successonly">false</boolProp>
650
        </ResultSaver>
651
        <hashTree/>
652
      </hashTree>
653
    </hashTree>
654
  </hashTree>
655
</jmeterTestPlan>