Repository pattern is usefult for decoupling entity operations form presentation, which allows easy mocking and unit testing.
“The Repository will ...
Search results for repository
Explain what the difference between Shared Repository and Per_Action Repository
Posted by Interview Answers
In Shared reporsitory, one object is used in more than one actions and in per action reporsitory, everytime in every action, objects are stored differ ...
In Qtp there are 2 object repositories, they are1.Shared Object Repository2.Per Action Mode,by default it's per action mode.we will use shared OR for ...
with QTP 8.2 ,there available QTP Plus,setup.It provides Repositories Merge Utility.The Object Repository Merge Utility enables user to merge Object r ...
What is the file extension of the code file & object repository file in QTP?
Posted by Interview Answers
.TSR
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
what if storage limit of shared object repository exceeds its limit(2 MB).how this kind of situation
Posted by Interview Answers
One can use advanced object repository Editor from Sirus SQA
[Source: JAGAN MOHAN "Interview questions bible"]
[Source: JAGAN MOHAN "Interview questions bible"]
what is the descrirptive progrmaing?.what is the use of descriptive programing?
Posted by Interview Answers
Descriptive programming is used to identify the objects that are not/cannot be stored in the object repository. Descriptive programming can be implem ...
GUI in Qtp?do you mean to say Object repository?without OR,tester need to write descriptive tests,where you would directly assign property values and ...