Explain the concept of object repository & how QTP
recognises objects?
Answer / sreeprasad
Object Repository: displays a tree of all objects in the
current component or in the current action or entire test(
depending on the object repository mode you selected).
we can view or modify the test object description of any
test object in the repository or to add new objects to the
repository.
Quicktest learns the default property values and determines
in which test object class it fits.If it is not enough it
adds assistive properties, one by one to the description
until it has compiled the unique description.If no
assistive properties are available, then it adds a special
Ordianl identifier such as objects location onthe page or
in the source code.
| Is This Answer Correct ? | 3 Yes | 0 No |
Name the properties you would use for identifying a browser and page when using descriptive programming?
Synchronization methods?
Hi frnds, does anybody know if there is anything called "thin point" or something in qtp? thanks in advance.
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Hi, this is venkatesh. Q: I have 10 files in a folder(say D:\). Out of which there are some .txt, .xls, .doc. I want to know how to get the count of each file using qtp? If U have any ans, plz write script for that...
what will be the stmt if record any edit box in the Web application ?
What do you do if QTP doesn't recognize object ,what action should be taken
What is Virtual Object? Plz Explain me with an example?
How can you merge two Object Repositories?
What is different command used in command Prompt while using QTP?
Which object repository we use in real time and can we merge 2 object repostiory and how?
How can I replace all the text from the QTP script with some other text. Is there any replace all function in QTP Any one can help me