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 |
what is objectidentification?
How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?
how to make connection to a remote mysql database in qtp any one can please provid eme deatail steps.
how u test a frame in a web page using QTP?
what is life cycle of automation testing ?
in a web table , i want you to click a particular object inside cell
WHAT ARE THE SHORTCUT KEYS IN QTP?
What is active screen?
How to capture data from images in QTP and produce them in Excel sheet ? please ans...
How to write script to display a message box having the "Date" value of the fourth mail(yahoo account). I've tried it with the web table concept but the content doesn't get displayed? Please help me out to resolve this :-)
what is the difference between DP and keyword driven framework?
In a web application , there is a table of rows and coloums , i want to pickup the 1st row and 3rd coloums name (not data)how can any one explain