what is the advatages of merging of object repositories in
Qtp9.0

Answer Posted / arjun

when we use repository. we merge 2 different because to avoid the same object.
by merging we can
1) save the space in QTP.
2) improve the performance of QTP.

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is text check point and text area check point?

610


How to open a new test using quicktest professional?

574


unique properties of button,edit box, radio button,check box?

3831


How to do call a output parameter from one action to another action??/

1875


How to get Traceability matrix from TD?

680






wht type of User defined functions or Java Releated functions Do we write in VB scripting

1381


How can i use virtual objects? If have i created one new virtual object in a virtual object manager by following instructions.

1451


Explain the concept of how quicktest professional (qtp) identifies object?

578


What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?

643


What are the different recording modes?

564


How to export quicktest professional (qtp) results to an .xls file?

604


How to find array size in qtp?

585


Can an action have 2 shared object repositories associated with them? In that case, if two of them contain the same object, which one will be considered?

591


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); }

1721


Hi All, I need code for how to execute qtp scripts from excell sheet

1467