Subversion Repositories SmartDukaan

Rev

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

Rev Author Line No. Line
1195 vikas 1
<?xml version="1.0" encoding="UTF-8"?>
2
<jmeterTestPlan version="1.2" properties="2.1">
3
  <hashTree>
4
    <TestPlan guiclass="TestPlanGui" testclass="TestPlan" testname="Test Plan" enabled="true">
5
      <stringProp name="TestPlan.comments"></stringProp>
6
      <boolProp name="TestPlan.functional_mode">false</boolProp>
7
      <boolProp name="TestPlan.serialize_threadgroups">false</boolProp>
8
      <elementProp name="TestPlan.user_defined_variables" elementType="Arguments" guiclass="ArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
1392 vikas 9
        <collectionProp name="Arguments.arguments">
10
          <elementProp name="user.saholic.server" elementType="Argument">
11
            <stringProp name="Argument.name">user.saholic.server</stringProp>
12
            <stringProp name="Argument.value">${__P(saholic.server, localhost)}</stringProp>
13
            <stringProp name="Argument.metadata">=</stringProp>
14
          </elementProp>
15
          <elementProp name="user.saholic.port" elementType="Argument">
16
            <stringProp name="Argument.name">user.saholic.port</stringProp>
17
            <stringProp name="Argument.value">${__P(saholic.port, 8080)}</stringProp>
18
            <stringProp name="Argument.metadata">=</stringProp>
19
          </elementProp>
20
        </collectionProp>
1195 vikas 21
      </elementProp>
22
      <stringProp name="TestPlan.user_define_classpath"></stringProp>
23
    </TestPlan>
24
    <hashTree>
25
      <ThreadGroup guiclass="ThreadGroupGui" testclass="ThreadGroup" testname="Thread Group" enabled="true">
26
        <stringProp name="ThreadGroup.on_sample_error">continue</stringProp>
27
        <elementProp name="ThreadGroup.main_controller" elementType="LoopController" guiclass="LoopControlPanel" testclass="LoopController" testname="Loop Controller" enabled="true">
28
          <boolProp name="LoopController.continue_forever">false</boolProp>
29
          <stringProp name="LoopController.loops">1</stringProp>
30
        </elementProp>
31
        <stringProp name="ThreadGroup.num_threads">1</stringProp>
32
        <stringProp name="ThreadGroup.ramp_time">1</stringProp>
1392 vikas 33
        <longProp name="ThreadGroup.start_time">1302610666000</longProp>
34
        <longProp name="ThreadGroup.end_time">1302610666000</longProp>
1195 vikas 35
        <boolProp name="ThreadGroup.scheduler">false</boolProp>
36
        <stringProp name="ThreadGroup.duration"></stringProp>
37
        <stringProp name="ThreadGroup.delay"></stringProp>
38
      </ThreadGroup>
39
      <hashTree>
40
        <CookieManager guiclass="CookiePanel" testclass="CookieManager" testname="HTTP Cookie Manager" enabled="true">
41
          <collectionProp name="CookieManager.cookies"/>
42
          <boolProp name="CookieManager.clearEachIteration">false</boolProp>
43
          <stringProp name="CookieManager.policy">rfc2109</stringProp>
44
        </CookieManager>
45
        <hashTree/>
46
        <RecordingController guiclass="RecordController" testclass="RecordingController" testname="Recording Controller" enabled="true"/>
47
        <hashTree>
1392 vikas 48
          <ConfigTestElement guiclass="HttpDefaultsGui" testclass="ConfigTestElement" testname="HTTP Request Defaults" enabled="true">
49
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" testname="User Defined Variables" enabled="true">
50
              <collectionProp name="Arguments.arguments"/>
51
            </elementProp>
52
            <stringProp name="HTTPSampler.domain">${user.saholic.server}</stringProp>
53
            <stringProp name="HTTPSampler.port">${user.saholic.port}</stringProp>
54
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
55
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
56
            <stringProp name="HTTPSampler.protocol"></stringProp>
57
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
58
            <stringProp name="HTTPSampler.path"></stringProp>
59
          </ConfigTestElement>
60
          <hashTree/>
1195 vikas 61
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/login" enabled="true">
62
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
63
              <collectionProp name="Arguments.arguments">
64
                <elementProp name="email" elementType="HTTPArgument">
65
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
66
                  <stringProp name="Argument.name">email</stringProp>
1392 vikas 67
                  <stringProp name="Argument.value">vikas.malik@shop2020.in</stringProp>
1195 vikas 68
                  <stringProp name="Argument.metadata">=</stringProp>
69
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
70
                </elementProp>
71
                <elementProp name="password" elementType="HTTPArgument">
72
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
73
                  <stringProp name="Argument.name">password</stringProp>
74
                  <stringProp name="Argument.value">test123</stringProp>
75
                  <stringProp name="Argument.metadata">=</stringProp>
76
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
77
                </elementProp>
78
                <elementProp name="btnSearch" elementType="HTTPArgument">
79
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
80
                  <stringProp name="Argument.name">btnSearch</stringProp>
81
                  <stringProp name="Argument.value">Login</stringProp>
82
                  <stringProp name="Argument.metadata">=</stringProp>
83
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
84
                </elementProp>
85
              </collectionProp>
86
            </elementProp>
1392 vikas 87
            <stringProp name="HTTPSampler.domain"></stringProp>
88
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 89
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
90
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
91
            <stringProp name="HTTPSampler.protocol">http</stringProp>
92
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
93
            <stringProp name="HTTPSampler.path">/login</stringProp>
94
            <stringProp name="HTTPSampler.method">POST</stringProp>
95
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
96
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
97
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
98
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
99
            <boolProp name="HTTPSampler.monitor">false</boolProp>
100
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
101
          </HTTPSampler>
102
          <hashTree/>
103
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myaccount" enabled="true">
104
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
105
              <collectionProp name="Arguments.arguments"/>
106
            </elementProp>
1392 vikas 107
            <stringProp name="HTTPSampler.domain"></stringProp>
108
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 109
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
110
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
111
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 112
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1195 vikas 113
            <stringProp name="HTTPSampler.path">/myaccount</stringProp>
114
            <stringProp name="HTTPSampler.method">GET</stringProp>
115
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
116
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
117
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
118
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
119
            <boolProp name="HTTPSampler.monitor">false</boolProp>
120
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
121
          </HTTPSampler>
122
          <hashTree/>
1392 vikas 123
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000194/thumbnail.jpg" 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">/images/1000194/thumbnail.jpg</stringProp>
1195 vikas 134
            <stringProp name="HTTPSampler.method">GET</stringProp>
135
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
136
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
137
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
138
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
139
            <boolProp name="HTTPSampler.monitor">false</boolProp>
140
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
141
          </HTTPSampler>
142
          <hashTree/>
1392 vikas 143
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/completed-orders" enabled="true">
1195 vikas 144
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
145
              <collectionProp name="Arguments.arguments"/>
146
            </elementProp>
1392 vikas 147
            <stringProp name="HTTPSampler.domain"></stringProp>
148
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 149
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
150
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
151
            <stringProp name="HTTPSampler.protocol">http</stringProp>
152
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 153
            <stringProp name="HTTPSampler.path">/completed-orders</stringProp>
1195 vikas 154
            <stringProp name="HTTPSampler.method">GET</stringProp>
155
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
156
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
157
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
158
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
159
            <boolProp name="HTTPSampler.monitor">false</boolProp>
160
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
161
          </HTTPSampler>
162
          <hashTree/>
1392 vikas 163
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/personal-details" 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">/personal-details</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/>
1392 vikas 183
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/login-details" enabled="true">
1195 vikas 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>
1392 vikas 193
            <stringProp name="HTTPSampler.path">/login-details</stringProp>
1195 vikas 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="/images/1000194/thumbnail.jpg" 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">/images/1000194/thumbnail.jpg</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="/login-details" enabled="true">
1195 vikas 224
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 225
              <collectionProp name="Arguments.arguments">
226
                <elementProp name="txtOldPassword" elementType="HTTPArgument">
227
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
228
                  <stringProp name="Argument.name">txtOldPassword</stringProp>
229
                  <stringProp name="Argument.value">test123</stringProp>
230
                  <stringProp name="Argument.metadata">=</stringProp>
231
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
232
                </elementProp>
233
                <elementProp name="txtNewPassword" elementType="HTTPArgument">
234
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
235
                  <stringProp name="Argument.name">txtNewPassword</stringProp>
236
                  <stringProp name="Argument.value">test1234</stringProp>
237
                  <stringProp name="Argument.metadata">=</stringProp>
238
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
239
                </elementProp>
240
                <elementProp name="txtConfirmPassword" elementType="HTTPArgument">
241
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
242
                  <stringProp name="Argument.name">txtConfirmPassword</stringProp>
243
                  <stringProp name="Argument.value">test1234</stringProp>
244
                  <stringProp name="Argument.metadata">=</stringProp>
245
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
246
                </elementProp>
247
                <elementProp name="save" elementType="HTTPArgument">
248
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
249
                  <stringProp name="Argument.name">save</stringProp>
250
                  <stringProp name="Argument.value">Save</stringProp>
251
                  <stringProp name="Argument.metadata">=</stringProp>
252
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
253
                </elementProp>
254
              </collectionProp>
1195 vikas 255
            </elementProp>
1392 vikas 256
            <stringProp name="HTTPSampler.domain"></stringProp>
257
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 258
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
259
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
260
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 261
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
262
            <stringProp name="HTTPSampler.path">/login-details</stringProp>
263
            <stringProp name="HTTPSampler.method">POST</stringProp>
1195 vikas 264
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
265
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
266
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
267
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
268
            <boolProp name="HTTPSampler.monitor">false</boolProp>
269
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
270
          </HTTPSampler>
271
          <hashTree/>
1392 vikas 272
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/login-details" enabled="true">
1195 vikas 273
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
274
              <collectionProp name="Arguments.arguments"/>
275
            </elementProp>
1392 vikas 276
            <stringProp name="HTTPSampler.domain"></stringProp>
277
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 278
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
279
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
280
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 281
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
282
            <stringProp name="HTTPSampler.path">/login-details</stringProp>
1195 vikas 283
            <stringProp name="HTTPSampler.method">GET</stringProp>
284
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
285
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
286
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
287
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
288
            <boolProp name="HTTPSampler.monitor">false</boolProp>
289
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
290
          </HTTPSampler>
291
          <hashTree/>
292
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
293
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
294
              <collectionProp name="Arguments.arguments"/>
295
            </elementProp>
1392 vikas 296
            <stringProp name="HTTPSampler.domain"></stringProp>
297
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 298
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
299
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
300
            <stringProp name="HTTPSampler.protocol">http</stringProp>
301
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
302
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
303
            <stringProp name="HTTPSampler.method">GET</stringProp>
304
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
305
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
306
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
307
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
308
            <boolProp name="HTTPSampler.monitor">false</boolProp>
309
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
310
          </HTTPSampler>
311
          <hashTree/>
1392 vikas 312
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 313
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
314
              <collectionProp name="Arguments.arguments"/>
315
            </elementProp>
1392 vikas 316
            <stringProp name="HTTPSampler.domain"></stringProp>
317
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 318
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
319
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
320
            <stringProp name="HTTPSampler.protocol">http</stringProp>
321
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 322
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 323
            <stringProp name="HTTPSampler.method">GET</stringProp>
324
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
325
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
326
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
327
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
328
            <boolProp name="HTTPSampler.monitor">false</boolProp>
329
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
330
          </HTTPSampler>
331
          <hashTree/>
1392 vikas 332
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
1195 vikas 333
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
334
              <collectionProp name="Arguments.arguments"/>
335
            </elementProp>
1392 vikas 336
            <stringProp name="HTTPSampler.domain"></stringProp>
337
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 338
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
339
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
340
            <stringProp name="HTTPSampler.protocol">http</stringProp>
341
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 342
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
1195 vikas 343
            <stringProp name="HTTPSampler.method">GET</stringProp>
344
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
345
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
346
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
347
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
348
            <boolProp name="HTTPSampler.monitor">false</boolProp>
349
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
350
          </HTTPSampler>
351
          <hashTree/>
1392 vikas 352
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
1195 vikas 353
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
354
              <collectionProp name="Arguments.arguments"/>
355
            </elementProp>
1392 vikas 356
            <stringProp name="HTTPSampler.domain"></stringProp>
357
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 358
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
359
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
360
            <stringProp name="HTTPSampler.protocol">http</stringProp>
361
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 362
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
1195 vikas 363
            <stringProp name="HTTPSampler.method">GET</stringProp>
364
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
365
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
366
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
367
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
368
            <boolProp name="HTTPSampler.monitor">false</boolProp>
369
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
370
          </HTTPSampler>
371
          <hashTree/>
1392 vikas 372
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
1195 vikas 373
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
374
              <collectionProp name="Arguments.arguments"/>
375
            </elementProp>
1392 vikas 376
            <stringProp name="HTTPSampler.domain"></stringProp>
377
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 378
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
379
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
380
            <stringProp name="HTTPSampler.protocol">http</stringProp>
381
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 382
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
1195 vikas 383
            <stringProp name="HTTPSampler.method">GET</stringProp>
384
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
385
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
386
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
387
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
388
            <boolProp name="HTTPSampler.monitor">false</boolProp>
389
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
390
          </HTTPSampler>
391
          <hashTree/>
1392 vikas 392
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 393
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
394
              <collectionProp name="Arguments.arguments"/>
395
            </elementProp>
1392 vikas 396
            <stringProp name="HTTPSampler.domain"></stringProp>
397
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 398
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
399
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
400
            <stringProp name="HTTPSampler.protocol">http</stringProp>
401
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 402
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 403
            <stringProp name="HTTPSampler.method">GET</stringProp>
404
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
405
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
406
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
407
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
408
            <boolProp name="HTTPSampler.monitor">false</boolProp>
409
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
410
          </HTTPSampler>
411
          <hashTree/>
1392 vikas 412
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 413
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
414
              <collectionProp name="Arguments.arguments"/>
415
            </elementProp>
1392 vikas 416
            <stringProp name="HTTPSampler.domain"></stringProp>
417
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 418
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
419
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
420
            <stringProp name="HTTPSampler.protocol">http</stringProp>
421
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 422
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 423
            <stringProp name="HTTPSampler.method">GET</stringProp>
424
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
425
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
426
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
427
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
428
            <boolProp name="HTTPSampler.monitor">false</boolProp>
429
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
430
          </HTTPSampler>
431
          <hashTree/>
1392 vikas 432
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
1195 vikas 433
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
434
              <collectionProp name="Arguments.arguments"/>
435
            </elementProp>
1392 vikas 436
            <stringProp name="HTTPSampler.domain"></stringProp>
437
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 438
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
439
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
440
            <stringProp name="HTTPSampler.protocol">http</stringProp>
441
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 442
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
1195 vikas 443
            <stringProp name="HTTPSampler.method">GET</stringProp>
444
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
445
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
446
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
447
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
448
            <boolProp name="HTTPSampler.monitor">false</boolProp>
449
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
450
          </HTTPSampler>
451
          <hashTree/>
1392 vikas 452
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
1195 vikas 453
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
454
              <collectionProp name="Arguments.arguments"/>
455
            </elementProp>
1392 vikas 456
            <stringProp name="HTTPSampler.domain"></stringProp>
457
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 458
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
459
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
460
            <stringProp name="HTTPSampler.protocol">http</stringProp>
461
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 462
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
1195 vikas 463
            <stringProp name="HTTPSampler.method">GET</stringProp>
464
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
465
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
466
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
467
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
468
            <boolProp name="HTTPSampler.monitor">false</boolProp>
469
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
470
          </HTTPSampler>
471
          <hashTree/>
1392 vikas 472
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
1195 vikas 473
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
474
              <collectionProp name="Arguments.arguments"/>
475
            </elementProp>
1392 vikas 476
            <stringProp name="HTTPSampler.domain"></stringProp>
477
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 478
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
479
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
480
            <stringProp name="HTTPSampler.protocol">http</stringProp>
481
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 482
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
1195 vikas 483
            <stringProp name="HTTPSampler.method">GET</stringProp>
484
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
485
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
486
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
487
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
488
            <boolProp name="HTTPSampler.monitor">false</boolProp>
489
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
490
          </HTTPSampler>
491
          <hashTree/>
1392 vikas 492
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
1195 vikas 493
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
494
              <collectionProp name="Arguments.arguments"/>
495
            </elementProp>
1392 vikas 496
            <stringProp name="HTTPSampler.domain"></stringProp>
497
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 498
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
499
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
500
            <stringProp name="HTTPSampler.protocol">http</stringProp>
501
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 502
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
1195 vikas 503
            <stringProp name="HTTPSampler.method">GET</stringProp>
504
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
505
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
506
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
507
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
508
            <boolProp name="HTTPSampler.monitor">false</boolProp>
509
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
510
          </HTTPSampler>
511
          <hashTree/>
1392 vikas 512
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1195 vikas 513
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
514
              <collectionProp name="Arguments.arguments"/>
515
            </elementProp>
1392 vikas 516
            <stringProp name="HTTPSampler.domain"></stringProp>
517
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 518
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
519
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
520
            <stringProp name="HTTPSampler.protocol">http</stringProp>
521
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 522
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1195 vikas 523
            <stringProp name="HTTPSampler.method">GET</stringProp>
524
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
525
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
526
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
527
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
528
            <boolProp name="HTTPSampler.monitor">false</boolProp>
529
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
530
          </HTTPSampler>
531
          <hashTree/>
1392 vikas 532
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tc.jpg" enabled="true">
1195 vikas 533
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
534
              <collectionProp name="Arguments.arguments"/>
535
            </elementProp>
1392 vikas 536
            <stringProp name="HTTPSampler.domain"></stringProp>
537
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 538
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
539
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
540
            <stringProp name="HTTPSampler.protocol">http</stringProp>
541
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 542
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tc.jpg</stringProp>
1195 vikas 543
            <stringProp name="HTTPSampler.method">GET</stringProp>
544
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
545
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
546
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
547
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
548
            <boolProp name="HTTPSampler.monitor">false</boolProp>
549
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
550
          </HTTPSampler>
551
          <hashTree/>
1392 vikas 552
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tr.jpg" enabled="true">
1195 vikas 553
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
554
              <collectionProp name="Arguments.arguments"/>
555
            </elementProp>
1392 vikas 556
            <stringProp name="HTTPSampler.domain"></stringProp>
557
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 558
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
559
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
560
            <stringProp name="HTTPSampler.protocol">http</stringProp>
561
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 562
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tr.jpg</stringProp>
1195 vikas 563
            <stringProp name="HTTPSampler.method">GET</stringProp>
564
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
565
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
566
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
567
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
568
            <boolProp name="HTTPSampler.monitor">false</boolProp>
569
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
570
          </HTTPSampler>
571
          <hashTree/>
1392 vikas 572
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-mr.jpg" enabled="true">
1195 vikas 573
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
574
              <collectionProp name="Arguments.arguments"/>
575
            </elementProp>
1392 vikas 576
            <stringProp name="HTTPSampler.domain"></stringProp>
577
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 578
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
579
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
580
            <stringProp name="HTTPSampler.protocol">http</stringProp>
581
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 582
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-mr.jpg</stringProp>
1195 vikas 583
            <stringProp name="HTTPSampler.method">GET</stringProp>
584
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
585
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
586
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
587
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
588
            <boolProp name="HTTPSampler.monitor">false</boolProp>
589
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
590
          </HTTPSampler>
591
          <hashTree/>
1392 vikas 592
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tl.jpg" enabled="true">
1195 vikas 593
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
594
              <collectionProp name="Arguments.arguments"/>
595
            </elementProp>
1392 vikas 596
            <stringProp name="HTTPSampler.domain"></stringProp>
597
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 598
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
599
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
600
            <stringProp name="HTTPSampler.protocol">http</stringProp>
601
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 602
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tl.jpg</stringProp>
1195 vikas 603
            <stringProp name="HTTPSampler.method">GET</stringProp>
604
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
605
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
606
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
607
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
608
            <boolProp name="HTTPSampler.monitor">false</boolProp>
609
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
610
          </HTTPSampler>
611
          <hashTree/>
1392 vikas 612
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
1195 vikas 613
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
614
              <collectionProp name="Arguments.arguments"/>
615
            </elementProp>
1392 vikas 616
            <stringProp name="HTTPSampler.domain"></stringProp>
617
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 618
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
619
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
620
            <stringProp name="HTTPSampler.protocol">http</stringProp>
621
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 622
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
1195 vikas 623
            <stringProp name="HTTPSampler.method">GET</stringProp>
624
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
625
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
626
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
627
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
628
            <boolProp name="HTTPSampler.monitor">false</boolProp>
629
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
630
          </HTTPSampler>
631
          <hashTree/>
1392 vikas 632
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-bc.jpg" enabled="true">
1195 vikas 633
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
634
              <collectionProp name="Arguments.arguments"/>
635
            </elementProp>
1392 vikas 636
            <stringProp name="HTTPSampler.domain"></stringProp>
637
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 638
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
639
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
640
            <stringProp name="HTTPSampler.protocol">http</stringProp>
641
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 642
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-bc.jpg</stringProp>
1195 vikas 643
            <stringProp name="HTTPSampler.method">GET</stringProp>
644
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
645
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
646
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
647
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
648
            <boolProp name="HTTPSampler.monitor">false</boolProp>
649
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
650
          </HTTPSampler>
651
          <hashTree/>
1392 vikas 652
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-bl.jpg" enabled="true">
1195 vikas 653
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
654
              <collectionProp name="Arguments.arguments"/>
655
            </elementProp>
1392 vikas 656
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 657
            <stringProp name="HTTPSampler.port"></stringProp>
658
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
659
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
660
            <stringProp name="HTTPSampler.protocol">http</stringProp>
661
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 662
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-bl.jpg</stringProp>
1195 vikas 663
            <stringProp name="HTTPSampler.method">GET</stringProp>
664
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
665
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
666
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
667
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
668
            <boolProp name="HTTPSampler.monitor">false</boolProp>
669
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
670
          </HTTPSampler>
671
          <hashTree/>
1392 vikas 672
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1195 vikas 673
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
674
              <collectionProp name="Arguments.arguments"/>
675
            </elementProp>
1392 vikas 676
            <stringProp name="HTTPSampler.domain"></stringProp>
677
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 678
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
679
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
680
            <stringProp name="HTTPSampler.protocol">http</stringProp>
681
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 682
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1195 vikas 683
            <stringProp name="HTTPSampler.method">GET</stringProp>
684
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
685
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
686
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
687
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
688
            <boolProp name="HTTPSampler.monitor">false</boolProp>
689
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
690
          </HTTPSampler>
691
          <hashTree/>
1392 vikas 692
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-br.jpg" enabled="true">
1195 vikas 693
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
694
              <collectionProp name="Arguments.arguments"/>
695
            </elementProp>
1392 vikas 696
            <stringProp name="HTTPSampler.domain"></stringProp>
697
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 698
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
699
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
700
            <stringProp name="HTTPSampler.protocol">http</stringProp>
701
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 702
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-br.jpg</stringProp>
1195 vikas 703
            <stringProp name="HTTPSampler.method">GET</stringProp>
704
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
705
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
706
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
707
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
708
            <boolProp name="HTTPSampler.monitor">false</boolProp>
709
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
710
          </HTTPSampler>
711
          <hashTree/>
712
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
713
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
714
              <collectionProp name="Arguments.arguments"/>
715
            </elementProp>
1392 vikas 716
            <stringProp name="HTTPSampler.domain"></stringProp>
717
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 718
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
719
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
720
            <stringProp name="HTTPSampler.protocol">http</stringProp>
721
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
722
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
723
            <stringProp name="HTTPSampler.method">GET</stringProp>
724
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
725
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
726
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
727
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
728
            <boolProp name="HTTPSampler.monitor">false</boolProp>
729
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
730
          </HTTPSampler>
731
          <hashTree/>
732
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-ml.jpg" enabled="true">
733
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
734
              <collectionProp name="Arguments.arguments"/>
735
            </elementProp>
1392 vikas 736
            <stringProp name="HTTPSampler.domain"></stringProp>
737
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 738
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
739
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
740
            <stringProp name="HTTPSampler.protocol">http</stringProp>
741
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
742
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-ml.jpg</stringProp>
743
            <stringProp name="HTTPSampler.method">GET</stringProp>
744
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
745
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
746
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
747
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
748
            <boolProp name="HTTPSampler.monitor">false</boolProp>
749
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
750
          </HTTPSampler>
751
          <hashTree/>
1392 vikas 752
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000194/thumbnail.jpg" enabled="true">
1195 vikas 753
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
754
              <collectionProp name="Arguments.arguments"/>
755
            </elementProp>
1392 vikas 756
            <stringProp name="HTTPSampler.domain"></stringProp>
757
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 758
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
759
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
760
            <stringProp name="HTTPSampler.protocol">http</stringProp>
761
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 762
            <stringProp name="HTTPSampler.path">/images/1000194/thumbnail.jpg</stringProp>
1195 vikas 763
            <stringProp name="HTTPSampler.method">GET</stringProp>
764
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
765
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
766
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
767
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
768
            <boolProp name="HTTPSampler.monitor">false</boolProp>
769
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
770
          </HTTPSampler>
771
          <hashTree/>
1392 vikas 772
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/address" enabled="true">
1195 vikas 773
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
774
              <collectionProp name="Arguments.arguments"/>
775
            </elementProp>
1392 vikas 776
            <stringProp name="HTTPSampler.domain"></stringProp>
777
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 778
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
779
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
780
            <stringProp name="HTTPSampler.protocol">http</stringProp>
781
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 782
            <stringProp name="HTTPSampler.path">/address</stringProp>
1195 vikas 783
            <stringProp name="HTTPSampler.method">GET</stringProp>
784
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
785
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
786
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
787
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
788
            <boolProp name="HTTPSampler.monitor">false</boolProp>
789
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
790
          </HTTPSampler>
791
          <hashTree/>
1392 vikas 792
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/address" enabled="true">
1195 vikas 793
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 794
              <collectionProp name="Arguments.arguments">
795
                <elementProp name="name" elementType="HTTPArgument">
796
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
797
                  <stringProp name="Argument.name">name</stringProp>
798
                  <stringProp name="Argument.value">test1</stringProp>
799
                  <stringProp name="Argument.metadata">=</stringProp>
800
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
801
                </elementProp>
802
                <elementProp name="line1" elementType="HTTPArgument">
803
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
804
                  <stringProp name="Argument.name">line1</stringProp>
805
                  <stringProp name="Argument.value">test add</stringProp>
806
                  <stringProp name="Argument.metadata">=</stringProp>
807
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
808
                </elementProp>
809
                <elementProp name="line2" elementType="HTTPArgument">
810
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
811
                  <stringProp name="Argument.name">line2</stringProp>
812
                  <stringProp name="Argument.value"></stringProp>
813
                  <stringProp name="Argument.metadata">=</stringProp>
814
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
815
                </elementProp>
816
                <elementProp name="state" elementType="HTTPArgument">
817
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
818
                  <stringProp name="Argument.name">state</stringProp>
819
                  <stringProp name="Argument.value">Assam</stringProp>
820
                  <stringProp name="Argument.metadata">=</stringProp>
821
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
822
                </elementProp>
823
                <elementProp name="city" elementType="HTTPArgument">
824
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
825
                  <stringProp name="Argument.name">city</stringProp>
826
                  <stringProp name="Argument.value">city</stringProp>
827
                  <stringProp name="Argument.metadata">=</stringProp>
828
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
829
                </elementProp>
830
                <elementProp name="pincode" elementType="HTTPArgument">
831
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
832
                  <stringProp name="Argument.name">pincode</stringProp>
833
                  <stringProp name="Argument.value">500042</stringProp>
834
                  <stringProp name="Argument.metadata">=</stringProp>
835
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
836
                </elementProp>
837
                <elementProp name="phone" elementType="HTTPArgument">
838
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
839
                  <stringProp name="Argument.name">phone</stringProp>
840
                  <stringProp name="Argument.value">9898989898</stringProp>
841
                  <stringProp name="Argument.metadata">=</stringProp>
842
                </elementProp>
843
                <elementProp name="action" elementType="HTTPArgument">
844
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
845
                  <stringProp name="Argument.name">action</stringProp>
846
                  <stringProp name="Argument.value">add</stringProp>
847
                  <stringProp name="Argument.metadata">=</stringProp>
848
                </elementProp>
849
                <elementProp name="default" elementType="HTTPArgument">
850
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
851
                  <stringProp name="Argument.name">default</stringProp>
852
                  <stringProp name="Argument.value">add</stringProp>
853
                  <stringProp name="Argument.metadata">=</stringProp>
854
                </elementProp>
855
                <elementProp name="saveAddress1" elementType="HTTPArgument">
856
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
857
                  <stringProp name="Argument.name">saveAddress1</stringProp>
858
                  <stringProp name="Argument.value">Save</stringProp>
859
                  <stringProp name="Argument.metadata">=</stringProp>
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">/address</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/>
879
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/address" enabled="true">
880
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
881
              <collectionProp name="Arguments.arguments"/>
882
            </elementProp>
1392 vikas 883
            <stringProp name="HTTPSampler.domain"></stringProp>
884
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 885
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
886
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
887
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 888
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1195 vikas 889
            <stringProp name="HTTPSampler.path">/address</stringProp>
890
            <stringProp name="HTTPSampler.method">GET</stringProp>
891
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
892
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
893
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
894
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
895
            <boolProp name="HTTPSampler.monitor">false</boolProp>
896
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
897
          </HTTPSampler>
898
          <hashTree/>
1392 vikas 899
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 900
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
901
              <collectionProp name="Arguments.arguments"/>
902
            </elementProp>
1392 vikas 903
            <stringProp name="HTTPSampler.domain"></stringProp>
904
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 905
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
906
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
907
            <stringProp name="HTTPSampler.protocol">http</stringProp>
908
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 909
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 910
            <stringProp name="HTTPSampler.method">GET</stringProp>
911
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
912
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
913
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
914
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
915
            <boolProp name="HTTPSampler.monitor">false</boolProp>
916
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
917
          </HTTPSampler>
918
          <hashTree/>
1392 vikas 919
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 920
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
921
              <collectionProp name="Arguments.arguments"/>
922
            </elementProp>
1392 vikas 923
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 924
            <stringProp name="HTTPSampler.port"></stringProp>
925
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
926
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
927
            <stringProp name="HTTPSampler.protocol">http</stringProp>
928
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 929
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 930
            <stringProp name="HTTPSampler.method">GET</stringProp>
931
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
932
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
933
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
934
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
935
            <boolProp name="HTTPSampler.monitor">false</boolProp>
936
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
937
          </HTTPSampler>
938
          <hashTree/>
1392 vikas 939
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
1195 vikas 940
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
941
              <collectionProp name="Arguments.arguments"/>
942
            </elementProp>
1392 vikas 943
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 944
            <stringProp name="HTTPSampler.port"></stringProp>
945
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
946
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
947
            <stringProp name="HTTPSampler.protocol">http</stringProp>
948
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 949
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
1195 vikas 950
            <stringProp name="HTTPSampler.method">GET</stringProp>
951
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
952
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
953
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
954
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
955
            <boolProp name="HTTPSampler.monitor">false</boolProp>
956
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
957
          </HTTPSampler>
958
          <hashTree/>
1392 vikas 959
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
1195 vikas 960
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
961
              <collectionProp name="Arguments.arguments"/>
962
            </elementProp>
1392 vikas 963
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 964
            <stringProp name="HTTPSampler.port"></stringProp>
965
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
966
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
967
            <stringProp name="HTTPSampler.protocol">http</stringProp>
968
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 969
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
1195 vikas 970
            <stringProp name="HTTPSampler.method">GET</stringProp>
971
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
972
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
973
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
974
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
975
            <boolProp name="HTTPSampler.monitor">false</boolProp>
976
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
977
          </HTTPSampler>
978
          <hashTree/>
1392 vikas 979
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
1195 vikas 980
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
981
              <collectionProp name="Arguments.arguments"/>
982
            </elementProp>
1392 vikas 983
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 984
            <stringProp name="HTTPSampler.port"></stringProp>
985
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
986
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
987
            <stringProp name="HTTPSampler.protocol">http</stringProp>
988
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 989
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
1195 vikas 990
            <stringProp name="HTTPSampler.method">GET</stringProp>
991
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
992
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
993
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
994
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
995
            <boolProp name="HTTPSampler.monitor">false</boolProp>
996
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
997
          </HTTPSampler>
998
          <hashTree/>
1392 vikas 999
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
1195 vikas 1000
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1001
              <collectionProp name="Arguments.arguments"/>
1002
            </elementProp>
1392 vikas 1003
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1004
            <stringProp name="HTTPSampler.port"></stringProp>
1005
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1006
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1007
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1008
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1009
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
1195 vikas 1010
            <stringProp name="HTTPSampler.method">GET</stringProp>
1011
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1012
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1013
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1014
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1015
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1016
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1017
          </HTTPSampler>
1018
          <hashTree/>
1392 vikas 1019
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 1020
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1021
              <collectionProp name="Arguments.arguments"/>
1022
            </elementProp>
1392 vikas 1023
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1024
            <stringProp name="HTTPSampler.port"></stringProp>
1025
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1026
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1027
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1028
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1029
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 1030
            <stringProp name="HTTPSampler.method">GET</stringProp>
1031
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1032
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1033
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1034
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1035
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1036
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1037
          </HTTPSampler>
1038
          <hashTree/>
1392 vikas 1039
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
1195 vikas 1040
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1041
              <collectionProp name="Arguments.arguments"/>
1042
            </elementProp>
1392 vikas 1043
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1044
            <stringProp name="HTTPSampler.port"></stringProp>
1045
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1046
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1047
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1048
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1049
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
1195 vikas 1050
            <stringProp name="HTTPSampler.method">GET</stringProp>
1051
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1052
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1053
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1054
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1055
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1056
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1057
          </HTTPSampler>
1058
          <hashTree/>
1392 vikas 1059
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
1195 vikas 1060
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1061
              <collectionProp name="Arguments.arguments"/>
1062
            </elementProp>
1392 vikas 1063
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1064
            <stringProp name="HTTPSampler.port"></stringProp>
1065
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1066
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1067
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1068
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1069
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
1195 vikas 1070
            <stringProp name="HTTPSampler.method">GET</stringProp>
1071
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1072
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1073
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1074
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1075
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1076
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1077
          </HTTPSampler>
1078
          <hashTree/>
1392 vikas 1079
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
1195 vikas 1080
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1081
              <collectionProp name="Arguments.arguments"/>
1082
            </elementProp>
1392 vikas 1083
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1084
            <stringProp name="HTTPSampler.port"></stringProp>
1085
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1086
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1087
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1088
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1089
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
1195 vikas 1090
            <stringProp name="HTTPSampler.method">GET</stringProp>
1091
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1092
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1093
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1094
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1095
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1096
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1097
          </HTTPSampler>
1098
          <hashTree/>
1392 vikas 1099
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1195 vikas 1100
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1101
              <collectionProp name="Arguments.arguments"/>
1102
            </elementProp>
1392 vikas 1103
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1104
            <stringProp name="HTTPSampler.port"></stringProp>
1105
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1106
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1107
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1108
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1109
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1195 vikas 1110
            <stringProp name="HTTPSampler.method">GET</stringProp>
1111
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1112
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1113
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1114
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1115
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1116
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1117
          </HTTPSampler>
1118
          <hashTree/>
1392 vikas 1119
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
1195 vikas 1120
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1121
              <collectionProp name="Arguments.arguments"/>
1122
            </elementProp>
1392 vikas 1123
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1124
            <stringProp name="HTTPSampler.port"></stringProp>
1125
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1126
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1127
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1128
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1129
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
1195 vikas 1130
            <stringProp name="HTTPSampler.method">GET</stringProp>
1131
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1132
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1133
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1134
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1135
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1136
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1137
          </HTTPSampler>
1138
          <hashTree/>
1392 vikas 1139
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1195 vikas 1140
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1141
              <collectionProp name="Arguments.arguments"/>
1142
            </elementProp>
1392 vikas 1143
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1144
            <stringProp name="HTTPSampler.port"></stringProp>
1145
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1146
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1147
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1148
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1149
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1195 vikas 1150
            <stringProp name="HTTPSampler.method">GET</stringProp>
1151
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1152
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1153
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1154
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1155
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1156
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1157
          </HTTPSampler>
1158
          <hashTree/>
1392 vikas 1159
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tr.jpg" enabled="true">
1195 vikas 1160
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1161
              <collectionProp name="Arguments.arguments"/>
1162
            </elementProp>
1392 vikas 1163
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1164
            <stringProp name="HTTPSampler.port"></stringProp>
1165
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1166
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1167
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1168
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1169
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tr.jpg</stringProp>
1195 vikas 1170
            <stringProp name="HTTPSampler.method">GET</stringProp>
1171
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1172
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1173
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1174
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1175
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1176
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1177
          </HTTPSampler>
1178
          <hashTree/>
1392 vikas 1179
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tl.jpg" enabled="true">
1195 vikas 1180
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1181
              <collectionProp name="Arguments.arguments"/>
1182
            </elementProp>
1392 vikas 1183
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1184
            <stringProp name="HTTPSampler.port"></stringProp>
1185
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1186
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1187
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1188
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1189
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tl.jpg</stringProp>
1195 vikas 1190
            <stringProp name="HTTPSampler.method">GET</stringProp>
1191
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1192
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1193
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1194
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1195
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1196
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1197
          </HTTPSampler>
1198
          <hashTree/>
1392 vikas 1199
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1195 vikas 1200
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1201
              <collectionProp name="Arguments.arguments"/>
1202
            </elementProp>
1392 vikas 1203
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1204
            <stringProp name="HTTPSampler.port"></stringProp>
1205
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1206
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1207
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1208
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1209
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1195 vikas 1210
            <stringProp name="HTTPSampler.method">GET</stringProp>
1211
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1212
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1213
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1214
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1215
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1216
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1217
          </HTTPSampler>
1218
          <hashTree/>
1392 vikas 1219
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-mr.jpg" enabled="true">
1195 vikas 1220
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1221
              <collectionProp name="Arguments.arguments"/>
1222
            </elementProp>
1392 vikas 1223
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1224
            <stringProp name="HTTPSampler.port"></stringProp>
1225
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1226
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1227
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1228
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1229
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-mr.jpg</stringProp>
1195 vikas 1230
            <stringProp name="HTTPSampler.method">GET</stringProp>
1231
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1232
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1233
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1234
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1235
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1236
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1237
          </HTTPSampler>
1238
          <hashTree/>
1392 vikas 1239
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-bc.jpg" enabled="true">
1195 vikas 1240
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1241
              <collectionProp name="Arguments.arguments"/>
1242
            </elementProp>
1392 vikas 1243
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1244
            <stringProp name="HTTPSampler.port"></stringProp>
1245
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1246
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1247
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1248
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1249
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-bc.jpg</stringProp>
1195 vikas 1250
            <stringProp name="HTTPSampler.method">GET</stringProp>
1251
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1252
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1253
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1254
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1255
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1256
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1257
          </HTTPSampler>
1258
          <hashTree/>
1392 vikas 1259
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-bl.jpg" enabled="true">
1195 vikas 1260
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1261
              <collectionProp name="Arguments.arguments"/>
1262
            </elementProp>
1392 vikas 1263
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1264
            <stringProp name="HTTPSampler.port"></stringProp>
1265
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1266
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1267
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1268
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1269
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-bl.jpg</stringProp>
1195 vikas 1270
            <stringProp name="HTTPSampler.method">GET</stringProp>
1271
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1272
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1273
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1274
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1275
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1276
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1277
          </HTTPSampler>
1278
          <hashTree/>
1392 vikas 1279
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-br.jpg" enabled="true">
1195 vikas 1280
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1281
              <collectionProp name="Arguments.arguments"/>
1282
            </elementProp>
1392 vikas 1283
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1284
            <stringProp name="HTTPSampler.port"></stringProp>
1285
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1286
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1287
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1288
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1289
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-br.jpg</stringProp>
1195 vikas 1290
            <stringProp name="HTTPSampler.method">GET</stringProp>
1291
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1292
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1293
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1294
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1295
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1296
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1297
          </HTTPSampler>
1298
          <hashTree/>
1392 vikas 1299
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000194/thumbnail.jpg" enabled="true">
1195 vikas 1300
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1301
              <collectionProp name="Arguments.arguments"/>
1302
            </elementProp>
1392 vikas 1303
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1304
            <stringProp name="HTTPSampler.port"></stringProp>
1305
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1306
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1307
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1308
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1309
            <stringProp name="HTTPSampler.path">/images/1000194/thumbnail.jpg</stringProp>
1195 vikas 1310
            <stringProp name="HTTPSampler.method">GET</stringProp>
1311
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1312
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1313
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1314
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1315
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1316
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1317
          </HTTPSampler>
1318
          <hashTree/>
1392 vikas 1319
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-tc.jpg" enabled="true">
1195 vikas 1320
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1321
              <collectionProp name="Arguments.arguments"/>
1322
            </elementProp>
1392 vikas 1323
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1324
            <stringProp name="HTTPSampler.port"></stringProp>
1325
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1326
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1327
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1328
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1329
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-tc.jpg</stringProp>
1195 vikas 1330
            <stringProp name="HTTPSampler.method">GET</stringProp>
1331
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1332
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1333
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1334
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1335
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1336
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1337
          </HTTPSampler>
1338
          <hashTree/>
1392 vikas 1339
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/my-ac-content-corner-ml.jpg" enabled="true">
1195 vikas 1340
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1341
              <collectionProp name="Arguments.arguments"/>
1342
            </elementProp>
1392 vikas 1343
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1344
            <stringProp name="HTTPSampler.port"></stringProp>
1345
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1346
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1347
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1348
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1349
            <stringProp name="HTTPSampler.path">/images/my-ac-content-corner-ml.jpg</stringProp>
1195 vikas 1350
            <stringProp name="HTTPSampler.method">GET</stringProp>
1351
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1352
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1353
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1354
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1355
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1356
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1357
          </HTTPSampler>
1358
          <hashTree/>
1392 vikas 1359
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
1195 vikas 1360
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1361
              <collectionProp name="Arguments.arguments"/>
1362
            </elementProp>
1392 vikas 1363
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1364
            <stringProp name="HTTPSampler.port"></stringProp>
1365
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1366
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1367
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1368
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 1369
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
1195 vikas 1370
            <stringProp name="HTTPSampler.method">GET</stringProp>
1371
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1372
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1373
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1374
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1375
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1376
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1377
          </HTTPSampler>
1378
          <hashTree/>
1392 vikas 1379
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/address" enabled="true">
1195 vikas 1380
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 1381
              <collectionProp name="Arguments.arguments">
1382
                <elementProp name="action" elementType="HTTPArgument">
1383
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1384
                  <stringProp name="Argument.name">action</stringProp>
1385
                  <stringProp name="Argument.value">setdefault</stringProp>
1386
                  <stringProp name="Argument.metadata">=</stringProp>
1387
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1388
                </elementProp>
1389
                <elementProp name="addressid" elementType="HTTPArgument">
1390
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1391
                  <stringProp name="Argument.name">addressid</stringProp>
1392
                  <stringProp name="Argument.value">2</stringProp>
1393
                  <stringProp name="Argument.metadata">=</stringProp>
1394
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1395
                </elementProp>
1396
              </collectionProp>
1195 vikas 1397
            </elementProp>
1392 vikas 1398
            <stringProp name="HTTPSampler.domain"></stringProp>
1399
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1400
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1401
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1402
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1403
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1392 vikas 1404
            <stringProp name="HTTPSampler.path">/address</stringProp>
1405
            <stringProp name="HTTPSampler.method">POST</stringProp>
1195 vikas 1406
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1407
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1408
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1409
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1410
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1411
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1412
          </HTTPSampler>
1413
          <hashTree/>
1392 vikas 1414
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/address" enabled="true">
1195 vikas 1415
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1416
              <collectionProp name="Arguments.arguments"/>
1417
            </elementProp>
1392 vikas 1418
            <stringProp name="HTTPSampler.domain"></stringProp>
1419
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1420
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1421
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1422
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 1423
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1424
            <stringProp name="HTTPSampler.path">/address</stringProp>
1195 vikas 1425
            <stringProp name="HTTPSampler.method">GET</stringProp>
1426
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1427
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1428
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1429
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1430
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1431
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1432
          </HTTPSampler>
1433
          <hashTree/>
1434
        </hashTree>
1435
        <ResultSaver guiclass="ResultSaverGui" testclass="ResultSaver" testname="Save Responses to a file" enabled="true">
1436
          <stringProp name="FileSaver.filename">samples/myaccount/test</stringProp>
1437
          <boolProp name="FileSaver.errorsonly">false</boolProp>
1438
          <boolProp name="FileSaver.skipautonumber">false</boolProp>
1439
          <boolProp name="FileSaver.skipsuffix">false</boolProp>
1440
          <boolProp name="FileSaver.successonly">false</boolProp>
1441
        </ResultSaver>
1442
        <hashTree/>
1443
      </hashTree>
1444
    </hashTree>
1445
  </hashTree>
1446
</jmeterTestPlan>