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
How to check bitmap output value?
Suggest and Define a solution for an application whose objects are not recognized by UFT?
How to do the scripting. Is there any inbuilt functions in qtp as in qtp-s.
How can I open a EXCEL file from QTP Resultviewer with reporter.ReportEvent function call. Example: Test files for details click "here". And clicking "Here" in the resultviewer will open a local EXCEL FILE.
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)
What is the extension of the recovery scenario file in qtp?
Is it possible to call win runner script in qtp?
Hi Samrat, Thank u very much, what u said it is right.
Describe the differences between functions and actions in UFT?
What Folder Structure following in Keyword Driven Frame work?
what is the frame work in J-meter?
What is a checkpoint? How many check points are there in qtp?
Tell me about qtp?
How to test login module with different username and password by using data driven testing in QTP?
Can anybody let me know how to test the Drag and drop feature of the column in a .net application...eg..i hav to test the drag and drog feature of a table(swftable) in a application..plze help!!