Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

QTP 9.2, Issue: Creating Shared Object repository.
I recorded 2 scripts. I exported the Object Repository to a
shared location for the first script. Associated the
exported repository to the first script and deleted the
Local Repository for the First Script. Now Opened the
Second script and try to Add the Local Object Repository of
2nd Script to Exported Object Repository. But I fail. Can
anyone please help in providing steps that need to be
followed in creating a shared object repository? Thanks in
Advance.

Answer Posted / vikas

you r trying to associate local object repository with
shared object repository which u have exported that is not
possible first u do one thing export your local object
repository and make it shared and then use ORM i.e. object
repository manager tool and use merge or concept

Is This Answer Correct ?    1 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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?

5247


Explain the concept of object repository and how qtp recognises objects?

1029


What is the XML file architecture ?

1996


what testplan contents and what test strategy contents,what is the diff b/w them

2155


Without integrating QC/Testdirector with QTP, is it possible to keep track of the defects?If yes how? How to export QTP results to an excel sheet?

1930


if anyone has idea of the interview procedure in covansys, plz send me a mail?

1964


What are the common defects found in your project? (in qtp interview)

2061


whow much strong on VB and C?

1932


When you open QTP, how many sheets you can see?

1078


How to check bitmap output value?

1186


What is the use of ordinal identifier in qtp?

1012


Does QTP run in any environment?

1084


Hi, I have 2 dropdown listboxes called region and city/area. It needs to select one region(Santa Clara) and one city/Area (Sunnyvale).So I put this in the for loop and I am storing the Items in the variable called itemname. The regions value will get changed,so I used reg expression for this regions. This is my code Browser("MLSListings.com").Page("MLSListings.com").Link("ยป County/Area").Click Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Check CheckPoint("regions") ListSize=Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetTOProperty("items count") For i = 1 To ListSize-1 Itemname =Browser("MLSListings.com").Page ("MLSListings.com").WebList("regions").GetItem(i+1) Browser("MLSListings.com").Page("MLSListings.com").WebList ("regions").Select Itemname ................. If I run the script,I am getting the following error, Cannot identify the specified item of the regions object. Confirm that the specified item is included in the object's item collection. Any Help? Thank you, Uma

1780


Hi! Using Descriptive Programming How do we get Parent object for an object by writing script(DP). Say, i want to get a parent object for a "Link" in a web page by writing script in Descriptive Programming.

2580


How to execute a winrunner script in quicktest professional?

1026