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
How to use userdifined environment variables.Once we created in Environment tab which is at File--> Settings-- >Environment-->Userdifined
What are the views available in quicktest professional?
What is test object model in quicktest professional?
hi to all, i need a code.. in flight application 1.i need to login first then i need to insert 3 new orders... 2.i have to log out 3.i have to login again with different user 4.need to insert 2 new orders 5.then need to log out 6.then again login with different user 7.3 new orders create and log out 8.but we hv to do this using data table and actions please help me
Pls can anybody send me the Recent Technical and Interview Questions Which were asked in IBM(QTP)Automation PLZZZZZZZZZ
What is post recovery scenario?
How do you open adobe acrobat file in QTP and do some testing on that file ?
Explain different types of action in qtp?
Explain object spy in qtp.
What is different command used in command Prompt while using QTP?
Can testing be done on the production system, or will a separate test system be required? How are browser caching, variations in browser option settings, dial-up connection variabilities, and real-world internet 'traffic congestion' problems to be accounted for in testing?
When should I use smart identification?
Is there any pdf or online book for QTP Scripting? Let me know more about QTP Scripting.
write a script to validate the content in the web application. (do it by OR method) and (do it by Descriptive method by creating a description object..
What is the descriptive programming?