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 |
How to "Turn Off" QTP results after running a Script?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!
VB - Script Training in MUMBAI.
i have qtp 9.5 ver software.but i don't know the license key. if anyone have license key please send it to my personal mail id(munir.reddy@yahoo.com
Explain about the Test Fusion Report of QTP ?
What is the use of Accessibility check point?
pls tell me different type of automation frame works in QTP and which one need to select in client server application
how to use command prompt using qtp?
Hi experts. I want to create a framework for the Flight Reservation sample application.Can anybody tell me the files and the contents , and how to create them.Thanks
why use Description programming? what is advantages and disadvantage of this methods?
What is driver script and driver script in qtp frame work????
How to call a function in QTP?