How to load the object repository at run time?
Answer Posted / krishna reddy
Hi We can call the TSR file in runtime and in 8.2 and 9.0
also.
How means.. i am giving one function
Public Function UDF_ORUpdate(g_ActName,sv_qtFileName)
Dim qtApp
Dim qtRepositories
Set qtApp = CreateObject("QuickTest.Application")
Set qtRepositories = qtApp.Test.Actions
(g_ActName).ObjectRepositories
qtRepositories.removeall
qtRepositories.Add sv_qtFileName
End Function
| Is This Answer Correct ? | 1 Yes | 4 No |
Post New Answer View All Answers
What are the types of data tables in qtp?
What are the methods used in UFT to handle exceptions or run-time errors?
How would you export a script from one pc to another in qtp?
Where you get the run time data table?
What is action? How many types of actions are there in qtp?
What are the types of object repository in qtp?
What is checkpoints for qtp?
can u explain relative path architecture framework in qtp?
wt is the use of multiple questions in QTP
Explain how you can find the absolute value of the number in qtp?
Define Error Pane of UFT?
Hi we are using QTP9.0 for Seibel Application and this seibel application will give you a popup messagebox which is of web , so qtp takes 3 mins to recognize the messagebox and to click on it , we have more number of messageboxes like this . please suggest me some solution
Sql questions to find second max salary and how to use joins
Tell me about your project? please help me how to tell about insurance project
Can any one send me the QTP Basic Coding Samples?