Subversion Repositories SmartDukaan

Rev

Rev 1247 | 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/>
1392 vikas 103
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/low-end-multimedia-phones/10004" enabled="true">
1195 vikas 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>
1392 vikas 112
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
113
            <stringProp name="HTTPSampler.path">/low-end-multimedia-phones/10004</stringProp>
1195 vikas 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/>
143
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
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>
153
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
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/>
1392 vikas 163
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 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>
1392 vikas 173
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 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/>
1392 vikas 203
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/jquery-ui-1.8.6.custom.css" enabled="true">
1195 vikas 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>
1392 vikas 213
            <stringProp name="HTTPSampler.path">/css/jquery-ui-1.8.6.custom.css</stringProp>
1195 vikas 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/1000495/icon.jpg" 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/1000495/icon.jpg</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/1000546/icon.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/1000546/icon.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="/images/1000484/icon.jpg" 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">/images/1000484/icon.jpg</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="/css/lightbox_inline.css" 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">/css/lightbox_inline.css</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/spriteme1.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/spriteme1.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/>
1392 vikas 343
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.colorbox-min.js" enabled="true">
1195 vikas 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>
1392 vikas 353
            <stringProp name="HTTPSampler.path">/js/jquery.colorbox-min.js</stringProp>
1195 vikas 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/>
1392 vikas 363
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/priceSlider.js" enabled="true">
1195 vikas 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>
1195 vikas 368
            <stringProp name="HTTPSampler.port"></stringProp>
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>
1392 vikas 373
            <stringProp name="HTTPSampler.path">/js/priceSlider.js</stringProp>
1195 vikas 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/search-sprite.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/search-sprite.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/>
403
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
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>
408
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 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>
413
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
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/down-arrow-white.jpg" 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/down-arrow-white.jpg</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/>
483
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
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>
493
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
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/>
1392 vikas 503
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/tab1-btn-hor-bar.png" enabled="true">
1195 vikas 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>
1392 vikas 513
            <stringProp name="HTTPSampler.path">/images/tab1-btn-hor-bar.png</stringProp>
1195 vikas 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/tab1-btn-right.png" 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/tab1-btn-right.png</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/tab1-btn-left.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/tab1-btn-left.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/>
1392 vikas 563
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/tab2-btn-hor-bar.png" enabled="true">
1195 vikas 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>
1392 vikas 573
            <stringProp name="HTTPSampler.path">/images/tab2-btn-hor-bar.png</stringProp>
1195 vikas 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="/images/filter-divider.gif" 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">/images/filter-divider.gif</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/product-cat-bottom-left.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/product-cat-bottom-left.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="/images/grey-ver-bar.gif" 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">/images/grey-ver-bar.gif</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/>
1392 vikas 643
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
1195 vikas 644
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
645
              <collectionProp name="Arguments.arguments"/>
646
            </elementProp>
1392 vikas 647
            <stringProp name="HTTPSampler.domain"></stringProp>
648
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 649
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
650
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
651
            <stringProp name="HTTPSampler.protocol">http</stringProp>
652
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 653
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
1195 vikas 654
            <stringProp name="HTTPSampler.method">GET</stringProp>
655
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
656
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
657
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
658
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
659
            <boolProp name="HTTPSampler.monitor">false</boolProp>
660
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
661
          </HTTPSampler>
662
          <hashTree/>
1392 vikas 663
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1195 vikas 664
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
665
              <collectionProp name="Arguments.arguments"/>
666
            </elementProp>
1392 vikas 667
            <stringProp name="HTTPSampler.domain"></stringProp>
668
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 669
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
670
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
671
            <stringProp name="HTTPSampler.protocol">http</stringProp>
672
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 673
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1195 vikas 674
            <stringProp name="HTTPSampler.method">GET</stringProp>
675
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
676
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
677
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
678
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
679
            <boolProp name="HTTPSampler.monitor">false</boolProp>
680
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
681
          </HTTPSampler>
682
          <hashTree/>
1392 vikas 683
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-handler.png" enabled="true">
1195 vikas 684
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
685
              <collectionProp name="Arguments.arguments"/>
686
            </elementProp>
1392 vikas 687
            <stringProp name="HTTPSampler.domain"></stringProp>
688
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 689
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
690
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
691
            <stringProp name="HTTPSampler.protocol">http</stringProp>
692
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 693
            <stringProp name="HTTPSampler.path">/images/slider-handler.png</stringProp>
1195 vikas 694
            <stringProp name="HTTPSampler.method">GET</stringProp>
695
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
696
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
697
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
698
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
699
            <boolProp name="HTTPSampler.monitor">false</boolProp>
700
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
701
          </HTTPSampler>
702
          <hashTree/>
1392 vikas 703
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-bar.png" enabled="true">
1195 vikas 704
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
705
              <collectionProp name="Arguments.arguments"/>
706
            </elementProp>
1392 vikas 707
            <stringProp name="HTTPSampler.domain"></stringProp>
708
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 709
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
710
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
711
            <stringProp name="HTTPSampler.protocol">http</stringProp>
712
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 713
            <stringProp name="HTTPSampler.path">/images/slider-bar.png</stringProp>
1195 vikas 714
            <stringProp name="HTTPSampler.method">GET</stringProp>
715
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
716
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
717
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
718
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
719
            <boolProp name="HTTPSampler.monitor">false</boolProp>
720
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
721
          </HTTPSampler>
722
          <hashTree/>
1392 vikas 723
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/menu-active.jpg" enabled="true">
1195 vikas 724
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
725
              <collectionProp name="Arguments.arguments"/>
726
            </elementProp>
1392 vikas 727
            <stringProp name="HTTPSampler.domain"></stringProp>
728
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 729
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
730
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
731
            <stringProp name="HTTPSampler.protocol">http</stringProp>
732
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 733
            <stringProp name="HTTPSampler.path">/images/menu-active.jpg</stringProp>
1195 vikas 734
            <stringProp name="HTTPSampler.method">GET</stringProp>
735
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
736
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
737
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
738
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
739
            <boolProp name="HTTPSampler.monitor">false</boolProp>
740
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
741
          </HTTPSampler>
742
          <hashTree/>
1392 vikas 743
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/controls.png" enabled="true">
1195 vikas 744
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
745
              <collectionProp name="Arguments.arguments"/>
746
            </elementProp>
1392 vikas 747
            <stringProp name="HTTPSampler.domain"></stringProp>
748
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 749
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
750
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
751
            <stringProp name="HTTPSampler.protocol">http</stringProp>
752
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 753
            <stringProp name="HTTPSampler.path">/images/controls.png</stringProp>
1195 vikas 754
            <stringProp name="HTTPSampler.method">GET</stringProp>
755
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
756
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
757
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
758
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
759
            <boolProp name="HTTPSampler.monitor">false</boolProp>
760
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
761
          </HTTPSampler>
762
          <hashTree/>
1392 vikas 763
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/border.png" enabled="true">
1195 vikas 764
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
765
              <collectionProp name="Arguments.arguments"/>
766
            </elementProp>
1392 vikas 767
            <stringProp name="HTTPSampler.domain"></stringProp>
768
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 769
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
770
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
771
            <stringProp name="HTTPSampler.protocol">http</stringProp>
772
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 773
            <stringProp name="HTTPSampler.path">/images/border.png</stringProp>
1195 vikas 774
            <stringProp name="HTTPSampler.method">GET</stringProp>
775
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
776
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
777
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
778
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
779
            <boolProp name="HTTPSampler.monitor">false</boolProp>
780
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
781
          </HTTPSampler>
782
          <hashTree/>
1392 vikas 783
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/loading_background.png" enabled="true">
1195 vikas 784
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
785
              <collectionProp name="Arguments.arguments"/>
786
            </elementProp>
1392 vikas 787
            <stringProp name="HTTPSampler.domain"></stringProp>
788
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 789
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
790
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
791
            <stringProp name="HTTPSampler.protocol">http</stringProp>
792
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 793
            <stringProp name="HTTPSampler.path">/images/loading_background.png</stringProp>
1195 vikas 794
            <stringProp name="HTTPSampler.method">GET</stringProp>
795
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
796
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
797
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
798
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
799
            <boolProp name="HTTPSampler.monitor">false</boolProp>
800
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
801
          </HTTPSampler>
802
          <hashTree/>
1392 vikas 803
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/loading.gif" enabled="true">
1195 vikas 804
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
805
              <collectionProp name="Arguments.arguments"/>
806
            </elementProp>
1392 vikas 807
            <stringProp name="HTTPSampler.domain"></stringProp>
808
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 809
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
810
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
811
            <stringProp name="HTTPSampler.protocol">http</stringProp>
812
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 813
            <stringProp name="HTTPSampler.path">/images/loading.gif</stringProp>
1195 vikas 814
            <stringProp name="HTTPSampler.method">GET</stringProp>
815
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
816
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
817
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
818
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
819
            <boolProp name="HTTPSampler.monitor">false</boolProp>
820
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
821
          </HTTPSampler>
822
          <hashTree/>
1392 vikas 823
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/cart" enabled="true">
1195 vikas 824
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 825
              <collectionProp name="Arguments.arguments">
826
                <elementProp name="productid" elementType="HTTPArgument">
827
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
828
                  <stringProp name="Argument.name">productid</stringProp>
829
                  <stringProp name="Argument.value">22</stringProp>
830
                  <stringProp name="Argument.metadata">=</stringProp>
831
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
832
                </elementProp>
833
              </collectionProp>
1195 vikas 834
            </elementProp>
1392 vikas 835
            <stringProp name="HTTPSampler.domain"></stringProp>
836
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 837
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
838
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
839
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 840
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
841
            <stringProp name="HTTPSampler.path">/cart</stringProp>
842
            <stringProp name="HTTPSampler.method">POST</stringProp>
1195 vikas 843
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
844
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
845
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
846
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
847
            <boolProp name="HTTPSampler.monitor">false</boolProp>
848
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
849
          </HTTPSampler>
850
          <hashTree/>
1392 vikas 851
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/cart" enabled="true">
1195 vikas 852
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 853
              <collectionProp name="Arguments.arguments">
854
                <elementProp name="productid" elementType="HTTPArgument">
855
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
856
                  <stringProp name="Argument.name">productid</stringProp>
857
                  <stringProp name="Argument.value">23</stringProp>
858
                  <stringProp name="Argument.metadata">=</stringProp>
859
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
860
                </elementProp>
861
              </collectionProp>
1195 vikas 862
            </elementProp>
1392 vikas 863
            <stringProp name="HTTPSampler.domain"></stringProp>
864
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 865
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
866
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
867
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 868
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
869
            <stringProp name="HTTPSampler.path">/cart</stringProp>
870
            <stringProp name="HTTPSampler.method">POST</stringProp>
1195 vikas 871
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
872
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
873
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
874
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
875
            <boolProp name="HTTPSampler.monitor">false</boolProp>
876
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
877
          </HTTPSampler>
878
          <hashTree/>
1392 vikas 879
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/cart" enabled="true">
1195 vikas 880
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 881
              <collectionProp name="Arguments.arguments">
882
                <elementProp name="productid" elementType="HTTPArgument">
883
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
884
                  <stringProp name="Argument.name">productid</stringProp>
885
                  <stringProp name="Argument.value">21</stringProp>
886
                  <stringProp name="Argument.metadata">=</stringProp>
887
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
888
                </elementProp>
889
              </collectionProp>
1195 vikas 890
            </elementProp>
1392 vikas 891
            <stringProp name="HTTPSampler.domain"></stringProp>
892
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 893
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
894
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
895
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 896
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
897
            <stringProp name="HTTPSampler.path">/cart</stringProp>
898
            <stringProp name="HTTPSampler.method">POST</stringProp>
1195 vikas 899
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
900
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
901
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
902
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
903
            <boolProp name="HTTPSampler.monitor">false</boolProp>
904
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
905
          </HTTPSampler>
906
          <hashTree/>
1392 vikas 907
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/shipping" enabled="true">
1195 vikas 908
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
909
              <collectionProp name="Arguments.arguments"/>
910
            </elementProp>
1392 vikas 911
            <stringProp name="HTTPSampler.domain"></stringProp>
912
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 913
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
914
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
915
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 916
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
917
            <stringProp name="HTTPSampler.path">/shipping</stringProp>
1195 vikas 918
            <stringProp name="HTTPSampler.method">GET</stringProp>
919
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
920
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
921
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
922
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
923
            <boolProp name="HTTPSampler.monitor">false</boolProp>
924
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
925
          </HTTPSampler>
926
          <hashTree/>
927
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/num-sprite.png" enabled="true">
928
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
929
              <collectionProp name="Arguments.arguments"/>
930
            </elementProp>
1392 vikas 931
            <stringProp name="HTTPSampler.domain"></stringProp>
932
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 933
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
934
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
935
            <stringProp name="HTTPSampler.protocol">http</stringProp>
936
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
937
            <stringProp name="HTTPSampler.path">/images/nav-img/num-sprite.png</stringProp>
938
            <stringProp name="HTTPSampler.method">GET</stringProp>
939
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
940
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
941
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
942
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
943
            <boolProp name="HTTPSampler.monitor">false</boolProp>
944
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
945
          </HTTPSampler>
946
          <hashTree/>
947
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/shipping" enabled="true">
948
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
949
              <collectionProp name="Arguments.arguments">
950
                <elementProp name="name" elementType="HTTPArgument">
951
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
952
                  <stringProp name="Argument.name">name</stringProp>
1392 vikas 953
                  <stringProp name="Argument.value">test</stringProp>
1195 vikas 954
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 955
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 956
                </elementProp>
957
                <elementProp name="line1" elementType="HTTPArgument">
958
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
959
                  <stringProp name="Argument.name">line1</stringProp>
960
                  <stringProp name="Argument.value">test add</stringProp>
961
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 962
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 963
                </elementProp>
964
                <elementProp name="line2" elementType="HTTPArgument">
965
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
966
                  <stringProp name="Argument.name">line2</stringProp>
967
                  <stringProp name="Argument.value"></stringProp>
968
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 969
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 970
                </elementProp>
971
                <elementProp name="state" elementType="HTTPArgument">
972
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
973
                  <stringProp name="Argument.name">state</stringProp>
1392 vikas 974
                  <stringProp name="Argument.value">Andhra Pradesh</stringProp>
1195 vikas 975
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 976
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 977
                </elementProp>
978
                <elementProp name="city" elementType="HTTPArgument">
979
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
980
                  <stringProp name="Argument.name">city</stringProp>
1392 vikas 981
                  <stringProp name="Argument.value">hyderabad</stringProp>
1195 vikas 982
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 983
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 984
                </elementProp>
985
                <elementProp name="pincode" elementType="HTTPArgument">
986
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
987
                  <stringProp name="Argument.name">pincode</stringProp>
988
                  <stringProp name="Argument.value">123456</stringProp>
989
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 990
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 991
                </elementProp>
992
                <elementProp name="phone" elementType="HTTPArgument">
993
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
994
                  <stringProp name="Argument.name">phone</stringProp>
995
                  <stringProp name="Argument.value">1234567890</stringProp>
996
                  <stringProp name="Argument.metadata">=</stringProp>
997
                </elementProp>
998
                <elementProp name="action" elementType="HTTPArgument">
999
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1000
                  <stringProp name="Argument.name">action</stringProp>
1001
                  <stringProp name="Argument.value">add</stringProp>
1002
                  <stringProp name="Argument.metadata">=</stringProp>
1003
                </elementProp>
1004
                <elementProp name="submitAddress" elementType="HTTPArgument">
1005
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
1006
                  <stringProp name="Argument.name">submitAddress</stringProp>
1007
                  <stringProp name="Argument.value">Ship to this Address</stringProp>
1008
                  <stringProp name="Argument.metadata">=</stringProp>
1009
                </elementProp>
1010
              </collectionProp>
1011
            </elementProp>
1392 vikas 1012
            <stringProp name="HTTPSampler.domain"></stringProp>
1013
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1014
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1015
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1016
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1017
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1018
            <stringProp name="HTTPSampler.path">/shipping</stringProp>
1019
            <stringProp name="HTTPSampler.method">POST</stringProp>
1020
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1021
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1022
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1023
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1024
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1025
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1026
          </HTTPSampler>
1027
          <hashTree/>
1028
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/shipping" enabled="true">
1029
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1030
              <collectionProp name="Arguments.arguments"/>
1031
            </elementProp>
1392 vikas 1032
            <stringProp name="HTTPSampler.domain"></stringProp>
1033
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1034
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1035
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1036
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1037
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1038
            <stringProp name="HTTPSampler.path">/shipping</stringProp>
1039
            <stringProp name="HTTPSampler.method">GET</stringProp>
1040
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1041
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1042
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1043
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1044
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1045
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1046
          </HTTPSampler>
1047
          <hashTree/>
1392 vikas 1048
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 1049
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1050
              <collectionProp name="Arguments.arguments"/>
1051
            </elementProp>
1392 vikas 1052
            <stringProp name="HTTPSampler.domain"></stringProp>
1053
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1054
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1055
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1056
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1057
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1058
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 1059
            <stringProp name="HTTPSampler.method">GET</stringProp>
1060
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1061
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1062
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1063
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1064
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1065
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1066
          </HTTPSampler>
1067
          <hashTree/>
1392 vikas 1068
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 1069
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1070
              <collectionProp name="Arguments.arguments"/>
1071
            </elementProp>
1392 vikas 1072
            <stringProp name="HTTPSampler.domain"></stringProp>
1073
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1074
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1075
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1076
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1077
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1078
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 1079
            <stringProp name="HTTPSampler.method">GET</stringProp>
1080
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1081
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1082
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1083
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1084
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1085
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1086
          </HTTPSampler>
1087
          <hashTree/>
1392 vikas 1088
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
1195 vikas 1089
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1090
              <collectionProp name="Arguments.arguments"/>
1091
            </elementProp>
1392 vikas 1092
            <stringProp name="HTTPSampler.domain"></stringProp>
1093
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1094
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1095
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1096
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1097
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1098
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
1195 vikas 1099
            <stringProp name="HTTPSampler.method">GET</stringProp>
1100
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1101
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1102
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1103
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1104
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1105
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1106
          </HTTPSampler>
1107
          <hashTree/>
1108
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
1109
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1110
              <collectionProp name="Arguments.arguments"/>
1111
            </elementProp>
1392 vikas 1112
            <stringProp name="HTTPSampler.domain"></stringProp>
1113
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1114
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1115
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1116
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1117
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1118
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
1119
            <stringProp name="HTTPSampler.method">GET</stringProp>
1120
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1121
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1122
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1123
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1124
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1125
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1126
          </HTTPSampler>
1127
          <hashTree/>
1392 vikas 1128
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
1195 vikas 1129
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1130
              <collectionProp name="Arguments.arguments"/>
1131
            </elementProp>
1392 vikas 1132
            <stringProp name="HTTPSampler.domain"></stringProp>
1133
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1134
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1135
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1136
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1137
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1138
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
1195 vikas 1139
            <stringProp name="HTTPSampler.method">GET</stringProp>
1140
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1141
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1142
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1143
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1144
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1145
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1146
          </HTTPSampler>
1147
          <hashTree/>
1392 vikas 1148
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
1195 vikas 1149
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1150
              <collectionProp name="Arguments.arguments"/>
1151
            </elementProp>
1392 vikas 1152
            <stringProp name="HTTPSampler.domain"></stringProp>
1153
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1154
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1155
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1156
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1157
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1158
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
1195 vikas 1159
            <stringProp name="HTTPSampler.method">GET</stringProp>
1160
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1161
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1162
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1163
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1164
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1165
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1166
          </HTTPSampler>
1167
          <hashTree/>
1392 vikas 1168
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 1169
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1170
              <collectionProp name="Arguments.arguments"/>
1171
            </elementProp>
1392 vikas 1172
            <stringProp name="HTTPSampler.domain"></stringProp>
1173
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1174
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1175
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1176
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1177
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1178
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 1179
            <stringProp name="HTTPSampler.method">GET</stringProp>
1180
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1181
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1182
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1183
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1184
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1185
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1186
          </HTTPSampler>
1187
          <hashTree/>
1392 vikas 1188
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
1195 vikas 1189
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1190
              <collectionProp name="Arguments.arguments"/>
1191
            </elementProp>
1392 vikas 1192
            <stringProp name="HTTPSampler.domain"></stringProp>
1193
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1194
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1195
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1196
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1197
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1198
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
1195 vikas 1199
            <stringProp name="HTTPSampler.method">GET</stringProp>
1200
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1201
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1202
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1203
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1204
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1205
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1206
          </HTTPSampler>
1207
          <hashTree/>
1208
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
1209
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1210
              <collectionProp name="Arguments.arguments"/>
1211
            </elementProp>
1392 vikas 1212
            <stringProp name="HTTPSampler.domain"></stringProp>
1213
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1214
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1215
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1216
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1217
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1218
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
1219
            <stringProp name="HTTPSampler.method">GET</stringProp>
1220
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1221
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1222
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1223
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1224
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1225
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1226
          </HTTPSampler>
1227
          <hashTree/>
1228
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
1229
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1230
              <collectionProp name="Arguments.arguments"/>
1231
            </elementProp>
1392 vikas 1232
            <stringProp name="HTTPSampler.domain"></stringProp>
1233
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1234
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1235
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1236
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1237
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1238
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
1239
            <stringProp name="HTTPSampler.method">GET</stringProp>
1240
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1241
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1242
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1243
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1244
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1245
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1246
          </HTTPSampler>
1247
          <hashTree/>
1248
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1249
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1250
              <collectionProp name="Arguments.arguments"/>
1251
            </elementProp>
1392 vikas 1252
            <stringProp name="HTTPSampler.domain"></stringProp>
1253
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1254
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1255
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1256
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1257
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1258
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1259
            <stringProp name="HTTPSampler.method">GET</stringProp>
1260
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1261
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1262
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1263
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1264
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1265
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1266
          </HTTPSampler>
1267
          <hashTree/>
1392 vikas 1268
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/num-sprite.png" enabled="true">
1195 vikas 1269
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1270
              <collectionProp name="Arguments.arguments"/>
1271
            </elementProp>
1392 vikas 1272
            <stringProp name="HTTPSampler.domain"></stringProp>
1273
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1274
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1275
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1276
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1277
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1278
            <stringProp name="HTTPSampler.path">/images/nav-img/num-sprite.png</stringProp>
1195 vikas 1279
            <stringProp name="HTTPSampler.method">GET</stringProp>
1280
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1281
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1282
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1283
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1284
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1285
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1286
          </HTTPSampler>
1287
          <hashTree/>
1392 vikas 1288
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
1195 vikas 1289
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1290
              <collectionProp name="Arguments.arguments"/>
1291
            </elementProp>
1392 vikas 1292
            <stringProp name="HTTPSampler.domain"></stringProp>
1293
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1294
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1295
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1296
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1297
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1298
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
1195 vikas 1299
            <stringProp name="HTTPSampler.method">GET</stringProp>
1300
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1301
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1302
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1303
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1304
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1305
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1306
          </HTTPSampler>
1307
          <hashTree/>
1392 vikas 1308
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
1195 vikas 1309
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1310
              <collectionProp name="Arguments.arguments"/>
1311
            </elementProp>
1392 vikas 1312
            <stringProp name="HTTPSampler.domain"></stringProp>
1313
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1314
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1315
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1316
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1317
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1318
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
1195 vikas 1319
            <stringProp name="HTTPSampler.method">GET</stringProp>
1320
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1321
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1322
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1323
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1324
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1325
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1326
          </HTTPSampler>
1327
          <hashTree/>
1328
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1329
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1330
              <collectionProp name="Arguments.arguments"/>
1331
            </elementProp>
1392 vikas 1332
            <stringProp name="HTTPSampler.domain"></stringProp>
1333
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1334
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1335
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1336
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1337
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1338
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1339
            <stringProp name="HTTPSampler.method">GET</stringProp>
1340
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1341
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1342
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1343
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1344
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1345
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1346
          </HTTPSampler>
1347
          <hashTree/>
1348
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1349
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1350
              <collectionProp name="Arguments.arguments"/>
1351
            </elementProp>
1392 vikas 1352
            <stringProp name="HTTPSampler.domain"></stringProp>
1353
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1354
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1355
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1356
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1357
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1358
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1359
            <stringProp name="HTTPSampler.method">GET</stringProp>
1360
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1361
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1362
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1363
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1364
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1365
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1366
          </HTTPSampler>
1367
          <hashTree/>
1368
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/order" enabled="true">
1369
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1370
              <collectionProp name="Arguments.arguments">
1371
                <elementProp name="addressid" elementType="HTTPArgument">
1372
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1373
                  <stringProp name="Argument.name">addressid</stringProp>
1392 vikas 1374
                  <stringProp name="Argument.value">1</stringProp>
1195 vikas 1375
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 1376
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 1377
                </elementProp>
1378
                <elementProp name="btnSearch" elementType="HTTPArgument">
1379
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1380
                  <stringProp name="Argument.name">btnSearch</stringProp>
1381
                  <stringProp name="Argument.value">Proceed+to+Pay</stringProp>
1382
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 1383
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 1384
                </elementProp>
1385
              </collectionProp>
1386
            </elementProp>
1392 vikas 1387
            <stringProp name="HTTPSampler.domain"></stringProp>
1388
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1389
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1390
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1391
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1393
            <stringProp name="HTTPSampler.path">/order</stringProp>
1394
            <stringProp name="HTTPSampler.method">POST</stringProp>
1395
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1396
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1397
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1398
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1399
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1400
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1401
          </HTTPSampler>
1402
          <hashTree/>
1403
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/shipping" enabled="true">
1404
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1405
              <collectionProp name="Arguments.arguments"/>
1406
            </elementProp>
1392 vikas 1407
            <stringProp name="HTTPSampler.domain"></stringProp>
1408
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1409
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1410
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1411
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1412
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1413
            <stringProp name="HTTPSampler.path">/shipping</stringProp>
1414
            <stringProp name="HTTPSampler.method">GET</stringProp>
1415
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1416
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1417
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1418
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1419
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1420
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1421
          </HTTPSampler>
1422
          <hashTree/>
1392 vikas 1423
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
1195 vikas 1424
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1425
              <collectionProp name="Arguments.arguments"/>
1426
            </elementProp>
1392 vikas 1427
            <stringProp name="HTTPSampler.domain"></stringProp>
1428
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1429
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1430
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1431
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1432
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1433
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
1195 vikas 1434
            <stringProp name="HTTPSampler.method">GET</stringProp>
1435
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1436
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1437
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1438
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1439
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1440
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1441
          </HTTPSampler>
1442
          <hashTree/>
1392 vikas 1443
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 1444
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1445
              <collectionProp name="Arguments.arguments"/>
1446
            </elementProp>
1392 vikas 1447
            <stringProp name="HTTPSampler.domain"></stringProp>
1448
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1449
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1450
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1451
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1452
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1453
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 1454
            <stringProp name="HTTPSampler.method">GET</stringProp>
1455
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1456
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1457
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1458
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1459
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1460
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1461
          </HTTPSampler>
1462
          <hashTree/>
1392 vikas 1463
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 1464
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1465
              <collectionProp name="Arguments.arguments"/>
1466
            </elementProp>
1392 vikas 1467
            <stringProp name="HTTPSampler.domain"></stringProp>
1468
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1469
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1470
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1471
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1472
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1473
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 1474
            <stringProp name="HTTPSampler.method">GET</stringProp>
1475
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1476
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1477
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1478
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1479
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1480
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1481
          </HTTPSampler>
1482
          <hashTree/>
1483
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
1484
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1485
              <collectionProp name="Arguments.arguments"/>
1486
            </elementProp>
1392 vikas 1487
            <stringProp name="HTTPSampler.domain"></stringProp>
1488
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1489
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1490
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1491
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1492
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1493
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
1494
            <stringProp name="HTTPSampler.method">GET</stringProp>
1495
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1496
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1497
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1498
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1499
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1500
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1501
          </HTTPSampler>
1502
          <hashTree/>
1392 vikas 1503
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
1195 vikas 1504
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1505
              <collectionProp name="Arguments.arguments"/>
1506
            </elementProp>
1392 vikas 1507
            <stringProp name="HTTPSampler.domain"></stringProp>
1508
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1509
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1510
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1511
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1512
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1513
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
1195 vikas 1514
            <stringProp name="HTTPSampler.method">GET</stringProp>
1515
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1516
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1517
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1518
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1519
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1520
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1521
          </HTTPSampler>
1522
          <hashTree/>
1392 vikas 1523
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
1195 vikas 1524
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1525
              <collectionProp name="Arguments.arguments"/>
1526
            </elementProp>
1392 vikas 1527
            <stringProp name="HTTPSampler.domain"></stringProp>
1528
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1529
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1530
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1531
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1532
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1533
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
1195 vikas 1534
            <stringProp name="HTTPSampler.method">GET</stringProp>
1535
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1536
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1537
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1538
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1539
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1540
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1541
          </HTTPSampler>
1542
          <hashTree/>
1392 vikas 1543
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 1544
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1545
              <collectionProp name="Arguments.arguments"/>
1546
            </elementProp>
1392 vikas 1547
            <stringProp name="HTTPSampler.domain"></stringProp>
1548
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1549
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1550
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1551
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1552
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1553
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 1554
            <stringProp name="HTTPSampler.method">GET</stringProp>
1555
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1556
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1557
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1558
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1559
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1560
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1561
          </HTTPSampler>
1562
          <hashTree/>
1392 vikas 1563
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
1195 vikas 1564
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1565
              <collectionProp name="Arguments.arguments"/>
1566
            </elementProp>
1392 vikas 1567
            <stringProp name="HTTPSampler.domain"></stringProp>
1568
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1569
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1570
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1571
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1572
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1573
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
1195 vikas 1574
            <stringProp name="HTTPSampler.method">GET</stringProp>
1575
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1576
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1577
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1578
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1579
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1580
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1581
          </HTTPSampler>
1582
          <hashTree/>
1392 vikas 1583
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1195 vikas 1584
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1585
              <collectionProp name="Arguments.arguments"/>
1586
            </elementProp>
1392 vikas 1587
            <stringProp name="HTTPSampler.domain"></stringProp>
1588
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1589
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1590
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1591
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1592
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1593
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1195 vikas 1594
            <stringProp name="HTTPSampler.method">GET</stringProp>
1595
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1596
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1597
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1598
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1599
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1600
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1601
          </HTTPSampler>
1602
          <hashTree/>
1603
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/nav-img/num-sprite.png" enabled="true">
1604
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1605
              <collectionProp name="Arguments.arguments"/>
1606
            </elementProp>
1392 vikas 1607
            <stringProp name="HTTPSampler.domain"></stringProp>
1608
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1609
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1610
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1611
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1612
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1613
            <stringProp name="HTTPSampler.path">/images/nav-img/num-sprite.png</stringProp>
1614
            <stringProp name="HTTPSampler.method">GET</stringProp>
1615
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1616
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1617
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1618
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1619
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1620
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1621
          </HTTPSampler>
1622
          <hashTree/>
1623
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
1624
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1625
              <collectionProp name="Arguments.arguments"/>
1626
            </elementProp>
1392 vikas 1627
            <stringProp name="HTTPSampler.domain"></stringProp>
1628
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1629
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1630
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1631
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1632
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1633
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
1634
            <stringProp name="HTTPSampler.method">GET</stringProp>
1635
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1636
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1637
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1638
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1639
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1640
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1641
          </HTTPSampler>
1642
          <hashTree/>
1643
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
1644
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1645
              <collectionProp name="Arguments.arguments"/>
1646
            </elementProp>
1392 vikas 1647
            <stringProp name="HTTPSampler.domain"></stringProp>
1648
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1649
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1650
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1651
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1652
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1653
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
1654
            <stringProp name="HTTPSampler.method">GET</stringProp>
1655
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1656
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1657
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1658
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1659
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1660
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1661
          </HTTPSampler>
1662
          <hashTree/>
1663
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
1664
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1665
              <collectionProp name="Arguments.arguments"/>
1666
            </elementProp>
1392 vikas 1667
            <stringProp name="HTTPSampler.domain"></stringProp>
1668
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1669
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1670
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1671
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1672
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1673
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
1674
            <stringProp name="HTTPSampler.method">GET</stringProp>
1675
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1676
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1677
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1678
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1679
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1680
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1681
          </HTTPSampler>
1682
          <hashTree/>
1683
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1684
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1685
              <collectionProp name="Arguments.arguments"/>
1686
            </elementProp>
1392 vikas 1687
            <stringProp name="HTTPSampler.domain"></stringProp>
1688
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1689
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1690
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1691
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1692
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1693
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1694
            <stringProp name="HTTPSampler.method">GET</stringProp>
1695
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1696
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1697
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1698
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1699
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1700
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1701
          </HTTPSampler>
1702
          <hashTree/>
1392 vikas 1703
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1195 vikas 1704
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1705
              <collectionProp name="Arguments.arguments"/>
1706
            </elementProp>
1392 vikas 1707
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1708
            <stringProp name="HTTPSampler.port"></stringProp>
1709
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1710
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1711
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1712
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1713
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1195 vikas 1714
            <stringProp name="HTTPSampler.method">GET</stringProp>
1715
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1716
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1717
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1718
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1719
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1720
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1721
          </HTTPSampler>
1722
          <hashTree/>
1392 vikas 1723
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
1195 vikas 1724
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1725
              <collectionProp name="Arguments.arguments"/>
1726
            </elementProp>
1392 vikas 1727
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1728
            <stringProp name="HTTPSampler.port"></stringProp>
1729
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1730
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1731
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1732
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1733
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
1195 vikas 1734
            <stringProp name="HTTPSampler.method">GET</stringProp>
1735
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1736
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1737
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1738
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1739
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1740
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1741
          </HTTPSampler>
1742
          <hashTree/>
1743
        </hashTree>
1744
        <ResultSaver guiclass="ResultSaverGui" testclass="ResultSaver" testname="Save Responses to a file" enabled="true">
1745
          <stringProp name="FileSaver.filename">samples/shipping/test</stringProp>
1746
          <boolProp name="FileSaver.errorsonly">false</boolProp>
1747
          <boolProp name="FileSaver.skipautonumber">false</boolProp>
1748
          <boolProp name="FileSaver.skipsuffix">false</boolProp>
1749
          <boolProp name="FileSaver.successonly">false</boolProp>
1750
        </ResultSaver>
1751
        <hashTree/>
1752
      </hashTree>
1753
    </hashTree>
1754
  </hashTree>
1755
</jmeterTestPlan>