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?
Answer Posted / sree
Hi,
dim app
set app=createobject("quicktest.application")
app.test.settings.resources=objrepositorypath
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
How is a Step generator used in UFT?
What kinds of security (firewalls, encryptions, passwords, etc.) will be required and what is it expected to do? How can it be tested?
What are the factors on which script execution time is dependent?
What is the file extension of the code file and object repository file in QTP?
What is 'sleep' in sync point?
By using QTP can we record any log files written by the application which is in execution?
Explain the concept of object repository & how qtp recognizes objects?
When QTP object wait time is 10 seconds, and in test script wait time is 5 seconds and in function library wait time is 2 seconds how much time does the wait occur? or which is given priority.
What are the technics follow in writing VB script?
I have developed and executed a script successfully, and saved the same to QC. When I tried to execute the script from QC, the script is not executing. What are the possible reasons?”
what is meant by Implicit and explicit requirements?
what function you write to do database testing with the help of qtp?
I want to grow as a Automation Engineer,Kindly help me in clearing my interview that what interviewer looks for as a Automation Engineer. I am having three years of experience in testing.
supose i hv to acsess some functionlaties of a test in 1 machin , some part other machin how can acsess?
How to find the length of the string in qtp?