Subversion Repositories SmartDukaan

Rev

Rev 1247 | Rev 1545 | 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="/search" enabled="true">
62
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
63
              <collectionProp name="Arguments.arguments">
64
                <elementProp name="q" elementType="HTTPArgument">
65
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
66
                  <stringProp name="Argument.name">q</stringProp>
67
                  <stringProp name="Argument.value">nokia</stringProp>
68
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 69
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 70
                </elementProp>
71
                <elementProp name="category" elementType="HTTPArgument">
72
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
73
                  <stringProp name="Argument.name">category</stringProp>
74
                  <stringProp name="Argument.value">10000</stringProp>
75
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 76
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 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">Search</stringProp>
82
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 83
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 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"></stringProp>
93
            <stringProp name="HTTPSampler.path">/search</stringProp>
94
            <stringProp name="HTTPSampler.method">GET</stringProp>
95
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
96
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
97
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
98
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
99
            <boolProp name="HTTPSampler.monitor">false</boolProp>
100
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
101
          </HTTPSampler>
102
          <hashTree/>
1392 vikas 103
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myresearch" enabled="true">
1195 vikas 104
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
105
              <collectionProp name="Arguments.arguments"/>
106
            </elementProp>
1392 vikas 107
            <stringProp name="HTTPSampler.domain"></stringProp>
108
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 109
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
110
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
111
            <stringProp name="HTTPSampler.protocol">http</stringProp>
112
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 113
            <stringProp name="HTTPSampler.path">/myresearch</stringProp>
1195 vikas 114
            <stringProp name="HTTPSampler.method">GET</stringProp>
115
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
116
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
117
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
118
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
119
            <boolProp name="HTTPSampler.monitor">false</boolProp>
120
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
121
          </HTTPSampler>
122
          <hashTree/>
1392 vikas 123
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/browse-history" 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">/browse-history</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="/images/search-result-top-left.gif" 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">/images/search-result-top-left.gif</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="/images/filter-divider.gif" 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">/images/filter-divider.gif</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="/images/search-result-border.jpg" 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">/images/search-result-border.jpg</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/product-cat-bottom-left.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/product-cat-bottom-left.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="/images/1000532/icon.jpg" enabled="true">
1195 vikas 224
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
225
              <collectionProp name="Arguments.arguments"/>
226
            </elementProp>
1392 vikas 227
            <stringProp name="HTTPSampler.domain"></stringProp>
228
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 229
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
230
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
231
            <stringProp name="HTTPSampler.protocol">http</stringProp>
232
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 233
            <stringProp name="HTTPSampler.path">/images/1000532/icon.jpg</stringProp>
1195 vikas 234
            <stringProp name="HTTPSampler.method">GET</stringProp>
235
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
236
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
237
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
238
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
239
            <boolProp name="HTTPSampler.monitor">false</boolProp>
240
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
241
          </HTTPSampler>
242
          <hashTree/>
1392 vikas 243
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/grey-ver-bar.gif" enabled="true">
1195 vikas 244
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
245
              <collectionProp name="Arguments.arguments"/>
246
            </elementProp>
1392 vikas 247
            <stringProp name="HTTPSampler.domain"></stringProp>
248
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 249
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
250
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
251
            <stringProp name="HTTPSampler.protocol">http</stringProp>
252
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 253
            <stringProp name="HTTPSampler.path">/images/grey-ver-bar.gif</stringProp>
1195 vikas 254
            <stringProp name="HTTPSampler.method">GET</stringProp>
255
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
256
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
257
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
258
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
259
            <boolProp name="HTTPSampler.monitor">false</boolProp>
260
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
261
          </HTTPSampler>
262
          <hashTree/>
1392 vikas 263
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/search" enabled="true">
1195 vikas 264
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1392 vikas 265
              <collectionProp name="Arguments.arguments">
266
                <elementProp name="q" elementType="HTTPArgument">
267
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
268
                  <stringProp name="Argument.name">q</stringProp>
269
                  <stringProp name="Argument.value">camera</stringProp>
270
                  <stringProp name="Argument.metadata">=</stringProp>
271
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
272
                </elementProp>
273
                <elementProp name="category" elementType="HTTPArgument">
274
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
275
                  <stringProp name="Argument.name">category</stringProp>
276
                  <stringProp name="Argument.value">10001</stringProp>
277
                  <stringProp name="Argument.metadata">=</stringProp>
278
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
279
                </elementProp>
280
                <elementProp name="btnSearch" elementType="HTTPArgument">
281
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
282
                  <stringProp name="Argument.name">btnSearch</stringProp>
283
                  <stringProp name="Argument.value">Search</stringProp>
284
                  <stringProp name="Argument.metadata">=</stringProp>
285
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
286
                </elementProp>
287
              </collectionProp>
1195 vikas 288
            </elementProp>
1392 vikas 289
            <stringProp name="HTTPSampler.domain"></stringProp>
290
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 291
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
292
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
293
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1392 vikas 294
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
295
            <stringProp name="HTTPSampler.path">/search</stringProp>
1195 vikas 296
            <stringProp name="HTTPSampler.method">GET</stringProp>
297
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
298
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
299
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
300
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
301
            <boolProp name="HTTPSampler.monitor">false</boolProp>
302
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
303
          </HTTPSampler>
304
          <hashTree/>
1392 vikas 305
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/saholic-min.css" enabled="true">
1195 vikas 306
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
307
              <collectionProp name="Arguments.arguments"/>
308
            </elementProp>
1392 vikas 309
            <stringProp name="HTTPSampler.domain"></stringProp>
310
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 311
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
312
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
313
            <stringProp name="HTTPSampler.protocol">http</stringProp>
314
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 315
            <stringProp name="HTTPSampler.path">/css/saholic-min.css</stringProp>
1195 vikas 316
            <stringProp name="HTTPSampler.method">GET</stringProp>
317
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
318
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
319
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
320
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
321
            <boolProp name="HTTPSampler.monitor">false</boolProp>
322
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
323
          </HTTPSampler>
324
          <hashTree/>
1392 vikas 325
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.colorbox-min.js" enabled="true">
1195 vikas 326
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
327
              <collectionProp name="Arguments.arguments"/>
328
            </elementProp>
1392 vikas 329
            <stringProp name="HTTPSampler.domain"></stringProp>
330
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 331
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
332
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
333
            <stringProp name="HTTPSampler.protocol">http</stringProp>
334
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 335
            <stringProp name="HTTPSampler.path">/js/jquery.colorbox-min.js</stringProp>
1195 vikas 336
            <stringProp name="HTTPSampler.method">GET</stringProp>
337
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
338
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
339
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
340
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
341
            <boolProp name="HTTPSampler.monitor">false</boolProp>
342
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
343
          </HTTPSampler>
344
          <hashTree/>
1392 vikas 345
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000543/icon.jpg" enabled="true">
1195 vikas 346
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
347
              <collectionProp name="Arguments.arguments"/>
348
            </elementProp>
1392 vikas 349
            <stringProp name="HTTPSampler.domain"></stringProp>
350
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 351
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
352
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
353
            <stringProp name="HTTPSampler.protocol">http</stringProp>
354
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 355
            <stringProp name="HTTPSampler.path">/images/1000543/icon.jpg</stringProp>
1195 vikas 356
            <stringProp name="HTTPSampler.method">GET</stringProp>
357
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
358
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
359
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
360
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
361
            <boolProp name="HTTPSampler.monitor">false</boolProp>
362
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
363
          </HTTPSampler>
364
          <hashTree/>
1392 vikas 365
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000495/icon.jpg" enabled="true">
1195 vikas 366
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
367
              <collectionProp name="Arguments.arguments"/>
368
            </elementProp>
1392 vikas 369
            <stringProp name="HTTPSampler.domain"></stringProp>
370
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 371
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
372
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
373
            <stringProp name="HTTPSampler.protocol">http</stringProp>
374
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 375
            <stringProp name="HTTPSampler.path">/images/1000495/icon.jpg</stringProp>
1195 vikas 376
            <stringProp name="HTTPSampler.method">GET</stringProp>
377
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
378
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
379
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
380
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
381
            <boolProp name="HTTPSampler.monitor">false</boolProp>
382
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
383
          </HTTPSampler>
384
          <hashTree/>
1392 vikas 385
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000530/icon.jpg" enabled="true">
1195 vikas 386
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
387
              <collectionProp name="Arguments.arguments"/>
388
            </elementProp>
1392 vikas 389
            <stringProp name="HTTPSampler.domain"></stringProp>
390
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 391
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
392
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
393
            <stringProp name="HTTPSampler.protocol">http</stringProp>
394
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 395
            <stringProp name="HTTPSampler.path">/images/1000530/icon.jpg</stringProp>
1195 vikas 396
            <stringProp name="HTTPSampler.method">GET</stringProp>
397
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
398
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
399
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
400
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
401
            <boolProp name="HTTPSampler.monitor">false</boolProp>
402
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
403
          </HTTPSampler>
404
          <hashTree/>
1392 vikas 405
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000546/icon.jpg" enabled="true">
1195 vikas 406
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
407
              <collectionProp name="Arguments.arguments"/>
408
            </elementProp>
1392 vikas 409
            <stringProp name="HTTPSampler.domain"></stringProp>
410
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 411
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
412
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
413
            <stringProp name="HTTPSampler.protocol">http</stringProp>
414
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 415
            <stringProp name="HTTPSampler.path">/images/1000546/icon.jpg</stringProp>
1195 vikas 416
            <stringProp name="HTTPSampler.method">GET</stringProp>
417
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
418
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
419
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
420
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
421
            <boolProp name="HTTPSampler.monitor">false</boolProp>
422
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
423
          </HTTPSampler>
424
          <hashTree/>
1392 vikas 425
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/saholic-min.js" enabled="true">
1195 vikas 426
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
427
              <collectionProp name="Arguments.arguments"/>
428
            </elementProp>
1392 vikas 429
            <stringProp name="HTTPSampler.domain"></stringProp>
430
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 431
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
432
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
433
            <stringProp name="HTTPSampler.protocol">http</stringProp>
434
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 435
            <stringProp name="HTTPSampler.path">/js/saholic-min.js</stringProp>
1195 vikas 436
            <stringProp name="HTTPSampler.method">GET</stringProp>
437
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
438
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
439
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
440
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
441
            <boolProp name="HTTPSampler.monitor">false</boolProp>
442
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
443
          </HTTPSampler>
444
          <hashTree/>
445
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/saholic-main.jpg" enabled="true">
446
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
447
              <collectionProp name="Arguments.arguments"/>
448
            </elementProp>
1392 vikas 449
            <stringProp name="HTTPSampler.domain"></stringProp>
450
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 451
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
452
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
453
            <stringProp name="HTTPSampler.protocol">http</stringProp>
454
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
455
            <stringProp name="HTTPSampler.path">/images/saholic-main.jpg</stringProp>
456
            <stringProp name="HTTPSampler.method">GET</stringProp>
457
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
458
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
459
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
460
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
461
            <boolProp name="HTTPSampler.monitor">false</boolProp>
462
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
463
          </HTTPSampler>
464
          <hashTree/>
1392 vikas 465
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/down-arrow-white.jpg" enabled="true">
1195 vikas 466
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
467
              <collectionProp name="Arguments.arguments"/>
468
            </elementProp>
1392 vikas 469
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 470
            <stringProp name="HTTPSampler.port"></stringProp>
471
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
472
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
473
            <stringProp name="HTTPSampler.protocol">http</stringProp>
474
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 475
            <stringProp name="HTTPSampler.path">/images/down-arrow-white.jpg</stringProp>
1195 vikas 476
            <stringProp name="HTTPSampler.method">GET</stringProp>
477
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
478
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
479
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
480
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
481
            <boolProp name="HTTPSampler.monitor">false</boolProp>
482
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
483
          </HTTPSampler>
484
          <hashTree/>
485
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-sprite.jpg" enabled="true">
486
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
487
              <collectionProp name="Arguments.arguments"/>
488
            </elementProp>
1392 vikas 489
            <stringProp name="HTTPSampler.domain"></stringProp>
490
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 491
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
492
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
493
            <stringProp name="HTTPSampler.protocol">http</stringProp>
494
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
495
            <stringProp name="HTTPSampler.path">/images/search-sprite.jpg</stringProp>
496
            <stringProp name="HTTPSampler.method">GET</stringProp>
497
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
498
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
499
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
500
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
501
            <boolProp name="HTTPSampler.monitor">false</boolProp>
502
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
503
          </HTTPSampler>
504
          <hashTree/>
505
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/buttons/big-button-sprite.png" enabled="true">
506
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
507
              <collectionProp name="Arguments.arguments"/>
508
            </elementProp>
1392 vikas 509
            <stringProp name="HTTPSampler.domain"></stringProp>
510
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 511
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
512
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
513
            <stringProp name="HTTPSampler.protocol">http</stringProp>
514
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
515
            <stringProp name="HTTPSampler.path">/images/buttons/big-button-sprite.png</stringProp>
516
            <stringProp name="HTTPSampler.method">GET</stringProp>
517
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
518
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
519
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
520
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
521
            <boolProp name="HTTPSampler.monitor">false</boolProp>
522
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
523
          </HTTPSampler>
524
          <hashTree/>
525
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart.jpg" enabled="true">
526
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
527
              <collectionProp name="Arguments.arguments"/>
528
            </elementProp>
1392 vikas 529
            <stringProp name="HTTPSampler.domain"></stringProp>
530
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 531
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
532
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
533
            <stringProp name="HTTPSampler.protocol">http</stringProp>
534
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
535
            <stringProp name="HTTPSampler.path">/images/cart.jpg</stringProp>
536
            <stringProp name="HTTPSampler.method">GET</stringProp>
537
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
538
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
539
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
540
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
541
            <boolProp name="HTTPSampler.monitor">false</boolProp>
542
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
543
          </HTTPSampler>
544
          <hashTree/>
1392 vikas 545
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-left.jpg" enabled="true">
1195 vikas 546
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
547
              <collectionProp name="Arguments.arguments"/>
548
            </elementProp>
1392 vikas 549
            <stringProp name="HTTPSampler.domain"></stringProp>
550
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 551
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
552
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
553
            <stringProp name="HTTPSampler.protocol">http</stringProp>
554
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 555
            <stringProp name="HTTPSampler.path">/images/product-detail-top-left.jpg</stringProp>
1195 vikas 556
            <stringProp name="HTTPSampler.method">GET</stringProp>
557
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
558
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
559
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
560
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
561
            <boolProp name="HTTPSampler.monitor">false</boolProp>
562
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
563
          </HTTPSampler>
564
          <hashTree/>
565
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
566
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
567
              <collectionProp name="Arguments.arguments"/>
568
            </elementProp>
1392 vikas 569
            <stringProp name="HTTPSampler.domain"></stringProp>
570
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 571
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
572
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
573
            <stringProp name="HTTPSampler.protocol">http</stringProp>
574
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
575
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
576
            <stringProp name="HTTPSampler.method">GET</stringProp>
577
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
578
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
579
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
580
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
581
            <boolProp name="HTTPSampler.monitor">false</boolProp>
582
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
583
          </HTTPSampler>
584
          <hashTree/>
585
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
586
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
587
              <collectionProp name="Arguments.arguments"/>
588
            </elementProp>
1392 vikas 589
            <stringProp name="HTTPSampler.domain"></stringProp>
590
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 591
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
592
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
593
            <stringProp name="HTTPSampler.protocol">http</stringProp>
594
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
595
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
596
            <stringProp name="HTTPSampler.method">GET</stringProp>
597
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
598
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
599
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
600
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
601
            <boolProp name="HTTPSampler.monitor">false</boolProp>
602
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
603
          </HTTPSampler>
604
          <hashTree/>
1392 vikas 605
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-left.jpg" enabled="true">
1195 vikas 606
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
607
              <collectionProp name="Arguments.arguments"/>
608
            </elementProp>
1392 vikas 609
            <stringProp name="HTTPSampler.domain"></stringProp>
610
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 611
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
612
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
613
            <stringProp name="HTTPSampler.protocol">http</stringProp>
614
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 615
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-left.jpg</stringProp>
1195 vikas 616
            <stringProp name="HTTPSampler.method">GET</stringProp>
617
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
618
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
619
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
620
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
621
            <boolProp name="HTTPSampler.monitor">false</boolProp>
622
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
623
          </HTTPSampler>
624
          <hashTree/>
625
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/cart-ms-call-sprite.png" enabled="true">
626
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
627
              <collectionProp name="Arguments.arguments"/>
628
            </elementProp>
1392 vikas 629
            <stringProp name="HTTPSampler.domain"></stringProp>
630
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 631
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
632
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
633
            <stringProp name="HTTPSampler.protocol">http</stringProp>
634
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
635
            <stringProp name="HTTPSampler.path">/images/cart-ms-call-sprite.png</stringProp>
636
            <stringProp name="HTTPSampler.method">GET</stringProp>
637
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
638
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
639
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
640
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
641
            <boolProp name="HTTPSampler.monitor">false</boolProp>
642
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
643
          </HTTPSampler>
644
          <hashTree/>
645
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000484/icon.jpg" enabled="true">
646
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
647
              <collectionProp name="Arguments.arguments"/>
648
            </elementProp>
1392 vikas 649
            <stringProp name="HTTPSampler.domain"></stringProp>
650
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 651
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
652
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
653
            <stringProp name="HTTPSampler.protocol">http</stringProp>
654
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
655
            <stringProp name="HTTPSampler.path">/images/1000484/icon.jpg</stringProp>
656
            <stringProp name="HTTPSampler.method">GET</stringProp>
657
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
658
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
659
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
660
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
661
            <boolProp name="HTTPSampler.monitor">false</boolProp>
662
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
663
          </HTTPSampler>
664
          <hashTree/>
1392 vikas 665
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000194/icon.jpg" enabled="true">
1195 vikas 666
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
667
              <collectionProp name="Arguments.arguments"/>
668
            </elementProp>
1392 vikas 669
            <stringProp name="HTTPSampler.domain"></stringProp>
670
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 671
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
672
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
673
            <stringProp name="HTTPSampler.protocol">http</stringProp>
674
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 675
            <stringProp name="HTTPSampler.path">/images/1000194/icon.jpg</stringProp>
1195 vikas 676
            <stringProp name="HTTPSampler.method">GET</stringProp>
677
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
678
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
679
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
680
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
681
            <boolProp name="HTTPSampler.monitor">false</boolProp>
682
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
683
          </HTTPSampler>
684
          <hashTree/>
1392 vikas 685
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000120/icon.jpg" enabled="true">
1195 vikas 686
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
687
              <collectionProp name="Arguments.arguments"/>
688
            </elementProp>
1392 vikas 689
            <stringProp name="HTTPSampler.domain"></stringProp>
690
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 691
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
692
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
693
            <stringProp name="HTTPSampler.protocol">http</stringProp>
694
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 695
            <stringProp name="HTTPSampler.path">/images/1000120/icon.jpg</stringProp>
1195 vikas 696
            <stringProp name="HTTPSampler.method">GET</stringProp>
697
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
698
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
699
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
700
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
701
            <boolProp name="HTTPSampler.monitor">false</boolProp>
702
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
703
          </HTTPSampler>
704
          <hashTree/>
1392 vikas 705
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/spriteme1.png" enabled="true">
1195 vikas 706
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
707
              <collectionProp name="Arguments.arguments"/>
708
            </elementProp>
1392 vikas 709
            <stringProp name="HTTPSampler.domain"></stringProp>
710
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 711
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
712
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
713
            <stringProp name="HTTPSampler.protocol">http</stringProp>
714
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1392 vikas 715
            <stringProp name="HTTPSampler.path">/images/spriteme1.png</stringProp>
1195 vikas 716
            <stringProp name="HTTPSampler.method">GET</stringProp>
717
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
718
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
719
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
720
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
721
            <boolProp name="HTTPSampler.monitor">false</boolProp>
722
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
723
          </HTTPSampler>
724
          <hashTree/>
725
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-bar.png" enabled="true">
726
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
727
              <collectionProp name="Arguments.arguments"/>
728
            </elementProp>
1392 vikas 729
            <stringProp name="HTTPSampler.domain"></stringProp>
730
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 731
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
732
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
733
            <stringProp name="HTTPSampler.protocol">http</stringProp>
734
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
735
            <stringProp name="HTTPSampler.path">/images/slider-bar.png</stringProp>
736
            <stringProp name="HTTPSampler.method">GET</stringProp>
737
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
738
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
739
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
740
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
741
            <boolProp name="HTTPSampler.monitor">false</boolProp>
742
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
743
          </HTTPSampler>
744
          <hashTree/>
745
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-handler.png" enabled="true">
746
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
747
              <collectionProp name="Arguments.arguments"/>
748
            </elementProp>
1392 vikas 749
            <stringProp name="HTTPSampler.domain"></stringProp>
750
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 751
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
752
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
753
            <stringProp name="HTTPSampler.protocol">http</stringProp>
754
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
755
            <stringProp name="HTTPSampler.path">/images/slider-handler.png</stringProp>
756
            <stringProp name="HTTPSampler.method">GET</stringProp>
757
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
758
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
759
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
760
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
761
            <boolProp name="HTTPSampler.monitor">false</boolProp>
762
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
763
          </HTTPSampler>
764
          <hashTree/>
765
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/search" enabled="true">
766
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
767
              <collectionProp name="Arguments.arguments">
768
                <elementProp name="q" elementType="HTTPArgument">
769
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
770
                  <stringProp name="Argument.name">q</stringProp>
771
                  <stringProp name="Argument.value">ion</stringProp>
772
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 773
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 774
                </elementProp>
775
                <elementProp name="category" elementType="HTTPArgument">
776
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
777
                  <stringProp name="Argument.name">category</stringProp>
778
                  <stringProp name="Argument.value">10011</stringProp>
779
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 780
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 781
                </elementProp>
782
                <elementProp name="btnSearch" elementType="HTTPArgument">
783
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
784
                  <stringProp name="Argument.name">btnSearch</stringProp>
785
                  <stringProp name="Argument.value">Search</stringProp>
786
                  <stringProp name="Argument.metadata">=</stringProp>
1392 vikas 787
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1195 vikas 788
                </elementProp>
789
              </collectionProp>
790
            </elementProp>
1392 vikas 791
            <stringProp name="HTTPSampler.domain"></stringProp>
792
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 793
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
794
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
795
            <stringProp name="HTTPSampler.protocol">http</stringProp>
796
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
797
            <stringProp name="HTTPSampler.path">/search</stringProp>
798
            <stringProp name="HTTPSampler.method">GET</stringProp>
799
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
800
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
801
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
802
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
803
            <boolProp name="HTTPSampler.monitor">false</boolProp>
804
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
805
          </HTTPSampler>
806
          <hashTree/>
807
        </hashTree>
808
        <ResultSaver guiclass="ResultSaverGui" testclass="ResultSaver" testname="Save Responses to a file" enabled="true">
809
          <stringProp name="FileSaver.filename">samples/searching/test</stringProp>
810
          <boolProp name="FileSaver.errorsonly">false</boolProp>
811
          <boolProp name="FileSaver.skipautonumber">false</boolProp>
812
          <boolProp name="FileSaver.skipsuffix">false</boolProp>
813
          <boolProp name="FileSaver.successonly">false</boolProp>
814
        </ResultSaver>
815
        <hashTree/>
816
      </hashTree>
817
    </hashTree>
818
  </hashTree>
819
</jmeterTestPlan>