When we use Object Spy?
can we write QTP script before built is came in testing?
Answer Posted / raj
When we use record and play back method in QTP, QTP
automatically identifies the objects and store them in
object repository. In some cases where QTP fails to
identify like alert windows, alert messages we use object
spy to capture the object manually.
In other cases like key word driven framework, while
creating the test scripts we use object spy and based on
the type and class of the objects, we can use the
respective keywords.
We can write QTP scripts before the build is released based
on the wireframes/mockups provided. If the
wireframes/mockups are not available, discuss with the
developers and know the nature of the objects. Based on
that we can create scripts. Ultimately the aim must be
independant or min. use of record and playback.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is data driver in qtp? Where we use it?
What is difference between shared and local object repository?
images are dynamically changes how to compare two images with out using the bitmap
What are the views available in qtp?
How do you synchronization point through DP?
Hi, can explain the draw back of manual testing.plz send me the answer to my mail id deepthip1985@gmail.com
Explain the N-tire structure(process) for Funds Transfer ( means give N ways to funds Transfer in an Application)
what is the mail use of frame work(with detail). architecture for keyword driven frame work
what is the difference between rational rose and QTP? WHICH TOOL IS BETTER TO LEARN? PLEASE SEND ME AT sana_50218@yahoo.com sandeep@epuratech.com
Did the scripts need lot of maintenance? If yes, why?
How do you do batch testing in wr and is it possible to do in qtp, if so explain?
How does qtp recognize objects in aut?
How to remove the associated function library?
After fixing the bug, the same bug is raising again and again in new builds what we have to do? That bug is high level bug.
Hi All, How to Compare two strings character by character in QTP