how we do database testing with qtp using descriptive
programming?
Answer Posted / anupam gupta
testing my account
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What does mean by Scope of Automation?n How we defined it?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
How to capture a window in QTP?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
How to break the object spy ?
Where you are storing your script?
when will you do debug your script? and explain that process?
By using QTP can we record any log files written by the application which is in execution?
I want to read XML file loaded in Quality center and compare the values with the values displayed in Application (web table).How can I do that
What are the different types of recovery operation?
Explain the terms test and business component?
Does any one worked on JIL Emulator , Testing with QTP(automation). Trail Version of QTP is not identifying the child objects of JIL emulator, Can any one help me out ,
Hi Friends, Would be great if you can provide the Model Question paper, Web site link or any reference s. Thanks & Regards, Byzoor,
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
How do you configure QTP AND Test director?