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 does Parameterization and Data-Driving relate to each other in QTP?
please tellme ordernal identifiers in QTP?
How u execute test cases in manual testing?
Your roles and responsibilities and daily tasks? (As automation tester)
Basically why we need testing?
What is data driver in qtp?
does test plan is in test strategy or test strategy is in test plan.
What is the standard timing delay for web based application in qtp?
What ate the Technologies supported by QTP?
What are parameterizing tests?
after initiating one project for testing, when exacltly QTP tester role starts?
How can we see the analog recording steps in QTP..the Steps are stored in a track file with an extension .dat..how can we open the file..