Have you done batch testing in qtp? If yes how you are doing?
No Answer is Posted For this Question
Be the First to Post Answer
What is keyword driven testing..what is the use of this in Automated testing
what is life cycle of automation testing ?
when to start the automation?
Consider a scenario where there are two action sheets say action 1 and action 2. Can Action 1 take values from action 2 data sheet or vice versa. If so, how?
Suppose i have given 10 test cases all the test cases should be automated?
Define Environment Variable in UFT and its uses?
How to convert QTP's ObjectRepository.mdb file to xml file
How to add verification steps to tests?
In the QTP the snap shots obtained during the recording time will appear in the active screen, if we have to use the snapshots from where we have to access. in which memory location of QTP they will be stored?
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 IS THE USE OF "FUNCTION GENERATOR" IN QTP?
How to handle Recovery scenario in QTP. give detailed explanation about recovery scenario.