Which object repository we use in real time and can we
merge 2 object repostiory and how?
Answer Posted / sudeepthz
We can Merge two object repository into one O.R. By using
the merge tool in the QTP 9.2..
Resources--> Object Repository Manager --> in that Tools
Menue--> Object Repository Merge Tool--> we can add primary
file and the secondary file---> select the path of the
repository files and click ok.
Now both the repository got merged and we can save this file
with the extension.tsr. and save the OR..
This How we will Merge two OR.
Note: But at a time we can merger two files only, not more
than that..
if you have any doubts shoot a mail: sudeepth.z@gmail.com
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
How do you convert manual test cases to automated test cases?
How can we conduct U-I Testing by using QTP??????
What is the basic concept of qtp?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
How many types of object repository in qtp?
In qtp, how you can remove the spaces from string?
I need to pull the data from the page which in row, column vice into excel sheet, how can it be done using QTP? eg: Name Dept xyz gdty i need the same data to be exported in excel sheet.
How would you export a script from one pc to another in qtp?
Explain in brief about the quicktest professional (qtp) automation object model?
Hi All, issue is related to handling pop up script generated in IE, and run on mozilla. In App Under Test, when we get the alert pop ups, we just click ok button. if we need to run the same code on mozilla it will not identify . so we will check browser if browser(*).dialog(IE object).exits browser(*).dialog(IE object).winbutton(OK).click else 'by default mozilla browser(*).dialog(mozilla object).page(*).webbutton(OK).CLICK END IF But my qustion is. Do we write the above piece of code where ever we get such kind of pop ups from the application like alert pop up, confirmation pop up.... OR do we have any other alternative way to do this by using any functions in Recovery Scebarios? If Any of u know idea please do help me in this regard. or send answer to kravimb@gmail.com
Hybrid framework supports Descriptive programming. Is it true?
requirement is for combo box your expected value is str= "Denver.Frankfurt.London.Los Angeles.Paris.Portland.San Francisco.Seattle.Sydney.Zurich" you must get the text in combo box and need to compare them how
unique properties of button,edit box, radio button,check box?
What VBScript operators, functions, and statements do you use in QuickTest Professional?
Does Low-level recording capture mouse movements?