Differentiate the two Object Repository Types of QTP.
Answer Posted / priya
2 types of OR
1. Shared OR
2. Local/Per Action OR.
Local OR stores all the objects associated with the specific
action, so that particular action only can access the stored
objects.
Shared OR stores tests objects that multiple actions or
Tests that have common objects can access in Read only mode.
It helps to minimize the space and easy to maintain because
objects stored in the central place.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Why script error occur in between recording in qtp?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
how do we know whether all objects are stored in the object repository or not? how can we know if a particular object is not stored in the repository?
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is expert view in qtp?
hi can any body give me a script for creating a modularity or keyword driven framework..i am working as a qtp tester for 2 months but still i am not exposed to framework in my company
how many maximum number of virtual users we can create?
What is the difference between Keyword Driven test and Data Driven test?
How to save your test using quicktest professional (qtp)?
How to capture dynamic values in load runner and how Each of the captured values are to be written to a text file (c:\temp\LoadRunner1.txt)
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s. What is the difference between them? How to handle script issues?
Excel sheet having some datas and some datas present in the application (in table). How will you compare these two datas? Write code to fetch datas from Excel sheet.
I want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.
What is quicktest professional window?
What is method name to compare two XML files.