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 / ramchandra
Hey Guys,
Good answers!
You can use below ways to associate OR at run time
1.Repositoriescollection.Add "OR Path"
2.Repositories.Add(OR Path)
OR
By creating object of QTP application.
Let me know if I am wrong..please post if you have any
other ways to load OR at run time.
Regards,
Ramchandra
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain quicktest professional testing process?
How QA specialist can identify when programmatic descriptions are useful?
how can i sent QTP results to the Html, notefile ,xl file give me the code using g mail login page
Describe function procedure in vbscript.
What are the recording modes in wave event?
How many types of parameters are available in quicktest professional (qtp)?
Hi All, How to Compare two strings character by character in QTP
Hi, Can anyone please tell me how to connect the QC with QTP using QTP script? Thanks in advance
Can you list some technologies that support qtp?
By using QTP can we record any log files written by the application which is in execution?
explain structured testing? plz guys with exp. do answer
In a flight window we have to enter the name and meal request for every passenger.In that window if we give Total passengers=1 then the Psngr1 name field and psngr1 meal request field will reflects.if we give Total passengers=2 then Psngr1 name field and psngr1 meal request field,Psngr2 name field and psngr2 meal request field will reflects and so on.if total psngrs=100 then will we capture all the fields for the psngrs to Automate the app how we can handle this scenerio thru Descriptive programming?
Explain the qtp test phases.
what is test scheduleling?
How to use Environment parameterization? Explain with an example.