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)
Answer Posted / 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 |
Post New Answer View All Answers
hi guys, pls tell me for testing institution training hub, hitech city is best or not?
How you can write contexts to text file in qtp?
explain structured testing? plz guys with exp. do answer
Where we use data driver in qtp?
What is the use of ordinal identifier in qtp?
What is the significance of “action 0” in qtp?
what is the diff between manual test plan document and automation test plan doc.can u explain indetail.
can any one please tell me which is the best institute in Bangalore to learn QA (crash course)? Thanks
What are the views available in qtp?
How qtp identifies objects?
How to check feasibility of the appliction?in automation testing?
Can you list some technologies that support qtp?
Hybrid framework supports Descriptive programming. Is it true?
When we r doing data driven test with chkpts, i want to insert formulae in data sheet but i didn't get. How we wil do that plz. explain in detail.
Explain how to use QTP to check broken links on a page?