We have 10 rows of records in data table, but we have to run
4th, 5th and 6th rows only. How can we handle this scenario
in QTP?
Answer Posted / litan
Both the answers were correct!
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
banking project description for software tester
How many add-ins comes by default with quicktest professional (qtp)?
What is the syntax to call one script from another?
How do Parameterization and Data-Driving relate to each other in QTP?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
What are the advantages of parameterization ?
how to know no.of mails in our g mail by using vb-script
If we put all properties in mandatory and assistive list of Normal Identification, Do we still need Smart?
Does QTP run in any environment?
How do you capture tooltip using QTP?
I need to obtain the parent of an object programatically, so if I have: winButton("aButton") I need to obtain the parent part: window("Window1").Dialog("Dialog1") so I can programatically create a string of the full name of the object to call it with an execute statement in QTP I would like to use something like: part[1] = "window(""Window1"")" part[2] = "dialog(""Dialog1"")" so I can do: exeLine = part[1]&"."&part[2]&"."&"winButton(""aButton"")" Execute exeLine Apart from keeping a record of the window/dialog hierarchy is there a parent or path function/ command Thanks Adrian
QTP script is not working on other's machine..
What are the recording modes in qtp?
How to record a qtp script ?
Explain the types of properties that quick test learns while recording?