What is the limitation to XML Checkpoints?
Can any one explain about environment variables with examples?
How will you test a stapler?
Problem with XML checkpoint in QTP ?
What is the synchronization point in qtp?
Explain measuring transaction.
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 to write xml output check point bu useing descriptive programing .means without useing output check point
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
Why do we go for Qtp? What are the advantages of qtp? Diff between winrunner and Qtp?
write a script to verify links on any web page by using descriptive method by creating a description object (give a filter condition only link) ... need to verify expected like name by reading
What is the differnce between action & script
To which environments does a QTP support?