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 |
how to write script in qtp(vbscript)..i mean with out application deployed..and how to call script1 into script2?
8 Answers INCA, Infosys, Logix, SLK Software, Symphony, Wipro,
You will receive the mail in your outlook from client at night time to go ahead for the execution. Based on the mail you need to trigger the batch run. What is the QTP Code for this?
What is the keyword view and expert view in qtp?
Scripts for Ascending order in qtp.
what is run-time object property in Object spy in QTP9?
what is the default ordinal identifier.what are the send keys in qTP.
Can we test internet application using QTP?
hi,which is the best book to refer QTP 9.2 and Faq's.
what is the advantages and disadvantages of using functions instead of re usable actions
My project title is "DRUG Audition and research management" it comes which domain?
If our application contain one image while executing script application failed to show that image but you have to check that image by importing dynamically from other location... Can we use Check Points here on dynamically imported image?
I am new with QTP. Is anybody could tell me where I can find a good tutorial with lots of samples?