An object is non standard object, i mapped it to standard
object, eventhogh on mapping to standard object i cannot use
the methods available on the standard object with the mapped
object. How i can use those standard object methods with
these mapped object. (((Note : dont tell that we can use
virtual object as virtual object is to map nonstandard obj
to standard obj)))
what is the recovery scenario?
UFT 12.02 which ALM version will support
What is output value?
What is Modular framework and Keyword drive framework? Explain
I have a Webedit object. some text is entered in that object I want to know the font sixe of that text.How could I do this using QTP? This is a requirement for me. I am happy if any one help on this
What is runtime objects and test objects? What is the difference between them?
How to start recording using quicktest professional?
How to Test the mainframe application?(tell me few basic things)
How many types of recording modes in the qtp?
Explain types of exception handling and script for that?
How to identify the objects using descriptive programming when the object property values are same, i mean in a page 10 objects are there i want to click the 6th object but all the object property values are same? using descriptive programming
How to perform action on objects, If two objects have the almost the same name ? example : Object 1 : "Entry of Items" Object 2 : "Items" Whenever I ask QTP to perform an action on Object 2 it performs action on Object 1. Note: The two objects are present in an Oracle Application tree.