Shall we add Local Repository to shared object repository,if
yes,how we add

Answer Posted / gangadhar reddy

First Convert the Local Repository to Shared Repository
like
open the recorded test --> Resources--> Object Repository
-->File--> Export Local Objects--> save the file with .tsr extension--> Ok

now associate the two shared repositories by using
Repository Merge Tool

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.

1621


I want two test two agents login for the flight website. Here is the scenario: I want to go through 1-3 rows for one user login and other user login I want to go though 3-5 rows. How would you set this up in qtp. Thank You

1518


What is a data driven test in qtp?

577


How to find the path of folder in which the test is saved in qtp?

532


What are the types of environment variables in qtp?

544






which type of testing process are you following in ur company? how to recognize a qtp page?

1399


What is action?

571


In the application that I'm testing is having a WYSIWIYG editor.QTP is recording editor's body as web element. I want to add some data to this web Element at run time. The problem is that I cant find a method to add contents to this web Element. Can any one come up with an answer for this. Thankx.

1443


Is it possible to refer the same object for referring more than one object that are of different class using the descriptive programming approach? Suppose my code is 'To create the object named as obj Set obj=Description.Create() 'To define the values obj("title").value="IE" obj("type").value="text" obj("html tag").value="INPUT" 'To set the value Browser("IE").Page("Yahoo").WebEdit(obj).Set "xyz" Can I refer the "obj" object for the three objects like Browser,page and webedit objects? If so how?

1574


How to check which add-ins are associated with a test in qtp?

580


Explain in brief about the qtp automation object model (aom).

557


How do you send email with attachment from outlook using qtp ?

559


when I try to run below script in QTP "totalPages" value is 2. But i am getting error message (Type mismatch: 'totalPages' Line (): "For i=1 to totalPages".) totalPages=Browser("Name:=User").Page("Title:=User").WebElem ent("innertext:=of.*").GetROProperty("InnerText") msgbox totalPages For i=1 to totalPages rnum=Browser("Name:=User").Page("Title:=User").WebTa ble("column names:=User Name;ID;Last Name;First Name").GetRowWithCellText("store4") If rnum>0 Then r=rnum Exit for End If Browser("Name:=User").Page("Title:=User").WebElement ("html tag:=A","x:=471").Click MsgBox "Exit" Next

3264


Can we run multiple QTP scripts one after the other without manual intervention? How?

594


What is throw Object?

1554