When we use Object Spy?
can we write QTP script before built is came in testing?
Answer Posted / rajendra
Using the Object Spy pointing hand mechanism, you can view
the supported properties and methods of any object in an
open application. As you move the pointing hand over the
objects in the application, their details are displayed in
the Object Spy. These details may include the test object's
hierarchy tree, its properties and values, and the methods
associated with the object. For methods, the syntax is also
displayed. In most environments, you can choose to view the
test object properties and methods or the run-time (native)
properties and methods.
Without Application in Hand , we can also write scripts
Subjected to All the properties of the objects must known
to you
Thanks,
Rajendra
Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
In application which areas to be automated and what kind of situation will be take? using QTP? Plz give me the clear answer
Explain the concept of object repository and how qtp recognises objects?
what function you write to do database testing with the help of qtp?
What is QTP scenario.
what type of values given to objects. EX::Set oBrowser=Description.Create oBrowser(“micclass”).Value=”Browser”
What are main panes available in qtp test browser?
Explain how Does Run time data (Parameterization) is handled in QTP?
Why we load add-ins in qtp?
Whats the realtime QTP testing process
How to change the priorities of the recovery scenario properties?
what are the frame work models of qtp?which frame work you follow in your company?and explain it process?
How you know that a test case is a regression test case
How can I use Call dlls in QTP ?
How do you capture tooltip using QTP?
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?