What is object repository?
Answers were Sorted based on User's Feedback
Answer / raju
Object Repository is a storage place for the object
properties while recording the application and QTP
recognizes objects at runtime with these properties stored
in Object Repository.
I am also new to QTP.Correct me if i am wrong.
| Is This Answer Correct ? | 3 Yes | 0 No |
Answer / geena
Like to add to Raju's ans
At run time QTP read line by line each object and if real
time object properties matched the test passes, otherwise
the test fail.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is the registration process and examination fees?
without Qtp features can we automated?
how to reverse a string with out using string or predefined function,ex:string is " i love india". the output should be like this "i evol aidni"
How to Synchronize the Browser at Field level? For example if you put Browser.sync(), it will wait upto for that Browser sync only. But It should wait upto total Browser get uploaded with all fields. Note : We don't know Which fields will come in that Browser. Means without knowing field names.
What is the Diff between Image check-point and Bit map Check point?
How to get Links count in an web application,without descriptive programming?
What are the benefits of qtp?
Please explain me in detail! How to handle runtime errors in QTP useing recovery senario or with out scenario
You have a WebTable in Web application. When you Record a Scenario using QTP, WebTable didn't recognized and also Repository is not having Webtable information. In this case How to find RowCount and Coloumn Count?
How can we do Data driven testing Using For loop in QTP?
How we can differentiate between stand alone application and web application in QTP?
What are the main features we have to compulsory test by using qtp in an web based application