When I parameterize a script then for each iteration script
is executed from begining to end.
If I want to execute some middle steps multiple times using
Parameterization (avoiding begining and end steps), what is
the solution of this
(e.g. total steps are 1 2 3 4 5
and i want 2 3 4 only(not 1 nd 5)
Answers were Sorted based on User's Feedback
Answer / abc
You can add one more column in Datatable and what ever the
row's you need to execute you can give different value
(suppose you need to execute 2 3 4 rows enter 1 for these 3
remaining make it 0 and write condition)
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / arjun
if you need execute middle steps only then use loop condition.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / pravati
if u use qtp tool then comment the two steps what u dont want to execute...then run the script
| Is This Answer Correct ? | 0 Yes | 0 No |
What is test object model in QTP ?
Does quicktest professional (qtp) is unicode compatible?
if my application shows 100 records and in my database having 200 records how i can validate using QTP tool?plz exp. in detail?
How to add check point?
what is the qtp objects?
what is the defference between QTP 8.2 and 9.0and 9.2? plz tell me
in which case & which method we can use "native" property of an object ?
How do u override the meaning of a standard object in QTP?
How to remove associated function library?
Hi all, can anyone tell me the challenges u faced while using qtp?
explain qtp framework by taking an example?
what is object and child object.. explain ..if possible give some example for better understanding ..