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 / praveen
You can use For loop like..
for i=2 to 4
datatable.setcurrentrow(i)
Browser("").page("").webedit("").set datatable("column
name", dtGlobalsheet)
next
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / ravikanth
If we want to run the script of rows 2,3,4, we need to
select the option "Run from row __ to __" in File->Settings-
>Run tab.
| Is This Answer Correct ? | 1 Yes | 0 No |
How to retrieve the data from database?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
write a qtp script to see time in windows command prompt? its urgent....
what is difference normal,analog,low level recording in qtp? what is lowlevel recording?
What the differences are and best practical application of Object Repository?
How is test case write?
Difference between test object and run time object?
Hi, actually I completed Btech(CS). But i Will go to admin (Facility) interview. So, If Interviewer asking like " Why You choose this field". What we say? pLZ PLZ PLZ PLZ >............................................Send me.....
1. What is the difference between Keyword and function in the keyword driven framework? 2. How do you associate Keywords to the script ?
Wht are the BY default Add-ins in QTP 9.2 version and what all are differences between 8.2 and 9.2
What is a Run-Time Data Table? Where can I find and view this table?
hw to create a frame work in qtp..what are the basic steps