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 |
Explain different checkpoints in qtp.
what are the different u notice in betweem QTP version 8.2 and 9.2 and what is new in QTP9.2
Is virtual object supported in low level recording mode?
A web Page has 2 frames. Find out the number of weblist items in the second frame of the page.
How to open any application during Scripting in QTP?
How is UFT 11.5 version different from UFT 12.0?
How will you check a web application for broken links using qtp?
What all challenges you have faced during automation and how you have resolved it?
QTP9.1 does not support to text checkpoint in Windows application? Is this correct? If this is correct, what is alternative for Text checkpoint?
I have a string "Redfort is in Delhi" how do u write vbscript for " Delhi in is Redfort"
I am a newbie to QTP / Automation testing. I want to develop a script that creates a data file automatically with proper headings using VBScript in QTP.
How can i check all the button that are enabled in a widnows based application ? What script should i write for this ?