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
What are the differences between quicktest professional (qtp) and winrunner?
what are all the fileds present in object repository?
How can you give wait up to 10 seconds in qtp?
How many types of recording modes in the qtp?
What is the difference in testing a client-server application and a web application?
Hi friends did any budy attend accenture system test for qtp? if any budy pls drop questions.not only accenture any other mnc company which you attended system test(QTP)?it may helpful to others also
How does you test a weblink which is changing dynamically?
I am in .Net development for past 3.5 years and want to enter in to automated testing and learn QTP. For this I need some good tutorial for beginners. I will be really greatful if any one has and they can send it to me on this address- ruchidureja@gmail.com
what are the limitations of smart identification in qtp 9.0
What does it mean when a check point is in red color? What do you do?
Explain the keyword driven framework for the window based application complete creation of library files,env file,test data,recovery file,excel file ,repository etc and as a test engineer how is ur approach
How does you pass optional arguments in qtp?
can anyone tell me what to say in interview when interviewer asks about "tell me about your framework in your project"?
what could go wrong with test automation?
What ate the Technologies supported by QTP?