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
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 |
Answer / sree
Hi,
dim app
set app=createobject("quicktest.application")
app.test.settings.resources=objrepositorypath
| Is This Answer Correct ? | 0 Yes | 2 No |
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 |
If some requirements r changed during the testing process ,then how can u handle this in frame work?
Define Error Pane of UFT?
what is the mail use of frame work(with detail). architecture for keyword driven frame work
Please clarify Automation and QTP both(names) are same or diff?
How i can use and create Library functions in QTP and what is the proces .
Tell me the difference between QTP9.2, QTP9.5 and QTP10.0
What is smart identification in QTP?
How can we use regular expressions for a table in web page, each cell in table having unique identification, Now I want to count number of rows in table and enter data in all cells of the table?
If I want to run more than one test (With different functionality) with in one script, then what i do? plz. explain with any example.
what is On Error Resume Next ?
i need the licence key for QTP V9.5 can anyone help me on getting this?
Synchronization methods?