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 your doing reporting in your script?
How can we disable popup blocker?
In qtp,how to interact tool & application build?
what are the different Frame Works in Quick Test Proffessional testing
what we do after completion of functional and regression testing
How to Test the mainframe application?
CAN I CALL A FUNCTION IN ACTION.IF YES PLEASE HELP ME
In VSS, HoW the documents send to local folder? copy paste or any other? plz explain about VSS TOOL kit?
What are Test case selection criteria for Automation?
What are advantages of test automation?
how to test use the quality control .how to verify the image verification
Describe the process for writing text check point for a web application?