Subversion Repositories SmartDukaan

Rev

Rev 1545 | Rev 2901 | 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>
1545 ankur.sing 67
                  <stringProp name="Argument.value">Nokia</stringProp>
1195 vikas 68
                  <stringProp name="Argument.metadata">=</stringProp>
69
                </elementProp>
70
                <elementProp name="category" elementType="HTTPArgument">
71
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
72
                  <stringProp name="Argument.name">category</stringProp>
73
                  <stringProp name="Argument.value">10000</stringProp>
74
                  <stringProp name="Argument.metadata">=</stringProp>
75
                </elementProp>
76
                <elementProp name="btnSearch" elementType="HTTPArgument">
77
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
78
                  <stringProp name="Argument.name">btnSearch</stringProp>
79
                  <stringProp name="Argument.value">Search</stringProp>
80
                  <stringProp name="Argument.metadata">=</stringProp>
81
                </elementProp>
82
              </collectionProp>
83
            </elementProp>
1392 vikas 84
            <stringProp name="HTTPSampler.domain"></stringProp>
85
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 86
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
87
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
88
            <stringProp name="HTTPSampler.protocol">http</stringProp>
89
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
90
            <stringProp name="HTTPSampler.path">/search</stringProp>
91
            <stringProp name="HTTPSampler.method">GET</stringProp>
92
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
93
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
94
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
95
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
96
            <boolProp name="HTTPSampler.monitor">false</boolProp>
97
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
98
          </HTTPSampler>
99
          <hashTree/>
1759 vikas 100
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/widget.css" enabled="true">
1195 vikas 101
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
102
              <collectionProp name="Arguments.arguments"/>
103
            </elementProp>
1392 vikas 104
            <stringProp name="HTTPSampler.domain"></stringProp>
105
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 106
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
107
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
108
            <stringProp name="HTTPSampler.protocol">http</stringProp>
109
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 110
            <stringProp name="HTTPSampler.path">/css/widget.css</stringProp>
1195 vikas 111
            <stringProp name="HTTPSampler.method">GET</stringProp>
112
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
113
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
114
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
115
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
116
            <boolProp name="HTTPSampler.monitor">false</boolProp>
117
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
118
          </HTTPSampler>
119
          <hashTree/>
1759 vikas 120
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/style.css" enabled="true">
1195 vikas 121
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
122
              <collectionProp name="Arguments.arguments"/>
123
            </elementProp>
1392 vikas 124
            <stringProp name="HTTPSampler.domain"></stringProp>
125
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 126
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
127
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
128
            <stringProp name="HTTPSampler.protocol">http</stringProp>
129
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 130
            <stringProp name="HTTPSampler.path">/css/style.css</stringProp>
1195 vikas 131
            <stringProp name="HTTPSampler.method">GET</stringProp>
132
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
133
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
134
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
135
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
136
            <boolProp name="HTTPSampler.monitor">false</boolProp>
137
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
138
          </HTTPSampler>
139
          <hashTree/>
1759 vikas 140
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/product.css" enabled="true">
1195 vikas 141
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
142
              <collectionProp name="Arguments.arguments"/>
143
            </elementProp>
1392 vikas 144
            <stringProp name="HTTPSampler.domain"></stringProp>
145
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 146
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
147
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
148
            <stringProp name="HTTPSampler.protocol">http</stringProp>
149
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 150
            <stringProp name="HTTPSampler.path">/css/product.css</stringProp>
1195 vikas 151
            <stringProp name="HTTPSampler.method">GET</stringProp>
152
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
153
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
154
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
155
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
156
            <boolProp name="HTTPSampler.monitor">false</boolProp>
157
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
158
          </HTTPSampler>
159
          <hashTree/>
1759 vikas 160
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/cart.css" enabled="true">
1195 vikas 161
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
162
              <collectionProp name="Arguments.arguments"/>
163
            </elementProp>
1392 vikas 164
            <stringProp name="HTTPSampler.domain"></stringProp>
165
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 166
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
167
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
168
            <stringProp name="HTTPSampler.protocol">http</stringProp>
169
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 170
            <stringProp name="HTTPSampler.path">/css/cart.css</stringProp>
1195 vikas 171
            <stringProp name="HTTPSampler.method">GET</stringProp>
172
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
173
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
174
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
175
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
176
            <boolProp name="HTTPSampler.monitor">false</boolProp>
177
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
178
          </HTTPSampler>
179
          <hashTree/>
1759 vikas 180
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/nav.css" enabled="true">
1195 vikas 181
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
182
              <collectionProp name="Arguments.arguments"/>
183
            </elementProp>
1392 vikas 184
            <stringProp name="HTTPSampler.domain"></stringProp>
185
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 186
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
187
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
188
            <stringProp name="HTTPSampler.protocol">http</stringProp>
189
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 190
            <stringProp name="HTTPSampler.path">/css/nav.css</stringProp>
1195 vikas 191
            <stringProp name="HTTPSampler.method">GET</stringProp>
192
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
193
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
194
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
195
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
196
            <boolProp name="HTTPSampler.monitor">false</boolProp>
197
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
198
          </HTTPSampler>
199
          <hashTree/>
1759 vikas 200
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/demoStyles.css" enabled="true">
1195 vikas 201
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
202
              <collectionProp name="Arguments.arguments"/>
203
            </elementProp>
1392 vikas 204
            <stringProp name="HTTPSampler.domain"></stringProp>
205
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 206
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
207
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
208
            <stringProp name="HTTPSampler.protocol">http</stringProp>
209
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 210
            <stringProp name="HTTPSampler.path">/css/demoStyles.css</stringProp>
1195 vikas 211
            <stringProp name="HTTPSampler.method">GET</stringProp>
212
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
213
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
214
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
215
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
216
            <boolProp name="HTTPSampler.monitor">false</boolProp>
217
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
218
          </HTTPSampler>
219
          <hashTree/>
1759 vikas 220
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/common.css" enabled="true">
1195 vikas 221
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
222
              <collectionProp name="Arguments.arguments"/>
223
            </elementProp>
1392 vikas 224
            <stringProp name="HTTPSampler.domain"></stringProp>
225
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 226
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
227
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
228
            <stringProp name="HTTPSampler.protocol">http</stringProp>
229
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 230
            <stringProp name="HTTPSampler.path">/css/common.css</stringProp>
1195 vikas 231
            <stringProp name="HTTPSampler.method">GET</stringProp>
232
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
233
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
234
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
235
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
236
            <boolProp name="HTTPSampler.monitor">false</boolProp>
237
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
238
          </HTTPSampler>
239
          <hashTree/>
1759 vikas 240
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/contactus.css" enabled="true">
1195 vikas 241
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
242
              <collectionProp name="Arguments.arguments"/>
243
            </elementProp>
1392 vikas 244
            <stringProp name="HTTPSampler.domain"></stringProp>
245
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 246
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
247
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
248
            <stringProp name="HTTPSampler.protocol">http</stringProp>
249
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 250
            <stringProp name="HTTPSampler.path">/css/contactus.css</stringProp>
1195 vikas 251
            <stringProp name="HTTPSampler.method">GET</stringProp>
252
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
253
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
254
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
255
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
256
            <boolProp name="HTTPSampler.monitor">false</boolProp>
257
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
258
          </HTTPSampler>
259
          <hashTree/>
1759 vikas 260
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/gc_safari.css" enabled="true">
1195 vikas 261
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
262
              <collectionProp name="Arguments.arguments"/>
263
            </elementProp>
1392 vikas 264
            <stringProp name="HTTPSampler.domain"></stringProp>
265
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 266
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
267
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
268
            <stringProp name="HTTPSampler.protocol">http</stringProp>
269
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 270
            <stringProp name="HTTPSampler.path">/css/gc_safari.css</stringProp>
271
            <stringProp name="HTTPSampler.method">GET</stringProp>
272
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
273
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
274
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
275
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
276
            <boolProp name="HTTPSampler.monitor">false</boolProp>
277
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
278
          </HTTPSampler>
279
          <hashTree/>
280
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/colorbox.css" enabled="true">
281
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
282
              <collectionProp name="Arguments.arguments"/>
283
            </elementProp>
284
            <stringProp name="HTTPSampler.domain"></stringProp>
285
            <stringProp name="HTTPSampler.port"></stringProp>
286
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
287
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
288
            <stringProp name="HTTPSampler.protocol">http</stringProp>
289
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
290
            <stringProp name="HTTPSampler.path">/css/colorbox.css</stringProp>
291
            <stringProp name="HTTPSampler.method">GET</stringProp>
292
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
293
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
294
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
295
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
296
            <boolProp name="HTTPSampler.monitor">false</boolProp>
297
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
298
          </HTTPSampler>
299
          <hashTree/>
300
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/signinsignup.css" enabled="true">
301
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
302
              <collectionProp name="Arguments.arguments"/>
303
            </elementProp>
304
            <stringProp name="HTTPSampler.domain"></stringProp>
305
            <stringProp name="HTTPSampler.port"></stringProp>
306
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
307
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
308
            <stringProp name="HTTPSampler.protocol">http</stringProp>
309
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
310
            <stringProp name="HTTPSampler.path">/css/signinsignup.css</stringProp>
311
            <stringProp name="HTTPSampler.method">GET</stringProp>
312
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
313
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
314
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
315
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
316
            <boolProp name="HTTPSampler.monitor">false</boolProp>
317
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
318
          </HTTPSampler>
319
          <hashTree/>
320
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/lightbox_inline.css" enabled="true">
321
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
322
              <collectionProp name="Arguments.arguments"/>
323
            </elementProp>
324
            <stringProp name="HTTPSampler.domain"></stringProp>
325
            <stringProp name="HTTPSampler.port"></stringProp>
326
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
327
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
328
            <stringProp name="HTTPSampler.protocol">http</stringProp>
329
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
330
            <stringProp name="HTTPSampler.path">/css/lightbox_inline.css</stringProp>
331
            <stringProp name="HTTPSampler.method">GET</stringProp>
332
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
333
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
334
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
335
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
336
            <boolProp name="HTTPSampler.monitor">false</boolProp>
337
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
338
          </HTTPSampler>
339
          <hashTree/>
340
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/myaccount.css" enabled="true">
341
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
342
              <collectionProp name="Arguments.arguments"/>
343
            </elementProp>
344
            <stringProp name="HTTPSampler.domain"></stringProp>
345
            <stringProp name="HTTPSampler.port"></stringProp>
346
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
347
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
348
            <stringProp name="HTTPSampler.protocol">http</stringProp>
349
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
350
            <stringProp name="HTTPSampler.path">/css/myaccount.css</stringProp>
351
            <stringProp name="HTTPSampler.method">GET</stringProp>
352
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
353
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
354
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
355
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
356
            <boolProp name="HTTPSampler.monitor">false</boolProp>
357
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
358
          </HTTPSampler>
359
          <hashTree/>
360
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/css/jquery-ui-1.8.6.custom.css" enabled="true">
361
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
362
              <collectionProp name="Arguments.arguments"/>
363
            </elementProp>
364
            <stringProp name="HTTPSampler.domain"></stringProp>
365
            <stringProp name="HTTPSampler.port"></stringProp>
366
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
367
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
368
            <stringProp name="HTTPSampler.protocol">http</stringProp>
369
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
370
            <stringProp name="HTTPSampler.path">/css/jquery-ui-1.8.6.custom.css</stringProp>
371
            <stringProp name="HTTPSampler.method">GET</stringProp>
372
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
373
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
374
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
375
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
376
            <boolProp name="HTTPSampler.monitor">false</boolProp>
377
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
378
          </HTTPSampler>
379
          <hashTree/>
380
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000554/icon.jpg" enabled="true">
381
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
382
              <collectionProp name="Arguments.arguments"/>
383
            </elementProp>
384
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
385
            <stringProp name="HTTPSampler.port"></stringProp>
386
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
387
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
388
            <stringProp name="HTTPSampler.protocol">http</stringProp>
389
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
390
            <stringProp name="HTTPSampler.path">/images/1000554/icon.jpg</stringProp>
391
            <stringProp name="HTTPSampler.method">GET</stringProp>
392
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
393
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
394
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
395
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
396
            <boolProp name="HTTPSampler.monitor">false</boolProp>
397
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
398
          </HTTPSampler>
399
          <hashTree/>
400
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000224/icon.jpg" enabled="true">
401
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
402
              <collectionProp name="Arguments.arguments"/>
403
            </elementProp>
404
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
405
            <stringProp name="HTTPSampler.port"></stringProp>
406
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
407
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
408
            <stringProp name="HTTPSampler.protocol">http</stringProp>
409
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
410
            <stringProp name="HTTPSampler.path">/images/1000224/icon.jpg</stringProp>
411
            <stringProp name="HTTPSampler.method">GET</stringProp>
412
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
413
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
414
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
415
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
416
            <boolProp name="HTTPSampler.monitor">false</boolProp>
417
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
418
          </HTTPSampler>
419
          <hashTree/>
420
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1001209/icon.jpg" enabled="true">
421
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
422
              <collectionProp name="Arguments.arguments"/>
423
            </elementProp>
424
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
425
            <stringProp name="HTTPSampler.port"></stringProp>
426
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
427
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
428
            <stringProp name="HTTPSampler.protocol">http</stringProp>
429
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 430
            <stringProp name="HTTPSampler.path">/images/1001209/icon.jpg</stringProp>
1195 vikas 431
            <stringProp name="HTTPSampler.method">GET</stringProp>
432
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
433
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
434
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
435
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
436
            <boolProp name="HTTPSampler.monitor">false</boolProp>
437
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
438
          </HTTPSampler>
439
          <hashTree/>
1759 vikas 440
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000582/icon.jpg" enabled="true">
441
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
442
              <collectionProp name="Arguments.arguments"/>
443
            </elementProp>
444
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
445
            <stringProp name="HTTPSampler.port"></stringProp>
446
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
447
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
448
            <stringProp name="HTTPSampler.protocol">http</stringProp>
449
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
450
            <stringProp name="HTTPSampler.path">/images/1000582/icon.jpg</stringProp>
451
            <stringProp name="HTTPSampler.method">GET</stringProp>
452
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
453
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
454
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
455
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
456
            <boolProp name="HTTPSampler.monitor">false</boolProp>
457
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
458
          </HTTPSampler>
459
          <hashTree/>
1545 ankur.sing 460
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-top-right.jpg" enabled="true">
1195 vikas 461
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
462
              <collectionProp name="Arguments.arguments"/>
463
            </elementProp>
1392 vikas 464
            <stringProp name="HTTPSampler.domain"></stringProp>
465
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 466
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
467
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
468
            <stringProp name="HTTPSampler.protocol">http</stringProp>
469
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 470
            <stringProp name="HTTPSampler.path">/images/product-detail-top-right.jpg</stringProp>
1195 vikas 471
            <stringProp name="HTTPSampler.method">GET</stringProp>
472
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
473
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
474
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
475
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
476
            <boolProp name="HTTPSampler.monitor">false</boolProp>
477
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
478
          </HTTPSampler>
479
          <hashTree/>
1759 vikas 480
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000662/icon.jpg" enabled="true">
481
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
482
              <collectionProp name="Arguments.arguments"/>
483
            </elementProp>
484
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
485
            <stringProp name="HTTPSampler.port"></stringProp>
486
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
487
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
488
            <stringProp name="HTTPSampler.protocol">http</stringProp>
489
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
490
            <stringProp name="HTTPSampler.path">/images/1000662/icon.jpg</stringProp>
491
            <stringProp name="HTTPSampler.method">GET</stringProp>
492
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
493
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
494
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
495
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
496
            <boolProp name="HTTPSampler.monitor">false</boolProp>
497
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
498
          </HTTPSampler>
499
          <hashTree/>
500
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000465/icon.jpg" enabled="true">
501
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
502
              <collectionProp name="Arguments.arguments"/>
503
            </elementProp>
504
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
505
            <stringProp name="HTTPSampler.port"></stringProp>
506
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
507
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
508
            <stringProp name="HTTPSampler.protocol">http</stringProp>
509
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
510
            <stringProp name="HTTPSampler.path">/images/1000465/icon.jpg</stringProp>
511
            <stringProp name="HTTPSampler.method">GET</stringProp>
512
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
513
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
514
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
515
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
516
            <boolProp name="HTTPSampler.monitor">false</boolProp>
517
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
518
          </HTTPSampler>
519
          <hashTree/>
520
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery-1.4.2.js" enabled="true">
521
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
522
              <collectionProp name="Arguments.arguments"/>
523
            </elementProp>
524
            <stringProp name="HTTPSampler.domain"></stringProp>
525
            <stringProp name="HTTPSampler.port"></stringProp>
526
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
527
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
528
            <stringProp name="HTTPSampler.protocol">http</stringProp>
529
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
530
            <stringProp name="HTTPSampler.path">/js/jquery-1.4.2.js</stringProp>
531
            <stringProp name="HTTPSampler.method">GET</stringProp>
532
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
533
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
534
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
535
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
536
            <boolProp name="HTTPSampler.monitor">false</boolProp>
537
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
538
          </HTTPSampler>
539
          <hashTree/>
540
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/grey-ver-bar.gif" enabled="true">
541
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
542
              <collectionProp name="Arguments.arguments"/>
543
            </elementProp>
544
            <stringProp name="HTTPSampler.domain"></stringProp>
545
            <stringProp name="HTTPSampler.port"></stringProp>
546
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
547
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
548
            <stringProp name="HTTPSampler.protocol">http</stringProp>
549
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
550
            <stringProp name="HTTPSampler.path">/images/grey-ver-bar.gif</stringProp>
551
            <stringProp name="HTTPSampler.method">GET</stringProp>
552
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
553
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
554
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
555
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
556
            <boolProp name="HTTPSampler.monitor">false</boolProp>
557
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
558
          </HTTPSampler>
559
          <hashTree/>
1545 ankur.sing 560
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-detail-bottom-right.jpg" enabled="true">
1195 vikas 561
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
562
              <collectionProp name="Arguments.arguments"/>
563
            </elementProp>
1392 vikas 564
            <stringProp name="HTTPSampler.domain"></stringProp>
565
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 566
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
567
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
568
            <stringProp name="HTTPSampler.protocol">http</stringProp>
569
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 570
            <stringProp name="HTTPSampler.path">/images/product-detail-bottom-right.jpg</stringProp>
1195 vikas 571
            <stringProp name="HTTPSampler.method">GET</stringProp>
572
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
573
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
574
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
575
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
576
            <boolProp name="HTTPSampler.monitor">false</boolProp>
577
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
578
          </HTTPSampler>
579
          <hashTree/>
1545 ankur.sing 580
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-result-top-left.gif" enabled="true">
1195 vikas 581
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
582
              <collectionProp name="Arguments.arguments"/>
583
            </elementProp>
1392 vikas 584
            <stringProp name="HTTPSampler.domain"></stringProp>
585
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 586
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
587
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
588
            <stringProp name="HTTPSampler.protocol">http</stringProp>
589
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 590
            <stringProp name="HTTPSampler.path">/images/search-result-top-left.gif</stringProp>
1195 vikas 591
            <stringProp name="HTTPSampler.method">GET</stringProp>
592
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
593
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
594
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
595
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
596
            <boolProp name="HTTPSampler.monitor">false</boolProp>
597
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
598
          </HTTPSampler>
599
          <hashTree/>
1759 vikas 600
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/search-result-border.jpg" enabled="true">
1195 vikas 601
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
602
              <collectionProp name="Arguments.arguments"/>
603
            </elementProp>
1392 vikas 604
            <stringProp name="HTTPSampler.domain"></stringProp>
605
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 606
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
607
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
608
            <stringProp name="HTTPSampler.protocol">http</stringProp>
609
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 610
            <stringProp name="HTTPSampler.path">/images/search-result-border.jpg</stringProp>
1195 vikas 611
            <stringProp name="HTTPSampler.method">GET</stringProp>
612
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
613
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
614
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
615
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
616
            <boolProp name="HTTPSampler.monitor">false</boolProp>
617
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
618
          </HTTPSampler>
619
          <hashTree/>
1545 ankur.sing 620
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/filter-divider.gif" enabled="true">
1195 vikas 621
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
622
              <collectionProp name="Arguments.arguments"/>
623
            </elementProp>
1392 vikas 624
            <stringProp name="HTTPSampler.domain"></stringProp>
625
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 626
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
627
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
628
            <stringProp name="HTTPSampler.protocol">http</stringProp>
629
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 630
            <stringProp name="HTTPSampler.path">/images/filter-divider.gif</stringProp>
1195 vikas 631
            <stringProp name="HTTPSampler.method">GET</stringProp>
632
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
633
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
634
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
635
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
636
            <boolProp name="HTTPSampler.monitor">false</boolProp>
637
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
638
          </HTTPSampler>
639
          <hashTree/>
1759 vikas 640
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/product-cat-bottom-left.jpg" enabled="true">
1195 vikas 641
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
642
              <collectionProp name="Arguments.arguments"/>
643
            </elementProp>
1392 vikas 644
            <stringProp name="HTTPSampler.domain"></stringProp>
645
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 646
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
647
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
648
            <stringProp name="HTTPSampler.protocol">http</stringProp>
649
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 650
            <stringProp name="HTTPSampler.path">/images/product-cat-bottom-left.jpg</stringProp>
1195 vikas 651
            <stringProp name="HTTPSampler.method">GET</stringProp>
652
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
653
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
654
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
655
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
656
            <boolProp name="HTTPSampler.monitor">false</boolProp>
657
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
658
          </HTTPSampler>
659
          <hashTree/>
1759 vikas 660
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery-ui.min.js" enabled="true">
1195 vikas 661
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
662
              <collectionProp name="Arguments.arguments"/>
663
            </elementProp>
1392 vikas 664
            <stringProp name="HTTPSampler.domain"></stringProp>
665
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 666
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
667
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
668
            <stringProp name="HTTPSampler.protocol">http</stringProp>
669
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 670
            <stringProp name="HTTPSampler.path">/js/jquery-ui.min.js</stringProp>
1195 vikas 671
            <stringProp name="HTTPSampler.method">GET</stringProp>
672
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
673
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
674
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
675
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
676
            <boolProp name="HTTPSampler.monitor">false</boolProp>
677
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
678
          </HTTPSampler>
679
          <hashTree/>
1759 vikas 680
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/loginpop.js" enabled="true">
681
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
682
              <collectionProp name="Arguments.arguments"/>
683
            </elementProp>
684
            <stringProp name="HTTPSampler.domain"></stringProp>
685
            <stringProp name="HTTPSampler.port"></stringProp>
686
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
687
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
688
            <stringProp name="HTTPSampler.protocol">http</stringProp>
689
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
690
            <stringProp name="HTTPSampler.path">/js/loginpop.js</stringProp>
691
            <stringProp name="HTTPSampler.method">GET</stringProp>
692
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
693
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
694
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
695
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
696
            <boolProp name="HTTPSampler.monitor">false</boolProp>
697
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
698
          </HTTPSampler>
699
          <hashTree/>
700
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/all.js" enabled="true">
701
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
702
              <collectionProp name="Arguments.arguments"/>
703
            </elementProp>
704
            <stringProp name="HTTPSampler.domain"></stringProp>
705
            <stringProp name="HTTPSampler.port"></stringProp>
706
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
707
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
708
            <stringProp name="HTTPSampler.protocol">http</stringProp>
709
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
710
            <stringProp name="HTTPSampler.path">/js/all.js</stringProp>
711
            <stringProp name="HTTPSampler.method">GET</stringProp>
712
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
713
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
714
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
715
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
716
            <boolProp name="HTTPSampler.monitor">false</boolProp>
717
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
718
          </HTTPSampler>
719
          <hashTree/>
720
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.truncate.min.js" enabled="true">
721
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
722
              <collectionProp name="Arguments.arguments"/>
723
            </elementProp>
724
            <stringProp name="HTTPSampler.domain"></stringProp>
725
            <stringProp name="HTTPSampler.port"></stringProp>
726
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
727
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
728
            <stringProp name="HTTPSampler.protocol">http</stringProp>
729
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
730
            <stringProp name="HTTPSampler.path">/js/jquery.truncate.min.js</stringProp>
731
            <stringProp name="HTTPSampler.method">GET</stringProp>
732
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
733
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
734
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
735
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
736
            <boolProp name="HTTPSampler.monitor">false</boolProp>
737
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
738
          </HTTPSampler>
739
          <hashTree/>
740
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/charLimit.js" enabled="true">
741
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
742
              <collectionProp name="Arguments.arguments"/>
743
            </elementProp>
744
            <stringProp name="HTTPSampler.domain"></stringProp>
745
            <stringProp name="HTTPSampler.port"></stringProp>
746
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
747
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
748
            <stringProp name="HTTPSampler.protocol">http</stringProp>
749
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
750
            <stringProp name="HTTPSampler.path">/js/charLimit.js</stringProp>
751
            <stringProp name="HTTPSampler.method">GET</stringProp>
752
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
753
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
754
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
755
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
756
            <boolProp name="HTTPSampler.monitor">false</boolProp>
757
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
758
          </HTTPSampler>
759
          <hashTree/>
760
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jsapi.js" enabled="true">
761
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
762
              <collectionProp name="Arguments.arguments"/>
763
            </elementProp>
764
            <stringProp name="HTTPSampler.domain"></stringProp>
765
            <stringProp name="HTTPSampler.port"></stringProp>
766
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
767
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
768
            <stringProp name="HTTPSampler.protocol">http</stringProp>
769
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
770
            <stringProp name="HTTPSampler.path">/js/jsapi.js</stringProp>
771
            <stringProp name="HTTPSampler.method">GET</stringProp>
772
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
773
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
774
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
775
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
776
            <boolProp name="HTTPSampler.monitor">false</boolProp>
777
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
778
          </HTTPSampler>
779
          <hashTree/>
780
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/gallery.js" enabled="true">
781
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
782
              <collectionProp name="Arguments.arguments"/>
783
            </elementProp>
784
            <stringProp name="HTTPSampler.domain"></stringProp>
785
            <stringProp name="HTTPSampler.port"></stringProp>
786
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
787
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
788
            <stringProp name="HTTPSampler.protocol">http</stringProp>
789
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
790
            <stringProp name="HTTPSampler.path">/js/gallery.js</stringProp>
791
            <stringProp name="HTTPSampler.method">GET</stringProp>
792
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
793
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
794
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
795
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
796
            <boolProp name="HTTPSampler.monitor">false</boolProp>
797
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
798
          </HTTPSampler>
799
          <hashTree/>
800
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/scrolltab.js" enabled="true">
801
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
802
              <collectionProp name="Arguments.arguments"/>
803
            </elementProp>
804
            <stringProp name="HTTPSampler.domain"></stringProp>
805
            <stringProp name="HTTPSampler.port"></stringProp>
806
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
807
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
808
            <stringProp name="HTTPSampler.protocol">http</stringProp>
809
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
810
            <stringProp name="HTTPSampler.path">/js/scrolltab.js</stringProp>
811
            <stringProp name="HTTPSampler.method">GET</stringProp>
812
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
813
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
814
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
815
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
816
            <boolProp name="HTTPSampler.monitor">false</boolProp>
817
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
818
          </HTTPSampler>
819
          <hashTree/>
820
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/widget_slidetab.js" enabled="true">
821
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
822
              <collectionProp name="Arguments.arguments"/>
823
            </elementProp>
824
            <stringProp name="HTTPSampler.domain"></stringProp>
825
            <stringProp name="HTTPSampler.port"></stringProp>
826
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
827
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
828
            <stringProp name="HTTPSampler.protocol">http</stringProp>
829
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
830
            <stringProp name="HTTPSampler.path">/js/widget_slidetab.js</stringProp>
831
            <stringProp name="HTTPSampler.method">GET</stringProp>
832
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
833
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
834
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
835
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
836
            <boolProp name="HTTPSampler.monitor">false</boolProp>
837
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
838
          </HTTPSampler>
839
          <hashTree/>
840
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.Storage.js" enabled="true">
841
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
842
              <collectionProp name="Arguments.arguments"/>
843
            </elementProp>
844
            <stringProp name="HTTPSampler.domain"></stringProp>
845
            <stringProp name="HTTPSampler.port"></stringProp>
846
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
847
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
848
            <stringProp name="HTTPSampler.protocol">http</stringProp>
849
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
850
            <stringProp name="HTTPSampler.path">/js/jquery.Storage.js</stringProp>
851
            <stringProp name="HTTPSampler.method">GET</stringProp>
852
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
853
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
854
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
855
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
856
            <boolProp name="HTTPSampler.monitor">false</boolProp>
857
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
858
          </HTTPSampler>
859
          <hashTree/>
860
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/menu-active.jpg" enabled="true">
861
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
862
              <collectionProp name="Arguments.arguments"/>
863
            </elementProp>
864
            <stringProp name="HTTPSampler.domain"></stringProp>
865
            <stringProp name="HTTPSampler.port"></stringProp>
866
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
867
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
868
            <stringProp name="HTTPSampler.protocol">http</stringProp>
869
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
870
            <stringProp name="HTTPSampler.path">/images/menu-active.jpg</stringProp>
871
            <stringProp name="HTTPSampler.method">GET</stringProp>
872
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
873
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
874
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
875
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
876
            <boolProp name="HTTPSampler.monitor">false</boolProp>
877
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
878
          </HTTPSampler>
879
          <hashTree/>
880
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.cookie.js" enabled="true">
881
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
882
              <collectionProp name="Arguments.arguments"/>
883
            </elementProp>
884
            <stringProp name="HTTPSampler.domain"></stringProp>
885
            <stringProp name="HTTPSampler.port"></stringProp>
886
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
887
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
888
            <stringProp name="HTTPSampler.protocol">http</stringProp>
889
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
890
            <stringProp name="HTTPSampler.path">/js/jquery.cookie.js</stringProp>
891
            <stringProp name="HTTPSampler.method">GET</stringProp>
892
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
893
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
894
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
895
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
896
            <boolProp name="HTTPSampler.monitor">false</boolProp>
897
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
898
          </HTTPSampler>
899
          <hashTree/>
900
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/custom-jquery.js" enabled="true">
901
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
902
              <collectionProp name="Arguments.arguments"/>
903
            </elementProp>
904
            <stringProp name="HTTPSampler.domain"></stringProp>
905
            <stringProp name="HTTPSampler.port"></stringProp>
906
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
907
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
908
            <stringProp name="HTTPSampler.protocol">http</stringProp>
909
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
910
            <stringProp name="HTTPSampler.path">/js/custom-jquery.js</stringProp>
911
            <stringProp name="HTTPSampler.method">GET</stringProp>
912
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
913
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
914
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
915
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
916
            <boolProp name="HTTPSampler.monitor">false</boolProp>
917
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
918
          </HTTPSampler>
919
          <hashTree/>
920
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/myaccount.js" enabled="true">
921
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
922
              <collectionProp name="Arguments.arguments"/>
923
            </elementProp>
924
            <stringProp name="HTTPSampler.domain"></stringProp>
925
            <stringProp name="HTTPSampler.port"></stringProp>
926
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
927
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
928
            <stringProp name="HTTPSampler.protocol">http</stringProp>
929
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
930
            <stringProp name="HTTPSampler.path">/js/myaccount.js</stringProp>
931
            <stringProp name="HTTPSampler.method">GET</stringProp>
932
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
933
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
934
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
935
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
936
            <boolProp name="HTTPSampler.monitor">false</boolProp>
937
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
938
          </HTTPSampler>
939
          <hashTree/>
940
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.number_format.js" enabled="true">
941
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
942
              <collectionProp name="Arguments.arguments"/>
943
            </elementProp>
944
            <stringProp name="HTTPSampler.domain"></stringProp>
945
            <stringProp name="HTTPSampler.port"></stringProp>
946
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
947
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
948
            <stringProp name="HTTPSampler.protocol">http</stringProp>
949
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
950
            <stringProp name="HTTPSampler.path">/js/jquery.number_format.js</stringProp>
951
            <stringProp name="HTTPSampler.method">GET</stringProp>
952
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
953
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
954
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
955
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
956
            <boolProp name="HTTPSampler.monitor">false</boolProp>
957
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
958
          </HTTPSampler>
959
          <hashTree/>
960
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.validate.js" enabled="true">
961
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
962
              <collectionProp name="Arguments.arguments"/>
963
            </elementProp>
964
            <stringProp name="HTTPSampler.domain"></stringProp>
965
            <stringProp name="HTTPSampler.port"></stringProp>
966
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
967
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
968
            <stringProp name="HTTPSampler.protocol">http</stringProp>
969
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
970
            <stringProp name="HTTPSampler.path">/js/jquery.validate.js</stringProp>
971
            <stringProp name="HTTPSampler.method">GET</stringProp>
972
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
973
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
974
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
975
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
976
            <boolProp name="HTTPSampler.monitor">false</boolProp>
977
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
978
          </HTTPSampler>
979
          <hashTree/>
980
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.tipsy.js" enabled="true">
981
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
982
              <collectionProp name="Arguments.arguments"/>
983
            </elementProp>
984
            <stringProp name="HTTPSampler.domain"></stringProp>
985
            <stringProp name="HTTPSampler.port"></stringProp>
986
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
987
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
988
            <stringProp name="HTTPSampler.protocol">http</stringProp>
989
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
990
            <stringProp name="HTTPSampler.path">/js/jquery.tipsy.js</stringProp>
991
            <stringProp name="HTTPSampler.method">GET</stringProp>
992
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
993
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
994
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
995
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
996
            <boolProp name="HTTPSampler.monitor">false</boolProp>
997
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
998
          </HTTPSampler>
999
          <hashTree/>
1000
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/loopedslider.js" enabled="true">
1001
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1002
              <collectionProp name="Arguments.arguments"/>
1003
            </elementProp>
1004
            <stringProp name="HTTPSampler.domain"></stringProp>
1005
            <stringProp name="HTTPSampler.port"></stringProp>
1006
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1007
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1008
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1009
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1010
            <stringProp name="HTTPSampler.path">/js/loopedslider.js</stringProp>
1011
            <stringProp name="HTTPSampler.method">GET</stringProp>
1012
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1013
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1014
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1015
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1016
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1017
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1018
          </HTTPSampler>
1019
          <hashTree/>
1020
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/widget_accordion.js" enabled="true">
1021
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1022
              <collectionProp name="Arguments.arguments"/>
1023
            </elementProp>
1024
            <stringProp name="HTTPSampler.domain"></stringProp>
1025
            <stringProp name="HTTPSampler.port"></stringProp>
1026
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1027
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1028
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1029
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1030
            <stringProp name="HTTPSampler.path">/js/widget_accordion.js</stringProp>
1031
            <stringProp name="HTTPSampler.method">GET</stringProp>
1032
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1033
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1034
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1035
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1036
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1037
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1038
          </HTTPSampler>
1039
          <hashTree/>
1040
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/shippingAddress.js" enabled="true">
1041
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1042
              <collectionProp name="Arguments.arguments"/>
1043
            </elementProp>
1044
            <stringProp name="HTTPSampler.domain"></stringProp>
1045
            <stringProp name="HTTPSampler.port"></stringProp>
1046
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1047
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1048
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1049
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1050
            <stringProp name="HTTPSampler.path">/js/shippingAddress.js</stringProp>
1051
            <stringProp name="HTTPSampler.method">GET</stringProp>
1052
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1053
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1054
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1055
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1056
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1057
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1058
          </HTTPSampler>
1059
          <hashTree/>
1060
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/productCategory.js" enabled="true">
1061
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1062
              <collectionProp name="Arguments.arguments"/>
1063
            </elementProp>
1064
            <stringProp name="HTTPSampler.domain"></stringProp>
1065
            <stringProp name="HTTPSampler.port"></stringProp>
1066
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1067
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1068
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1069
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1070
            <stringProp name="HTTPSampler.path">/js/productCategory.js</stringProp>
1071
            <stringProp name="HTTPSampler.method">GET</stringProp>
1072
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1073
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1074
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1075
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1076
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1077
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1078
          </HTTPSampler>
1079
          <hashTree/>
1080
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/priceSlider.js" enabled="true">
1081
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1082
              <collectionProp name="Arguments.arguments"/>
1083
            </elementProp>
1084
            <stringProp name="HTTPSampler.domain"></stringProp>
1085
            <stringProp name="HTTPSampler.port"></stringProp>
1086
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1087
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1088
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1089
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1090
            <stringProp name="HTTPSampler.path">/js/priceSlider.js</stringProp>
1091
            <stringProp name="HTTPSampler.method">GET</stringProp>
1092
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1093
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1094
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1095
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1096
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1097
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1098
          </HTTPSampler>
1099
          <hashTree/>
1100
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/js/jquery.colorbox-min.js" enabled="true">
1101
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1102
              <collectionProp name="Arguments.arguments"/>
1103
            </elementProp>
1104
            <stringProp name="HTTPSampler.domain"></stringProp>
1105
            <stringProp name="HTTPSampler.port"></stringProp>
1106
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1107
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1108
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1109
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1110
            <stringProp name="HTTPSampler.path">/js/jquery.colorbox-min.js</stringProp>
1111
            <stringProp name="HTTPSampler.method">GET</stringProp>
1112
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1113
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1114
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1115
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1116
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1117
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1118
          </HTTPSampler>
1119
          <hashTree/>
1120
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/browse-history/%5B%5D" enabled="true">
1121
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1122
              <collectionProp name="Arguments.arguments">
1123
                <elementProp name="_" elementType="HTTPArgument">
1124
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1125
                  <stringProp name="Argument.name">_</stringProp>
1126
                  <stringProp name="Argument.value">1304672891946</stringProp>
1127
                  <stringProp name="Argument.metadata">=</stringProp>
1128
                </elementProp>
1129
              </collectionProp>
1130
            </elementProp>
1131
            <stringProp name="HTTPSampler.domain"></stringProp>
1132
            <stringProp name="HTTPSampler.port"></stringProp>
1133
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1134
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1135
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1136
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1137
            <stringProp name="HTTPSampler.path">/browse-history/%5B%5D</stringProp>
1138
            <stringProp name="HTTPSampler.method">GET</stringProp>
1139
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1140
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1141
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1142
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1143
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1144
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1145
          </HTTPSampler>
1146
          <hashTree/>
1545 ankur.sing 1147
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-handler.png" enabled="true">
1195 vikas 1148
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1149
              <collectionProp name="Arguments.arguments"/>
1150
            </elementProp>
1392 vikas 1151
            <stringProp name="HTTPSampler.domain"></stringProp>
1195 vikas 1152
            <stringProp name="HTTPSampler.port"></stringProp>
1153
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1154
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1155
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1156
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 1157
            <stringProp name="HTTPSampler.path">/images/slider-handler.png</stringProp>
1195 vikas 1158
            <stringProp name="HTTPSampler.method">GET</stringProp>
1159
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1160
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1161
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1162
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1163
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1164
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1165
          </HTTPSampler>
1166
          <hashTree/>
1545 ankur.sing 1167
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/slider-bar.png" enabled="true">
1195 vikas 1168
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1169
              <collectionProp name="Arguments.arguments"/>
1170
            </elementProp>
1392 vikas 1171
            <stringProp name="HTTPSampler.domain"></stringProp>
1172
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1173
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1174
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1175
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1176
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 1177
            <stringProp name="HTTPSampler.path">/images/slider-bar.png</stringProp>
1195 vikas 1178
            <stringProp name="HTTPSampler.method">GET</stringProp>
1179
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1180
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1181
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1182
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1183
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1184
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1185
          </HTTPSampler>
1186
          <hashTree/>
1759 vikas 1187
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myresearch/%5B%5D" enabled="true">
1188
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1189
              <collectionProp name="Arguments.arguments">
1190
                <elementProp name="_" elementType="HTTPArgument">
1191
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1192
                  <stringProp name="Argument.name">_</stringProp>
1193
                  <stringProp name="Argument.value">1304672891944</stringProp>
1194
                  <stringProp name="Argument.metadata">=</stringProp>
1195
                </elementProp>
1196
              </collectionProp>
1197
            </elementProp>
1198
            <stringProp name="HTTPSampler.domain"></stringProp>
1199
            <stringProp name="HTTPSampler.port"></stringProp>
1200
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1201
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1202
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1203
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1204
            <stringProp name="HTTPSampler.path">/myresearch/%5B%5D</stringProp>
1205
            <stringProp name="HTTPSampler.method">GET</stringProp>
1206
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1207
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1208
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1209
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1210
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1211
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1212
          </HTTPSampler>
1213
          <hashTree/>
1214
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/favicon.ico" enabled="true">
1215
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1216
              <collectionProp name="Arguments.arguments"/>
1217
            </elementProp>
1218
            <stringProp name="HTTPSampler.domain"></stringProp>
1219
            <stringProp name="HTTPSampler.port"></stringProp>
1220
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1221
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1222
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1223
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1224
            <stringProp name="HTTPSampler.path">/images/favicon.ico</stringProp>
1225
            <stringProp name="HTTPSampler.method">GET</stringProp>
1226
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1227
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1228
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1229
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1230
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1231
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1232
          </HTTPSampler>
1233
          <hashTree/>
1545 ankur.sing 1234
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/search" enabled="true">
1195 vikas 1235
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1545 ankur.sing 1236
              <collectionProp name="Arguments.arguments">
1237
                <elementProp name="q" elementType="HTTPArgument">
1238
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1239
                  <stringProp name="Argument.name">q</stringProp>
1759 vikas 1240
                  <stringProp name="Argument.value">camera</stringProp>
1545 ankur.sing 1241
                  <stringProp name="Argument.metadata">=</stringProp>
1242
                </elementProp>
1243
                <elementProp name="category" elementType="HTTPArgument">
1244
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1245
                  <stringProp name="Argument.name">category</stringProp>
1246
                  <stringProp name="Argument.value">10001</stringProp>
1247
                  <stringProp name="Argument.metadata">=</stringProp>
1248
                </elementProp>
1249
                <elementProp name="btnSearch" elementType="HTTPArgument">
1250
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1251
                  <stringProp name="Argument.name">btnSearch</stringProp>
1252
                  <stringProp name="Argument.value">Search</stringProp>
1253
                  <stringProp name="Argument.metadata">=</stringProp>
1254
                </elementProp>
1255
              </collectionProp>
1195 vikas 1256
            </elementProp>
1392 vikas 1257
            <stringProp name="HTTPSampler.domain"></stringProp>
1258
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1259
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1260
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1261
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1545 ankur.sing 1262
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1263
            <stringProp name="HTTPSampler.path">/search</stringProp>
1195 vikas 1264
            <stringProp name="HTTPSampler.method">GET</stringProp>
1265
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1266
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1267
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1268
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1269
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1270
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1271
          </HTTPSampler>
1272
          <hashTree/>
1545 ankur.sing 1273
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1001220/icon.jpg" enabled="true">
1195 vikas 1274
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1275
              <collectionProp name="Arguments.arguments"/>
1276
            </elementProp>
1759 vikas 1277
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
1392 vikas 1278
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1279
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1280
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1281
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1282
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 1283
            <stringProp name="HTTPSampler.path">/images/1001220/icon.jpg</stringProp>
1195 vikas 1284
            <stringProp name="HTTPSampler.method">GET</stringProp>
1285
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1286
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1287
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1288
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1289
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1290
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1291
          </HTTPSampler>
1292
          <hashTree/>
1759 vikas 1293
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000535/icon.jpg" enabled="true">
1195 vikas 1294
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1295
              <collectionProp name="Arguments.arguments"/>
1296
            </elementProp>
1759 vikas 1297
            <stringProp name="HTTPSampler.domain">static2.localhost</stringProp>
1392 vikas 1298
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1299
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1300
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1301
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1302
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 1303
            <stringProp name="HTTPSampler.path">/images/1000535/icon.jpg</stringProp>
1195 vikas 1304
            <stringProp name="HTTPSampler.method">GET</stringProp>
1305
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1306
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1307
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1308
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1309
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1310
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1311
          </HTTPSampler>
1312
          <hashTree/>
1759 vikas 1313
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000546/icon.jpg" enabled="true">
1195 vikas 1314
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1315
              <collectionProp name="Arguments.arguments"/>
1316
            </elementProp>
1759 vikas 1317
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
1392 vikas 1318
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1319
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1320
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1321
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1322
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 1323
            <stringProp name="HTTPSampler.path">/images/1000546/icon.jpg</stringProp>
1195 vikas 1324
            <stringProp name="HTTPSampler.method">GET</stringProp>
1325
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1326
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1327
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1328
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1329
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1330
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1331
          </HTTPSampler>
1332
          <hashTree/>
1759 vikas 1333
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1001218/icon.jpg" enabled="true">
1195 vikas 1334
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1335
              <collectionProp name="Arguments.arguments"/>
1336
            </elementProp>
1759 vikas 1337
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
1392 vikas 1338
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1339
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1340
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1341
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1342
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 1343
            <stringProp name="HTTPSampler.path">/images/1001218/icon.jpg</stringProp>
1195 vikas 1344
            <stringProp name="HTTPSampler.method">GET</stringProp>
1345
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1346
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1347
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1348
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1349
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1350
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1351
          </HTTPSampler>
1352
          <hashTree/>
1759 vikas 1353
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000355/icon.jpg" enabled="true">
1195 vikas 1354
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1355
              <collectionProp name="Arguments.arguments"/>
1356
            </elementProp>
1759 vikas 1357
            <stringProp name="HTTPSampler.domain">static2.localhost</stringProp>
1392 vikas 1358
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1359
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1360
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1361
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1362
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1759 vikas 1363
            <stringProp name="HTTPSampler.path">/images/1000355/icon.jpg</stringProp>
1195 vikas 1364
            <stringProp name="HTTPSampler.method">GET</stringProp>
1365
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1366
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1367
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1368
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1369
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1370
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1371
          </HTTPSampler>
1372
          <hashTree/>
1545 ankur.sing 1373
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000544/icon.jpg" enabled="true">
1195 vikas 1374
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1375
              <collectionProp name="Arguments.arguments"/>
1376
            </elementProp>
1759 vikas 1377
            <stringProp name="HTTPSampler.domain">static2.localhost</stringProp>
1392 vikas 1378
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1379
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1380
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1381
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1382
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 1383
            <stringProp name="HTTPSampler.path">/images/1000544/icon.jpg</stringProp>
1195 vikas 1384
            <stringProp name="HTTPSampler.method">GET</stringProp>
1385
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1386
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1387
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1388
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1389
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1390
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1391
          </HTTPSampler>
1392
          <hashTree/>
1545 ankur.sing 1393
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000165/icon.jpg" enabled="true">
1195 vikas 1394
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1395
              <collectionProp name="Arguments.arguments"/>
1396
            </elementProp>
1759 vikas 1397
            <stringProp name="HTTPSampler.domain">static1.localhost</stringProp>
1392 vikas 1398
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1399
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1400
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1401
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1402
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1545 ankur.sing 1403
            <stringProp name="HTTPSampler.path">/images/1000165/icon.jpg</stringProp>
1195 vikas 1404
            <stringProp name="HTTPSampler.method">GET</stringProp>
1405
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1406
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1407
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1408
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1409
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1410
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1411
          </HTTPSampler>
1412
          <hashTree/>
1759 vikas 1413
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myresearch/%5B%5D" enabled="true">
1414
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1415
              <collectionProp name="Arguments.arguments">
1416
                <elementProp name="_" elementType="HTTPArgument">
1417
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1418
                  <stringProp name="Argument.name">_</stringProp>
1419
                  <stringProp name="Argument.value">1304672901652</stringProp>
1420
                  <stringProp name="Argument.metadata">=</stringProp>
1421
                </elementProp>
1422
              </collectionProp>
1423
            </elementProp>
1424
            <stringProp name="HTTPSampler.domain"></stringProp>
1425
            <stringProp name="HTTPSampler.port"></stringProp>
1426
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1427
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1428
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1429
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1430
            <stringProp name="HTTPSampler.path">/myresearch/%5B%5D</stringProp>
1431
            <stringProp name="HTTPSampler.method">GET</stringProp>
1432
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1433
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1434
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1435
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1436
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1437
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1438
          </HTTPSampler>
1439
          <hashTree/>
1440
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/browse-history/%5B%5D" enabled="true">
1441
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1442
              <collectionProp name="Arguments.arguments">
1443
                <elementProp name="_" elementType="HTTPArgument">
1444
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1445
                  <stringProp name="Argument.name">_</stringProp>
1446
                  <stringProp name="Argument.value">1304672901653</stringProp>
1447
                  <stringProp name="Argument.metadata">=</stringProp>
1448
                </elementProp>
1449
              </collectionProp>
1450
            </elementProp>
1451
            <stringProp name="HTTPSampler.domain"></stringProp>
1452
            <stringProp name="HTTPSampler.port"></stringProp>
1453
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1454
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1455
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1456
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1457
            <stringProp name="HTTPSampler.path">/browse-history/%5B%5D</stringProp>
1458
            <stringProp name="HTTPSampler.method">GET</stringProp>
1459
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1460
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1461
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1462
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1463
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1464
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1465
          </HTTPSampler>
1466
          <hashTree/>
1545 ankur.sing 1467
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/search" enabled="true">
1195 vikas 1468
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1545 ankur.sing 1469
              <collectionProp name="Arguments.arguments">
1470
                <elementProp name="q" elementType="HTTPArgument">
1471
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1472
                  <stringProp name="Argument.name">q</stringProp>
1759 vikas 1473
                  <stringProp name="Argument.value">ion</stringProp>
1545 ankur.sing 1474
                  <stringProp name="Argument.metadata">=</stringProp>
1475
                </elementProp>
1476
                <elementProp name="category" elementType="HTTPArgument">
1477
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1478
                  <stringProp name="Argument.name">category</stringProp>
1479
                  <stringProp name="Argument.value">10011</stringProp>
1480
                  <stringProp name="Argument.metadata">=</stringProp>
1481
                </elementProp>
1482
                <elementProp name="btnSearch" elementType="HTTPArgument">
1483
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1484
                  <stringProp name="Argument.name">btnSearch</stringProp>
1485
                  <stringProp name="Argument.value">Search</stringProp>
1486
                  <stringProp name="Argument.metadata">=</stringProp>
1487
                </elementProp>
1488
              </collectionProp>
1195 vikas 1489
            </elementProp>
1392 vikas 1490
            <stringProp name="HTTPSampler.domain"></stringProp>
1491
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1492
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1493
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1494
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1545 ankur.sing 1495
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1496
            <stringProp name="HTTPSampler.path">/search</stringProp>
1195 vikas 1497
            <stringProp name="HTTPSampler.method">GET</stringProp>
1498
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1499
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1500
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1501
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1502
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1503
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1504
          </HTTPSampler>
1505
          <hashTree/>
1759 vikas 1506
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000224/icon.jpg" enabled="true">
1507
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1508
              <collectionProp name="Arguments.arguments"/>
1509
            </elementProp>
1510
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
1511
            <stringProp name="HTTPSampler.port"></stringProp>
1512
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1513
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1514
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1515
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1516
            <stringProp name="HTTPSampler.path">/images/1000224/icon.jpg</stringProp>
1517
            <stringProp name="HTTPSampler.method">GET</stringProp>
1518
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1519
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1520
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1521
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1522
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1523
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1524
          </HTTPSampler>
1525
          <hashTree/>
1526
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/images/1000554/icon.jpg" enabled="true">
1527
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1528
              <collectionProp name="Arguments.arguments"/>
1529
            </elementProp>
1530
            <stringProp name="HTTPSampler.domain">static0.localhost</stringProp>
1531
            <stringProp name="HTTPSampler.port"></stringProp>
1532
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1533
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1534
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1535
            <stringProp name="HTTPSampler.contentEncoding"></stringProp>
1536
            <stringProp name="HTTPSampler.path">/images/1000554/icon.jpg</stringProp>
1537
            <stringProp name="HTTPSampler.method">GET</stringProp>
1538
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1539
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1540
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1541
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1542
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1543
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1544
          </HTTPSampler>
1545
          <hashTree/>
1546
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/browse-history/%5B%5D" enabled="true">
1547
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1548
              <collectionProp name="Arguments.arguments">
1549
                <elementProp name="_" elementType="HTTPArgument">
1550
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1551
                  <stringProp name="Argument.name">_</stringProp>
1552
                  <stringProp name="Argument.value">1304672911096</stringProp>
1553
                  <stringProp name="Argument.metadata">=</stringProp>
1554
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1555
                </elementProp>
1556
              </collectionProp>
1557
            </elementProp>
1558
            <stringProp name="HTTPSampler.domain"></stringProp>
1559
            <stringProp name="HTTPSampler.port"></stringProp>
1560
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1561
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1562
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1563
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1564
            <stringProp name="HTTPSampler.path">/browse-history/%5B%5D</stringProp>
1565
            <stringProp name="HTTPSampler.method">GET</stringProp>
1566
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1567
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1568
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1569
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1570
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1571
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1572
          </HTTPSampler>
1573
          <hashTree/>
1574
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myresearch/%5B%5D" enabled="true">
1575
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1576
              <collectionProp name="Arguments.arguments">
1577
                <elementProp name="_" elementType="HTTPArgument">
1578
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1579
                  <stringProp name="Argument.name">_</stringProp>
1580
                  <stringProp name="Argument.value">1304672911095</stringProp>
1581
                  <stringProp name="Argument.metadata">=</stringProp>
1582
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1583
                </elementProp>
1584
              </collectionProp>
1585
            </elementProp>
1586
            <stringProp name="HTTPSampler.domain"></stringProp>
1587
            <stringProp name="HTTPSampler.port"></stringProp>
1588
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1589
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1590
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1591
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1592
            <stringProp name="HTTPSampler.path">/myresearch/%5B%5D</stringProp>
1593
            <stringProp name="HTTPSampler.method">GET</stringProp>
1594
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1595
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1596
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1597
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1598
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1599
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1600
          </HTTPSampler>
1601
          <hashTree/>
1195 vikas 1602
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/search" enabled="true">
1603
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1604
              <collectionProp name="Arguments.arguments">
1605
                <elementProp name="q" elementType="HTTPArgument">
1606
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1607
                  <stringProp name="Argument.name">q</stringProp>
1759 vikas 1608
                  <stringProp name="Argument.value">ion</stringProp>
1195 vikas 1609
                  <stringProp name="Argument.metadata">=</stringProp>
1610
                </elementProp>
1611
                <elementProp name="category" elementType="HTTPArgument">
1612
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1613
                  <stringProp name="Argument.name">category</stringProp>
1614
                  <stringProp name="Argument.value">10011</stringProp>
1615
                  <stringProp name="Argument.metadata">=</stringProp>
1616
                </elementProp>
1545 ankur.sing 1617
                <elementProp name="sort" elementType="HTTPArgument">
1618
                  <boolProp name="HTTPArgument.always_encode">true</boolProp>
1619
                  <stringProp name="Argument.name">sort</stringProp>
1620
                  <stringProp name="Argument.value">F_50002 asc</stringProp>
1195 vikas 1621
                  <stringProp name="Argument.metadata">=</stringProp>
1622
                </elementProp>
1623
              </collectionProp>
1624
            </elementProp>
1392 vikas 1625
            <stringProp name="HTTPSampler.domain"></stringProp>
1626
            <stringProp name="HTTPSampler.port"></stringProp>
1195 vikas 1627
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1628
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1629
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1630
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1631
            <stringProp name="HTTPSampler.path">/search</stringProp>
1632
            <stringProp name="HTTPSampler.method">GET</stringProp>
1633
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1634
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1635
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1636
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1637
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1638
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1639
          </HTTPSampler>
1640
          <hashTree/>
1759 vikas 1641
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/myresearch/%5B%5D" enabled="true">
1642
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1643
              <collectionProp name="Arguments.arguments">
1644
                <elementProp name="_" elementType="HTTPArgument">
1645
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1646
                  <stringProp name="Argument.name">_</stringProp>
1647
                  <stringProp name="Argument.value">1304672918118</stringProp>
1648
                  <stringProp name="Argument.metadata">=</stringProp>
1649
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1650
                </elementProp>
1651
              </collectionProp>
1652
            </elementProp>
1653
            <stringProp name="HTTPSampler.domain"></stringProp>
1654
            <stringProp name="HTTPSampler.port"></stringProp>
1655
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1656
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1657
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1658
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1659
            <stringProp name="HTTPSampler.path">/myresearch/%5B%5D</stringProp>
1660
            <stringProp name="HTTPSampler.method">GET</stringProp>
1661
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1662
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1663
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1664
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1665
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1666
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1667
          </HTTPSampler>
1668
          <hashTree/>
1669
          <HTTPSampler guiclass="HttpTestSampleGui" testclass="HTTPSampler" testname="/browse-history/%5B%5D" enabled="true">
1670
            <elementProp name="HTTPsampler.Arguments" elementType="Arguments" guiclass="HTTPArgumentsPanel" testclass="Arguments" enabled="true">
1671
              <collectionProp name="Arguments.arguments">
1672
                <elementProp name="_" elementType="HTTPArgument">
1673
                  <boolProp name="HTTPArgument.always_encode">false</boolProp>
1674
                  <stringProp name="Argument.name">_</stringProp>
1675
                  <stringProp name="Argument.value">1304672918119</stringProp>
1676
                  <stringProp name="Argument.metadata">=</stringProp>
1677
                  <boolProp name="HTTPArgument.use_equals">true</boolProp>
1678
                </elementProp>
1679
              </collectionProp>
1680
            </elementProp>
1681
            <stringProp name="HTTPSampler.domain"></stringProp>
1682
            <stringProp name="HTTPSampler.port"></stringProp>
1683
            <stringProp name="HTTPSampler.connect_timeout"></stringProp>
1684
            <stringProp name="HTTPSampler.response_timeout"></stringProp>
1685
            <stringProp name="HTTPSampler.protocol">http</stringProp>
1686
            <stringProp name="HTTPSampler.contentEncoding">UTF-8</stringProp>
1687
            <stringProp name="HTTPSampler.path">/browse-history/%5B%5D</stringProp>
1688
            <stringProp name="HTTPSampler.method">GET</stringProp>
1689
            <boolProp name="HTTPSampler.follow_redirects">true</boolProp>
1690
            <boolProp name="HTTPSampler.auto_redirects">false</boolProp>
1691
            <boolProp name="HTTPSampler.use_keepalive">true</boolProp>
1692
            <boolProp name="HTTPSampler.DO_MULTIPART_POST">false</boolProp>
1693
            <boolProp name="HTTPSampler.monitor">false</boolProp>
1694
            <stringProp name="HTTPSampler.embedded_url_re"></stringProp>
1695
          </HTTPSampler>
1696
          <hashTree/>
1195 vikas 1697
        </hashTree>
1698
        <ResultSaver guiclass="ResultSaverGui" testclass="ResultSaver" testname="Save Responses to a file" enabled="true">
1699
          <stringProp name="FileSaver.filename">samples/searching/test</stringProp>
1700
          <boolProp name="FileSaver.errorsonly">false</boolProp>
1701
          <boolProp name="FileSaver.skipautonumber">false</boolProp>
1702
          <boolProp name="FileSaver.skipsuffix">false</boolProp>
1703
          <boolProp name="FileSaver.successonly">false</boolProp>
1704
        </ResultSaver>
1705
        <hashTree/>
1706
      </hashTree>
1707
    </hashTree>
1708
  </hashTree>
1709
</jmeterTestPlan>