i need the licence key for QTP V9.5 can anyone help me on
getting this?
Answer Posted / marsbrightidea
Please send me the licence key for qtp 9.5 to
marsbrightidea@yahoo.com
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
i need code for how to click on particular mail in utlook mail box .its urjent Thank You Balaji
If you have two monitors one is of 19inch and the 2nd one is of 24inch,if you want to write same QTP script in both the two monitors is there any changes required in the script?
When should I use smart identification?
Where to use Property Let, Property Get, Property Set in UFT
What is the difference between qtp and selenium?
Whar are the challenges do we face while testing web based applications using the automation tool QTP or any??
While spliting an action in QTP 10.0 getting an error : "This Line is a part of Script Block.You cannot split the action on this line." how to re-solve this and split the script into actions?
What is the default object synchronization timeout in qtp?
How to Get the Run-time value of an object under that web app under Test to the local data table sheet of that Action?
What are private functions in QTP? How they can be called from the function library?
Where we can use the synchronization?
With what extension you can save the list of tests in a file to run in test batch runner?
What is the basic concept of quicktest professional (qtp)?
How to connect the remote desktop using QTP 9.2 explain the method or procedure?
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