Hi What are re-usable actions in QTP?
-Thank You
Answer Posted / srini
what sredhar is said is correct
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Dis advantages of XML checkpoint ?
How can you send user defined messages to test report?
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
we use a file extension .properties why is it used and where do we use it plz help me out with detailed explanation and navigation of how to use on the QTP 8.2?
How QTP support all types of applications (platforms)?
Explain the concept of object repository & how qtp recognizes objects?
Explain Descriptive Programming Types with Examples?
Explain different types of action in qtp?
Tell me one scenario, the complex functionality you have automated in your project?
Explain how qtp identifies object?
Explain process of smart Identification in QTP?
1--How many functions u develop 2--What is an array 3-- where is ur server 4--U involved in unit testing 5--how ur test the background colour using QTP
I would like to directly import XL file and work on that XL file directly in QTp script in that XL sheet need to allocate workbench,XL sheet and generate two bar graphs automatically how to do that? plz let me know any answers?
What is the default add-ins in qtp?
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”