|
1 // Ini file for running HTTP Integration Tests. |
|
2 |
|
3 //////////////////////////////////////////////////////////////////////////////// |
|
4 ///// Setting proxy to session////////////////////////////////////////////////// |
|
5 //////////////////////////////////////////////////////////////////////////////// |
|
6 |
|
7 //////////////////////////////////////////////////////////////////////////////// |
|
8 /////// Testing existing FW without enabling the ebo feature /////////////////// |
|
9 //////////////////////////////////////////////////////////////////////////////// |
|
10 [HttpEbo_1] |
|
11 Uri = http://www.yahoo.com/ |
|
12 SessProxyUsage = ETrue |
|
13 SessProxy = 10.29.23.12:9003 |
|
14 TranProxyUsage = EFalse |
|
15 TranProxy = 222.222.222.222:2222 |
|
16 OutputFileName = C:\HttpEbo_1.txt |
|
17 SessHttpOptUsage = EFalse |
|
18 TranHttpOptUsage = EFalse |
|
19 IsEncoded = |
|
20 IsDecoded = |
|
21 FailTransaction = |
|
22 |
|
23 //////////////////////////////////////////////////////////////////////////////// |
|
24 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
25 /////// Encode/change the request ////////////////////////////////////////////// |
|
26 /////// Decode the response(same actual response only) ///////////////////////// |
|
27 /////// and return False(not failing the transaction) ////////////////////////// |
|
28 //////////////////////////////////////////////////////////////////////////////// |
|
29 [HttpEbo_2] |
|
30 Uri = http://www.yahoo.com/ |
|
31 SessProxyUsage = ETrue |
|
32 SessProxy = 10.29.23.12:9003 |
|
33 TranProxyUsage = EFalse |
|
34 TranProxy = 222.222.222.222:2222 |
|
35 OutputFileName = C:\HttpEbo_2.txt |
|
36 SessHttpOptUsage = ETrue |
|
37 TranHttpOptUsage = EFalse |
|
38 IsEncoded = ETrue |
|
39 IsDecoded = ETrue |
|
40 FailTransaction = EFalse |
|
41 |
|
42 //////////////////////////////////////////////////////////////////////////////// |
|
43 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
44 /////// Encode/change the request ////////////////////////////////////////////// |
|
45 /////// Decode the response(same actual response only) ///////////////////////// |
|
46 /////// and return False(not failing the transaction) ////////////////////////// |
|
47 //////////////////////////////////////////////////////////////////////////////// |
|
48 [HttpEbo_3] |
|
49 Uri = http://www.yahoo.com/ |
|
50 SessProxyUsage = ETrue |
|
51 SessProxy = 10.29.23.12:9003 |
|
52 TranProxyUsage = EFalse |
|
53 TranProxy = 222.222.222.222:2222 |
|
54 OutputFileName = C:\HttpEbo_3.txt |
|
55 SessHttpOptUsage = EFalse |
|
56 TranHttpOptUsage = ETrue |
|
57 IsEncoded = ETrue |
|
58 IsDecoded = ETrue |
|
59 FailTransaction = EFalse |
|
60 |
|
61 //////////////////////////////////////////////////////////////////////////////// |
|
62 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
63 /////// Encode/change the request ////////////////////////////////////////////// |
|
64 /////// Decode the response(same actual response only) ///////////////////////// |
|
65 /////// and return False(not failing the transaction) ////////////////////////// |
|
66 //////////////////////////////////////////////////////////////////////////////// |
|
67 [HttpEbo_4] |
|
68 Uri = http://www.yahoo.com/ |
|
69 SessProxyUsage = ETrue |
|
70 SessProxy = 10.29.23.12:9003 |
|
71 TranProxyUsage = EFalse |
|
72 TranProxy = 222.222.222.222:2222 |
|
73 OutputFileName = C:\HttpEbo_4.txt |
|
74 SessHttpOptUsage = ETrue |
|
75 TranHttpOptUsage = ETrue |
|
76 IsEncoded = ETrue |
|
77 IsDecoded = ETrue |
|
78 FailTransaction = EFalse |
|
79 |
|
80 //////////////////////////////////////////////////////////////////////////////// |
|
81 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
82 /////// Encode/change the request ////////////////////////////////////////////// |
|
83 /////// Decode the response(same actual response only) ///////////////////////// |
|
84 /////// and return True(failing the transaction) /////////////////////////////// |
|
85 //////////////////////////////////////////////////////////////////////////////// |
|
86 [HttpEbo_5] |
|
87 Uri = http://www.yahoo.com/ |
|
88 SessProxyUsage = ETrue |
|
89 SessProxy = 10.29.23.12:9003 |
|
90 TranProxyUsage = EFalse |
|
91 TranProxy = 222.222.222.222:2222 |
|
92 OutputFileName = C:\HttpEbo_5.txt |
|
93 SessHttpOptUsage = ETrue |
|
94 TranHttpOptUsage = EFalse |
|
95 IsEncoded = ETrue |
|
96 IsDecoded = ETrue |
|
97 FailTransaction = ETrue |
|
98 |
|
99 //////////////////////////////////////////////////////////////////////////////// |
|
100 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
101 /////// Encode/change the request ////////////////////////////////////////////// |
|
102 /////// Decode the response(same actual response only) ///////////////////////// |
|
103 /////// and return True(failing the transaction) /////////////////////////////// |
|
104 //////////////////////////////////////////////////////////////////////////////// |
|
105 [HttpEbo_6] |
|
106 Uri = http://www.yahoo.com/ |
|
107 SessProxyUsage = ETrue |
|
108 SessProxy = 10.29.23.12:9003 |
|
109 TranProxyUsage = EFalse |
|
110 TranProxy = 222.222.222.222:2222 |
|
111 OutputFileName = C:\HttpEbo_6.txt |
|
112 SessHttpOptUsage = EFalse |
|
113 TranHttpOptUsage = ETrue |
|
114 IsEncoded = ETrue |
|
115 IsDecoded = ETrue |
|
116 FailTransaction = ETrue |
|
117 |
|
118 //////////////////////////////////////////////////////////////////////////////// |
|
119 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
120 /////// Encode/change the request ////////////////////////////////////////////// |
|
121 /////// Decode the response(same actual response only) ///////////////////////// |
|
122 /////// and return True(failing the transaction) /////////////////////////////// |
|
123 //////////////////////////////////////////////////////////////////////////////// |
|
124 [HttpEbo_7] |
|
125 Uri = http://www.yahoo.com/ |
|
126 SessProxyUsage = ETrue |
|
127 SessProxy = 10.29.23.12:9003 |
|
128 TranProxyUsage = EFalse |
|
129 TranProxy = 222.222.222.222:2222 |
|
130 OutputFileName = C:\HttpEbo_7.txt |
|
131 SessHttpOptUsage = ETrue |
|
132 TranHttpOptUsage = ETrue |
|
133 IsEncoded = ETrue |
|
134 IsDecoded = ETrue |
|
135 FailTransaction = ETrue |
|
136 |
|
137 //////////////////////////////////////////////////////////////////////////////// |
|
138 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
139 /////// Encode/change the request ////////////////////////////////////////////// |
|
140 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
141 /////// and return True(failing the transaction) /////////////////////////////// |
|
142 //////////////////////////////////////////////////////////////////////////////// |
|
143 [HttpEbo_8] |
|
144 Uri = http://www.yahoo.com/ |
|
145 SessProxyUsage = ETrue |
|
146 SessProxy = 10.29.23.12:9003 |
|
147 TranProxyUsage = EFalse |
|
148 TranProxy = 222.222.222.222:2222 |
|
149 OutputFileName = C:\HttpEbo_8.txt |
|
150 SessHttpOptUsage = ETrue |
|
151 TranHttpOptUsage = EFalse |
|
152 IsEncoded = ETrue |
|
153 IsDecoded = EFalse |
|
154 FailTransaction = ETrue |
|
155 |
|
156 //////////////////////////////////////////////////////////////////////////////// |
|
157 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
158 /////// Encode/change the request ////////////////////////////////////////////// |
|
159 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
160 /////// and return True(failing the transaction) /////////////////////////////// |
|
161 //////////////////////////////////////////////////////////////////////////////// |
|
162 [HttpEbo_9] |
|
163 Uri = http://www.yahoo.com/ |
|
164 SessProxyUsage = ETrue |
|
165 SessProxy = 10.29.23.12:9003 |
|
166 TranProxyUsage = EFalse |
|
167 TranProxy = 222.222.222.222:2222 |
|
168 OutputFileName = C:\HttpEbo_9.txt |
|
169 SessHttpOptUsage = EFalse |
|
170 TranHttpOptUsage = ETrue |
|
171 IsEncoded = ETrue |
|
172 IsDecoded = EFalse |
|
173 FailTransaction = ETrue |
|
174 |
|
175 //////////////////////////////////////////////////////////////////////////////// |
|
176 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
177 /////// Encode/change the request ////////////////////////////////////////////// |
|
178 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
179 /////// and return True(failing the transaction) /////////////////////////////// |
|
180 //////////////////////////////////////////////////////////////////////////////// |
|
181 [HttpEbo_10] |
|
182 Uri = http://www.yahoo.com/ |
|
183 SessProxyUsage = ETrue |
|
184 SessProxy = 10.29.23.12:9003 |
|
185 TranProxyUsage = EFalse |
|
186 TranProxy = 222.222.222.222:2222 |
|
187 OutputFileName = C:\HttpEbo_10.txt |
|
188 SessHttpOptUsage = ETrue |
|
189 TranHttpOptUsage = ETrue |
|
190 IsEncoded = ETrue |
|
191 IsDecoded = EFalse |
|
192 FailTransaction = ETrue |
|
193 |
|
194 /////////////////////////////////////////// |
|
195 /// Negative test cases. Fail with panic/// |
|
196 /////////////////////////////////////////// |
|
197 |
|
198 //////////////////////////////////////////////////////////////////////////////// |
|
199 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
200 /////// Encode/change the request ////////////////////////////////////////////// |
|
201 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
202 /////// and return False(not failing the transaction) ////////////////////////// |
|
203 //////////////////////////////////////////////////////////////////////////////// |
|
204 [HttpEbo_11] |
|
205 Uri = http://www.yahoo.com/ |
|
206 SessProxyUsage = ETrue |
|
207 SessProxy = 10.29.23.12:9003 |
|
208 TranProxyUsage = EFalse |
|
209 TranProxy = 222.222.222.222:2222 |
|
210 OutputFileName = C:\HttpEbo_11.txt |
|
211 SessHttpOptUsage = ETrue |
|
212 TranHttpOptUsage = EFalse |
|
213 IsEncoded = ETrue |
|
214 IsDecoded = EFalse |
|
215 FailTransaction = EFalse |
|
216 |
|
217 //////////////////////////////////////////////////////////////////////////////// |
|
218 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
219 /////// Encode/change the request ////////////////////////////////////////////// |
|
220 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
221 /////// and return False(not failing the transaction) ////////////////////////// |
|
222 //////////////////////////////////////////////////////////////////////////////// |
|
223 [HttpEbo_12] |
|
224 Uri = http://www.yahoo.com/ |
|
225 SessProxyUsage = ETrue |
|
226 SessProxy = 10.29.23.12:9003 |
|
227 TranProxyUsage = EFalse |
|
228 TranProxy = 222.222.222.222:2222 |
|
229 OutputFileName = C:\HttpEbo_12.txt |
|
230 SessHttpOptUsage = EFalse |
|
231 TranHttpOptUsage = ETrue |
|
232 IsEncoded = ETrue |
|
233 IsDecoded = EFalse |
|
234 FailTransaction = EFalse |
|
235 |
|
236 //////////////////////////////////////////////////////////////////////////////// |
|
237 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
238 /////// Encode/change the request ////////////////////////////////////////////// |
|
239 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
240 /////// and return False(not failing the transaction) ////////////////////////// |
|
241 //////////////////////////////////////////////////////////////////////////////// |
|
242 [HttpEbo_13] |
|
243 Uri = http://www.yahoo.com/ |
|
244 SessProxyUsage = ETrue |
|
245 SessProxy = 10.29.23.12:9003 |
|
246 TranProxyUsage = EFalse |
|
247 TranProxy = 222.222.222.222:2222 |
|
248 OutputFileName = C:\HttpEbo_13.txt |
|
249 SessHttpOptUsage = ETrue |
|
250 TranHttpOptUsage = ETrue |
|
251 IsEncoded = ETrue |
|
252 IsDecoded = EFalse |
|
253 FailTransaction = EFalse |
|
254 |
|
255 //////////////////////////////////////////////////////////////////////////////// |
|
256 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
257 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
258 /////// Decode the response(same actual response only) ///////////////////////// |
|
259 /////// and return False(not failing the transaction) ////////////////////////// |
|
260 //////////////////////////////////////////////////////////////////////////////// |
|
261 [HttpEbo_14] |
|
262 Uri = http://www.yahoo.com/ |
|
263 SessProxyUsage = ETrue |
|
264 SessProxy = 10.29.23.12:9003 |
|
265 TranProxyUsage = EFalse |
|
266 TranProxy = 222.222.222.222:2222 |
|
267 OutputFileName = C:\HttpEbo_14.txt |
|
268 SessHttpOptUsage = ETrue |
|
269 TranHttpOptUsage = EFalse |
|
270 IsEncoded = EFalse |
|
271 IsDecoded = ETrue |
|
272 FailTransaction = EFalse |
|
273 |
|
274 //////////////////////////////////////////////////////////////////////////////// |
|
275 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
276 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
277 /////// Decode the response(same actual response only) ///////////////////////// |
|
278 /////// and return False(not failing the transaction) ////////////////////////// |
|
279 //////////////////////////////////////////////////////////////////////////////// |
|
280 [HttpEbo_15] |
|
281 Uri = http://www.yahoo.com/ |
|
282 SessProxyUsage = ETrue |
|
283 SessProxy = 10.29.23.12:9003 |
|
284 TranProxyUsage = EFalse |
|
285 TranProxy = 222.222.222.222:2222 |
|
286 OutputFileName = C:\HttpEbo_15.txt |
|
287 SessHttpOptUsage = EFalse |
|
288 TranHttpOptUsage = ETrue |
|
289 IsEncoded = EFalse |
|
290 IsDecoded = ETrue |
|
291 FailTransaction = EFalse |
|
292 |
|
293 //////////////////////////////////////////////////////////////////////////////// |
|
294 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
295 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
296 /////// Decode the response(same actual response only) ///////////////////////// |
|
297 /////// and return False(not failing the transaction) ////////////////////////// |
|
298 //////////////////////////////////////////////////////////////////////////////// |
|
299 [HttpEbo_16] |
|
300 Uri = http://www.yahoo.com/ |
|
301 SessProxyUsage = ETrue |
|
302 SessProxy = 10.29.23.12:9003 |
|
303 TranProxyUsage = EFalse |
|
304 TranProxy = 222.222.222.222:2222 |
|
305 OutputFileName = C:\HttpEbo_16.txt |
|
306 SessHttpOptUsage = ETrue |
|
307 TranHttpOptUsage = ETrue |
|
308 IsEncoded = EFalse |
|
309 IsDecoded = ETrue |
|
310 FailTransaction = EFalse |
|
311 |
|
312 //////////////////////////////////////////////////////////////////////////////// |
|
313 ///// Setting proxy to transaction ///////////////////////////////////////////// |
|
314 //////////////////////////////////////////////////////////////////////////////// |
|
315 |
|
316 //////////////////////////////////////////////////////////////////////////////// |
|
317 /////// Testing existing FW without enabling the ebo feature /////////////////// |
|
318 //////////////////////////////////////////////////////////////////////////////// |
|
319 [HttpEbo_17] |
|
320 Uri = http://www.yahoo.com/ |
|
321 SessProxyUsage = EFalse |
|
322 TranProxyUsage = ETrue |
|
323 TranProxy = 10.29.23.12:9003 |
|
324 OutputFileName = C:\HttpEbo_17.txt |
|
325 SessHttpOptUsage = EFalse |
|
326 TranHttpOptUsage = EFalse |
|
327 IsEncoded = |
|
328 IsDecoded = |
|
329 FailTransaction = |
|
330 |
|
331 //////////////////////////////////////////////////////////////////////////////// |
|
332 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
333 /////// Encode/change the request ////////////////////////////////////////////// |
|
334 /////// Decode the response(same actual response only) ///////////////////////// |
|
335 /////// and return False(not failing the transaction) ////////////////////////// |
|
336 //////////////////////////////////////////////////////////////////////////////// |
|
337 [HttpEbo_18] |
|
338 Uri = http://www.yahoo.com/ |
|
339 SessProxyUsage = EFalse |
|
340 TranProxyUsage = ETrue |
|
341 TranProxy = 10.29.23.12:9003 |
|
342 OutputFileName = C:\HttpEbo_18.txt |
|
343 SessHttpOptUsage = ETrue |
|
344 TranHttpOptUsage = EFalse |
|
345 IsEncoded = ETrue |
|
346 IsDecoded = ETrue |
|
347 FailTransaction = EFalse |
|
348 |
|
349 //////////////////////////////////////////////////////////////////////////////// |
|
350 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
351 /////// Encode/change the request ////////////////////////////////////////////// |
|
352 /////// Decode the response(same actual response only) ///////////////////////// |
|
353 /////// and return False(not failing the transaction) ////////////////////////// |
|
354 //////////////////////////////////////////////////////////////////////////////// |
|
355 [HttpEbo_19] |
|
356 Uri = http://www.yahoo.com/ |
|
357 SessProxyUsage = EFalse |
|
358 TranProxyUsage = ETrue |
|
359 TranProxy = 10.29.23.12:9003 |
|
360 OutputFileName = C:\HttpEbo_19.txt |
|
361 SessHttpOptUsage = EFalse |
|
362 TranHttpOptUsage = ETrue |
|
363 IsEncoded = ETrue |
|
364 IsDecoded = ETrue |
|
365 FailTransaction = EFalse |
|
366 |
|
367 //////////////////////////////////////////////////////////////////////////////// |
|
368 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
369 /////// Encode/change the request ////////////////////////////////////////////// |
|
370 /////// Decode the response(same actual response only) ///////////////////////// |
|
371 /////// and return False(not failing the transaction) ////////////////////////// |
|
372 //////////////////////////////////////////////////////////////////////////////// |
|
373 [HttpEbo_20] |
|
374 Uri = http://www.yahoo.com/ |
|
375 SessProxyUsage = EFalse |
|
376 TranProxyUsage = ETrue |
|
377 TranProxy = 10.29.23.12:9003 |
|
378 OutputFileName = C:\HttpEbo_20.txt |
|
379 SessHttpOptUsage = ETrue |
|
380 TranHttpOptUsage = ETrue |
|
381 IsEncoded = ETrue |
|
382 IsDecoded = ETrue |
|
383 FailTransaction = EFalse |
|
384 |
|
385 //////////////////////////////////////////////////////////////////////////////// |
|
386 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
387 /////// Encode/change the request ////////////////////////////////////////////// |
|
388 /////// Decode the response(same actual response only) ///////////////////////// |
|
389 /////// and return True(failing the transaction) /////////////////////////////// |
|
390 //////////////////////////////////////////////////////////////////////////////// |
|
391 [HttpEbo_21] |
|
392 Uri = http://www.yahoo.com/ |
|
393 SessProxyUsage = EFalse |
|
394 TranProxyUsage = ETrue |
|
395 TranProxy = 10.29.23.12:9003 |
|
396 OutputFileName = C:\HttpEbo_21.txt |
|
397 SessHttpOptUsage = ETrue |
|
398 TranHttpOptUsage = EFalse |
|
399 IsEncoded = ETrue |
|
400 IsDecoded = ETrue |
|
401 FailTransaction = ETrue |
|
402 |
|
403 //////////////////////////////////////////////////////////////////////////////// |
|
404 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
405 /////// Encode/change the request ////////////////////////////////////////////// |
|
406 /////// Decode the response(same actual response only) ///////////////////////// |
|
407 /////// and return True(failing the transaction) /////////////////////////////// |
|
408 //////////////////////////////////////////////////////////////////////////////// |
|
409 [HttpEbo_22] |
|
410 Uri = http://www.yahoo.com/ |
|
411 SessProxyUsage = EFalse |
|
412 TranProxyUsage = ETrue |
|
413 TranProxy = 10.29.23.12:9003 |
|
414 OutputFileName = C:\HttpEbo_22.txt |
|
415 SessHttpOptUsage = EFalse |
|
416 TranHttpOptUsage = ETrue |
|
417 IsEncoded = ETrue |
|
418 IsDecoded = ETrue |
|
419 FailTransaction = ETrue |
|
420 |
|
421 //////////////////////////////////////////////////////////////////////////////// |
|
422 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
423 /////// Encode/change the request ////////////////////////////////////////////// |
|
424 /////// Decode the response(same actual response only) ///////////////////////// |
|
425 /////// and return True(failing the transaction) /////////////////////////////// |
|
426 //////////////////////////////////////////////////////////////////////////////// |
|
427 [HttpEbo_23] |
|
428 Uri = http://www.yahoo.com/ |
|
429 SessProxyUsage = EFalse |
|
430 TranProxyUsage = ETrue |
|
431 TranProxy = 10.29.23.12:9003 |
|
432 OutputFileName = C:\HttpEbo_23.txt |
|
433 SessHttpOptUsage = ETrue |
|
434 TranHttpOptUsage = ETrue |
|
435 IsEncoded = ETrue |
|
436 IsDecoded = ETrue |
|
437 FailTransaction = ETrue |
|
438 |
|
439 //////////////////////////////////////////////////////////////////////////////// |
|
440 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
441 /////// Encode/change the request ////////////////////////////////////////////// |
|
442 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
443 /////// and return True(failing the transaction) /////////////////////////////// |
|
444 //////////////////////////////////////////////////////////////////////////////// |
|
445 [HttpEbo_24] |
|
446 Uri = http://www.yahoo.com/ |
|
447 SessProxyUsage = EFalse |
|
448 TranProxyUsage = ETrue |
|
449 TranProxy = 10.29.23.12:9003 |
|
450 OutputFileName = C:\HttpEbo_24.txt |
|
451 SessHttpOptUsage = ETrue |
|
452 TranHttpOptUsage = EFalse |
|
453 IsEncoded = ETrue |
|
454 IsDecoded = EFalse |
|
455 FailTransaction = ETrue |
|
456 |
|
457 //////////////////////////////////////////////////////////////////////////////// |
|
458 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
459 /////// Encode/change the request ////////////////////////////////////////////// |
|
460 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
461 /////// and return True(failing the transaction) /////////////////////////////// |
|
462 //////////////////////////////////////////////////////////////////////////////// |
|
463 [HttpEbo_25] |
|
464 Uri = http://www.yahoo.com/ |
|
465 SessProxyUsage = EFalse |
|
466 TranProxyUsage = ETrue |
|
467 TranProxy = 10.29.23.12:9003 |
|
468 OutputFileName = C:\HttpEbo_25.txt |
|
469 SessHttpOptUsage = EFalse |
|
470 TranHttpOptUsage = ETrue |
|
471 IsEncoded = ETrue |
|
472 IsDecoded = EFalse |
|
473 FailTransaction = ETrue |
|
474 |
|
475 //////////////////////////////////////////////////////////////////////////////// |
|
476 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
477 /////// Encode/change the request ////////////////////////////////////////////// |
|
478 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
479 /////// and return True(failing the transaction) /////////////////////////////// |
|
480 //////////////////////////////////////////////////////////////////////////////// |
|
481 [HttpEbo_26] |
|
482 Uri = http://www.yahoo.com/ |
|
483 SessProxyUsage = EFalse |
|
484 TranProxyUsage = ETrue |
|
485 TranProxy = 10.29.23.12:9003 |
|
486 OutputFileName = C:\HttpEbo_26.txt |
|
487 SessHttpOptUsage = ETrue |
|
488 TranHttpOptUsage = ETrue |
|
489 IsEncoded = ETrue |
|
490 IsDecoded = EFalse |
|
491 FailTransaction = ETrue |
|
492 |
|
493 /////////////////////////////////////////// |
|
494 /// Negative test cases. Fail with panic/// |
|
495 /////////////////////////////////////////// |
|
496 |
|
497 //////////////////////////////////////////////////////////////////////////////// |
|
498 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
499 /////// Encode/change the request ////////////////////////////////////////////// |
|
500 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
501 /////// and return False(not failing the transaction) ////////////////////////// |
|
502 //////////////////////////////////////////////////////////////////////////////// |
|
503 [HttpEbo_27] |
|
504 Uri = http://www.yahoo.com/ |
|
505 SessProxyUsage = EFalse |
|
506 TranProxyUsage = ETrue |
|
507 TranProxy = 10.29.23.12:9003 |
|
508 OutputFileName = C:\HttpEbo_27.txt |
|
509 SessHttpOptUsage = ETrue |
|
510 TranHttpOptUsage = EFalse |
|
511 IsEncoded = ETrue |
|
512 IsDecoded = EFalse |
|
513 FailTransaction = EFalse |
|
514 |
|
515 //////////////////////////////////////////////////////////////////////////////// |
|
516 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
517 /////// Encode/change the request ////////////////////////////////////////////// |
|
518 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
519 /////// and return False(not failing the transaction) ////////////////////////// |
|
520 //////////////////////////////////////////////////////////////////////////////// |
|
521 [HttpEbo_28] |
|
522 Uri = http://www.yahoo.com/ |
|
523 SessProxyUsage = EFalse |
|
524 TranProxyUsage = ETrue |
|
525 TranProxy = 10.29.23.12:9003 |
|
526 OutputFileName = C:\HttpEbo_28.txt |
|
527 SessHttpOptUsage = EFalse |
|
528 TranHttpOptUsage = ETrue |
|
529 IsEncoded = ETrue |
|
530 IsDecoded = EFalse |
|
531 FailTransaction = EFalse |
|
532 |
|
533 //////////////////////////////////////////////////////////////////////////////// |
|
534 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
535 /////// Encode/change the request ////////////////////////////////////////////// |
|
536 /////// Not decoding the response(returning NULL) ////////////////////////////// |
|
537 /////// and return False(not failing the transaction) ////////////////////////// |
|
538 //////////////////////////////////////////////////////////////////////////////// |
|
539 [HttpEbo_29] |
|
540 Uri = http://www.yahoo.com/ |
|
541 SessProxyUsage = EFalse |
|
542 TranProxyUsage = ETrue |
|
543 TranProxy = 10.29.23.12:9003 |
|
544 OutputFileName = C:\HttpEbo_29.txt |
|
545 SessHttpOptUsage = ETrue |
|
546 TranHttpOptUsage = ETrue |
|
547 IsEncoded = ETrue |
|
548 IsDecoded = EFalse |
|
549 FailTransaction = EFalse |
|
550 |
|
551 //////////////////////////////////////////////////////////////////////////////// |
|
552 /////// Enabling the ebo feature using session ///////////////////////////////// |
|
553 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
554 /////// Decode the response(same actual response only) ///////////////////////// |
|
555 /////// and return False(not failing the transaction) ////////////////////////// |
|
556 //////////////////////////////////////////////////////////////////////////////// |
|
557 [HttpEbo_30] |
|
558 Uri = http://www.yahoo.com/ |
|
559 SessProxyUsage = EFalse |
|
560 TranProxyUsage = ETrue |
|
561 TranProxy = 10.29.23.12:9003 |
|
562 OutputFileName = C:\HttpEbo_30.txt |
|
563 SessHttpOptUsage = ETrue |
|
564 TranHttpOptUsage = EFalse |
|
565 IsEncoded = EFalse |
|
566 IsDecoded = ETrue |
|
567 FailTransaction = EFalse |
|
568 |
|
569 //////////////////////////////////////////////////////////////////////////////// |
|
570 /////// Enabling the ebo feature using transaction ///////////////////////////// |
|
571 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
572 /////// Decode the response(same actual response only) ///////////////////////// |
|
573 /////// and return False(not failing the transaction) ////////////////////////// |
|
574 //////////////////////////////////////////////////////////////////////////////// |
|
575 [HttpEbo_31] |
|
576 Uri = http://www.yahoo.com/ |
|
577 SessProxyUsage = EFalse |
|
578 TranProxyUsage = ETrue |
|
579 TranProxy = 10.29.23.12:9003 |
|
580 OutputFileName = C:\HttpEbo_31.txt |
|
581 SessHttpOptUsage = EFalse |
|
582 TranHttpOptUsage = ETrue |
|
583 IsEncoded = EFalse |
|
584 IsDecoded = ETrue |
|
585 FailTransaction = EFalse |
|
586 |
|
587 //////////////////////////////////////////////////////////////////////////////// |
|
588 /////// Enabling the ebo feature using session & transaction /////////////////// |
|
589 /////// Not encoding the request (returning NULL) ////////////////////////////// |
|
590 /////// Decode the response(same actual response only) ///////////////////////// |
|
591 /////// and return False(not failing the transaction) ////////////////////////// |
|
592 //////////////////////////////////////////////////////////////////////////////// |
|
593 [HttpEbo_32] |
|
594 Uri = http://www.yahoo.com/ |
|
595 SessProxyUsage = EFalse |
|
596 TranProxyUsage = ETrue |
|
597 TranProxy = 10.29.23.12:9003 |
|
598 OutputFileName = C:\HttpEbo_32.txt |
|
599 SessHttpOptUsage = ETrue |
|
600 TranHttpOptUsage = ETrue |
|
601 IsEncoded = EFalse |
|
602 IsDecoded = ETrue |
|
603 FailTransaction = EFalse |
|
604 |
|
605 //////////////////////////////////////////////////////////////////////////////// |
|
606 ///////// Disable Pipelining ///////////// |
|
607 ///////// Disable Session optimiser and transaction optimiser for 3rd transaction ////////// |
|
608 ///////// Enable transaction optimiser for 1st, 2nd & 4th transaction //////// |
|
609 //////////////////////////////////////////////////////////////////////////////// |
|
610 [HttpEbo_33] |
|
611 DisableTransOpt= EFalse |
|
612 |
|
613 //////////////////////////////////////////////////////////////////////////////// |
|
614 ///////// Disable Pipelining and set the session optimiser ///////////// |
|
615 ///////// Disable the transaction optimiser for 3rd transaction ////////// |
|
616 ///////// Enable transaction optimiser for 1st, 2nd & 4th transaction //////// |
|
617 //////////////////////////////////////////////////////////////////////////////// |
|
618 [HttpEbo_34] |
|
619 DisableTransOpt= ETrue |
|
620 |
|
621 //////////////////////////////////////////////////////////////////////////////// |
|
622 ///////// ////////////////////////////////////////////////////////////////// |
|
623 ///////// ////////////////////////////////////////////////////////////////// |
|
624 /////// Enabling HTTP Buffer feature using session /////////////////////////////////// |
|
625 //////////////////////////////////////////////////////////////////////////////// |
|
626 [Http_Buffer_Size_1] |
|
627 Uri = http://10.29.23.12/manual/images/index.gif |
|
628 |
|
629 //////////////////////////////////////////////////////////////////////////////// |
|
630 ///////// Testing RHTTPExplicitSession with IAP 0 ////////////////////////////// |
|
631 //////////////////////////////////////////////////////////////////////////////// |
|
632 [Explicit_Session_Test_1] |
|
633 Uri = http://www.google.co.in |
|
634 IAP = 0 |
|
635 |
|
636 //////////////////////////////////////////////////////////////////////////////// |
|
637 ///////// Testing RHTTPExplicitSession with IAP 1 ////////////////////////////// |
|
638 //////////////////////////////////////////////////////////////////////////////// |
|
639 [Explicit_Session_Test_2] |
|
640 Uri = http://www.google.co.in |
|
641 IAP = 1 |
|
642 |
|
643 //////////////////////////////////////////////////////////////////////////////// |
|
644 ///////// Testing Filter Suspended test ////////////////////////////// |
|
645 //////////////////////////////////////////////////////////////////////////////// |
|
646 [Filter_Suspend_Test_1] |
|
647 Uri = http://www.google.co.in |
|
648 FailTransaction = EFalse |
|
649 |
|
650 //////////////////////////////////////////////////////////////////////////////// |
|
651 ///////// Testing Invalid Event test ////////////////////////////// |
|
652 //////////////////////////////////////////////////////////////////////////////// |
|
653 [Filter_Suspend_Test_2] |
|
654 Uri = http://www.google.co.in |
|
655 FailTransaction = ETrue |