how do you configure QTP AND Test director?
Post New Answer View All Answers
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
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
What are the different kinds of test steps?
What is difference in global and action sheet in qtp?
What are the disadvantages of recording test cases in qtp?
Discuss quicktest professional environment?
Can launch two instances of qtp on the same machine?
How many types of Automation frameworks are there in UFT? Describe them.
what is the advantages and disadvantages of using functions instead of re usable actions
Difference between action & Reusable action?
Plz Explain AUTOMATION REFERENCE MODEL?
How to modify the text checkpoint?
after initiating one project for testing, when exacltly QTP tester role starts?
What is the differences between image check point and bit map check point?
How can we use the "CreateObject("Shell.Application")" in QTP and what is the definition and purpose of it?