Explain the concept of object repository & how QTP
recognises objects?
Answer Posted / 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 |
Post New Answer View All Answers
Explain data driven framework?
How to get Traceability matrix from TD?
I AM TRYING PORT CODE FROM WINRUNNER TO QTP AND DON'T KNOW TO HOW TO CHECK THE ERRORS. IN WINRUNNER FUNCTION RETURNS EIGHER 0 OR -1 AGAINST WHICH RESULT CAN BE MADE PASS OR FAIL BUT IN QTP I DON'T SEE FUNCTIONS RETURNING ANY VALUE. APPRECIATE IF ANYONE COULD HELP ME CONVERTING FOLLWOING WINRUNNER CODE TO QTP. set_window("Customer Service"); rc = web_obj_get_text("Summary","#2","#4",ssn,""," ",1); if (rc != E_OK) { report_msg("[GetSubscriberSummary] Could Not get subscriber SSN; rc = "&rc); myRC = rc; } else { ssn = StripBlank(ssn); if (DEBUG) report_msg ("[GetSubscriberSummary] SSN: "&ssn); }
How to suppress warnings from the test results page?
What is object spy in quicktest professional (qtp)?
What is the difference between a Function and Action in QTP?
What are the flaws in water fall model and how to overcome it?
How to save your test using quicktest professional?
What is qtpro? What is quick test pro? What is a quick test professional?
If the weblist is identified as webelement,and by clicking on webelement if the values are displayed,and if the values the values also identified as webelement.then how to fetch the values through script?
.have you ever written compiled module? if yes , tell me about some of the function that you wrote.
Explain the checkpoint in qtp?
How do I get the QTP scripts result in xml format by using vb script function?
What is the keyword view and expert view in qtp?
When and why to use descriptive programming?