Subversion Repositories SmartDukaan

Rev

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