Answer Posted / ashok
Uday,Murugesh
i think your answers are in winrunner not QTP. I agree with
sarath.not only sarath method,some more ways are there.
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
What is output value? How many types of output values are there in qtp?
If created one virtual object? Next time I changed the window position will it work?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
How can I import environment from a file on disk?
What is an object repository?
how can we test the Triggers, Cursors, Indexes while doing Database testing in DTP??
What are the disadvantages of recording test cases in qtp?
How you know that a test case is a regression test case
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 technologies supported by qtp?
what are the challenges you have faced while testing web based application using the automation tools ?
What are the different types of recovery operation?
What is quick test pro?
How to do call a output parameter from one action to another action??/
give me an example where u used good judgement and logic in solving a problem