In Object Repository, two actions r there. Action1 name is
A.tsr, Action2 name is B.tsr. Is it Possible? if Yes, what
is the out put of A+B? if No, why?
Answer Posted / his higness mv @ tcs
Is it possible: yes
Output = Merge objects of both the object repositories.
i.e. C = A+B then C will contain objects from both the
Object Repositories (OR). In case same object or conflicts
in OR...using merge tool in Or u can choose which obect
should go to OR C.
A nd B both are .tsr i.e. shared repo. and QTP 9.2 onwards
have merge option...it's easy...
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
can any boby tell me what is method or steps to connect the remote desk top by using QTP 9.2 version?
What is data driver in qtp? Where we use it?
Subj: realtime example of Database check point, Can any one please detail on how the Database check point is utilized/implemented in a real time project. I already know how to make one by creating DSN/ODBC and writing the required query manually and other steps...I wanted the actual concept of implementation...couple of live examples will be highly appreciated. Thank you in advance
Can anybody post some real time scenario in qtp? please its very urgent.
can any body clearly explain about keyword driven framework .give me the explanation for files what ever you use in this frame work?
What is QTP and the use of QTP in TD?
How many add-ins comes by default with qtp?
Explain object spy in qtp.
what type of framework u r using in ur organization
how to test Web application using QTP software
Does QTP run in any environment?
what is clean sweep?
How to check which add-ins are associated with a test in qtp?
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 many types of Automation frameworks are there in UFT? Describe them.