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...


for a test in QTP i had choose the object repository as
shared.after completion of some days i want to conduct the
same test again,now the question is HOW TO LOAD THE OBJECT
REPOSITORY. is it possible by descriptive programming.could
any one tell me how many ways we load it and what is the
process?

Answers were Sorted based on User's Feedback



for a test in QTP i had choose the object repository as shared.after completion of some days i want..

Answer / nilanjan islam

Set objnew = CreateObject("QuickTest.Application")
objnew.Test.Settings.Resources.ObjectrepositoryPath =Object
repositorypath
Set objnew= Nothing

Is This Answer Correct ?    0 Yes 2 No

for a test in QTP i had choose the object repository as shared.after completion of some days i want..

Answer / sree

Hi,

dim app
set app=createobject("quicktest.application")
app.test.settings.resources=objrepositorypath

Is This Answer Correct ?    0 Yes 2 No

for a test in QTP i had choose the object repository as shared.after completion of some days i want..

Answer / priya

Hi,
you can load Object repository by using this code.
Dim app
set app.test.settings.resources=objectrepository path
here specify the path of OR .

Is This Answer Correct ?    0 Yes 3 No

Post New Answer

More QTP Interview Questions

I am in need of some set of QTP FAQ @ interview. Also recently in one of interview portal they asked me how you write the script for Login application which it is web -based and using Descriptive Programming? Without associating the shared object repository?Please i do need this answer very soon? Please respond me soon @ vaisu72@yahoo.com

2 Answers  


Can anybody give the script of below things. 1. Add sheet 2. Adding columns 3. Set the values in that columns(In the rows) 4. Close the sheet 5. How can we create 3 sheets in one Excel sheet??

2 Answers   TCS,


What is the difference between per-action and shared?

0 Answers  


In qtp, how you can exit for loop?

0 Answers  


How can you merge two Object Repositories?

3 Answers  


How will you handle the situation when object is not captured during record?

12 Answers   AZTEC,


How to Close all browsers in reverse order.

3 Answers   Marlabs,


what is the script(qtp) to export and import the datas from MSaccess to Excel sheet.if anybody know plz tell me.

3 Answers  


What is the use of Debug Viewer?

0 Answers  


How to find a window is minimized or not

0 Answers  


Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?

0 Answers  


please give me the code for doing retesting of gmail login page using functions so the function has to give the value

0 Answers  


Categories