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 / priyanka
Hi,
you can give a try to the following code...
Set RepObj=CreateObject(Mercury.ObjectRepositoryUtil)
RepObj.Load "C:\Rep1.tsr"
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
if anyone has idea of the interview procedure in covansys, plz send me a mail?
What is the difference between the design-time and run-time data tables?
if our qtp vb Script may be Currepted then What we want do?
Explain the use of action split in qtp?
How can i initiate the objects to find uniquely in OR
How to handle the exceptions using recovery secnario manager in quicktest professional (qtp)?
How to find the length of the string in qtp?
How we can use the database checkpoint on a java web based application in which the database connectivity is done using JDBC->Pure Java type (in this type there is no need to create a DSN). At present in QTP we can fetch database values using checkpoint only through DSN. Is there any programming for this if we don't have DSN (ODBC)
RECENTLY I PLACED IN QTP..HOW TO IMPROVE VB SCRIPTS KNOWLEDGE? IAM STRUGGING TO WRITE THE AUTOMATION SCRIPTS? ANY BODY TELL HOW TO IMPROVE QTP SCRIPT SKILLS?
whenever U using QTP,Test Director, Why we using separate Bug tracking tool?
what is output value in QTP and how it can be used in automation testing
Please provide specific examples of advanced/creative usage of QTP, including how impact & benefits for your project
What is the significance of “action 0” in qtp?
Hi I know two types of testing processes. 1. Reaquirments stage,test design,code review's, Design review's, Test Plan, Test Cases design, test execution, Defect Reporting and tracking, UAT, Signoff. 2.Test Initiation , Test Plan, Test Design, Execution,Bug tracking, UAT, Sign off.
What if recovery scenarios is also failed for identify the alert ? (We are handling unexpected popup through recovery scenarios but if still recovery scenarios also failed than what should be the approach)