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 difference between runtime object and text object and what property they have. whether they have same properties or different properties.
i am trying to automate yatra.com,in that site, when i go to automate the Leaving from field showing as a WEBEDIT, but when i enter 1 or 2 char, it displaying dropdownlist, i try to use keyboard automation to select the item from that list but it is not possible, can anybody help he. Thans for posting the Answer
Explain the new feature of UFT regarding the export of test results?
What are the different ways to invoke an application using QTP?
Which functionalities of QTP used in banking project?
In keyward driven framework what will be the step for yahoo login page ,inbox logout,plz explain in detail
An action has both shared and local OR associated with it and both have the same object in them. In the test which one will be considered?
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How to modify the text checkpoint?
Hi, Can we open a test in qtp10 which is saved in qtp 9.2?
How can you give wait up to 10 seconds in qtp?
Hi any body pls help me for QTP 11.0 software free demo version. i have to practice. Kindly send the link.or where i have to download.
What are the different types of functions available in qtp and explain ?
WAT IS DATA BASE AND XML CHECK POINT ?HOW TO IMPLEMENT IT ... GIVE PROPER EXAMPLE FOR IT
Thanks....But can u tell me how i use the QTP for GIS with one Example...