I am a beginner plz tell me,how do we write scripts in QTP?
In my opinion we can write scipts in expert view or there
is another option where we can write scripts. plz tell me.
Answer Posted / g.v.prasada rao
Yes, Aparna and Sushma ,u both r write and thanks for reply
and one more option is there in qtp that is Function
Generater(F7).
Bye....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
QTP 10.0 is not identifying web objects for IE 8.it is identifying like winObject.I installed HP patch QTPWEB_00037.Still getting issue
Explain types of descriptive programming?
How can you exit from an action?
How to integrate the qualitycenter with qtp
what difference between runtime object and text object and what property they have. whether they have same properties or different properties.
Explain the concept of how quicktest professional identifies object?
How the exception handling can be done using quicktest professional?
How to make qtp understand the difference amongst the same type of objects .suppose there are 5 check boxes in a page and I have to choose the 2nd one, how to do that through script?
Discuss quicktest professional (qtp) environment?
Is it possible to switch between recording modes during a test creation?
What is the Difference between test object and run time object?
How many types of recording modes in qtp? Which will be used when?
What is the pros and cons between QTP and Rational Robot
What is the difference between per-action and shared?
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