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 want to know what are QTP functons and what are VB script functions. What is the difference between them.When we have to use these functions.

0 Answers  


Explain about the Test Fusion Report of QTP?

1 Answers  


what is descriptive.create()in qtp?

4 Answers   IBM,


Dim ExcelSheet Set ExcelSheet = CreateObject("Excel.Application") excelsheet.application.visible = true ExcelSheet.ActiveSheet.Cells(1,1).Value = "This is column A, row 1" ' Save the sheet. ExcelSheet.SaveAs "C:\DOCS\TEST.XLS" ' Close Excel with the Quit method on the Application object. ExcelSheet.Application.Quit after run this script i am getting error"The test cannot continue due to unrecoverable error"

3 Answers  


can i compare two databases using QTP ?

0 Answers  


How to find the OS name by using QTP script?

2 Answers   IBM, Tech Mahindra,


WHAT IS THE DIFFERENCE BETWEEN QTP SCRIPT AND VB SCRIPT? HOW MUCH PERCENTAGE WE USE IN QTP SCRIPT REAL TIME AND HOW MUCH PERCEN OF VB SCRIPT,,,,,,,

0 Answers  


How can you Open a Notepad and How can you write the test Resuts in Notepad by Using QTP?

3 Answers  


Hi guys i'm prepareing for interview question for qtp i don't have bayground for vb scipt language can any one tell me it is easy to do job in qtp without bayground.

3 Answers  


how to change the properties of object during run time . plz give the code using flight reservation

2 Answers  


You say it is a bug but developer say it is not a bug then what will you do?

7 Answers   Hewitt, Tech Mahindra,


What is the current version of QTP?

19 Answers  


Categories