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 output values and why they are used ?
terminal services client
HOW AUTOMATE TEST SCRIPT ? what time it will do? after gneration of basic script or Any , Plz explain detailed?
What is the short cut keys for the following?
How can we conduct U-I Testing by using QTP??????
what type of framework u r using in ur organization
How to run an integrated test scenario using Multiple Actions? How to use the QTP Step Generator?
Explain the concept of object repository and how qtp recognises objects?
unique properties of button,edit box, radio button,check box?
How will you check that your test cases covered all the requirements?
Can anyone help.i need total excelsheet operations,shortcuts in testing environment from starting onwards....
if mandatory and Assitive propertys are shows same how will u write skript in QTP window
Hi, how can we check or avoid the memory leakage in QTP9.2?
What is post recovery scenario?
An object is non standard object, i mapped it to standard object, eventhogh on mapping to standard object i cannot use the methods available on the standard object with the mapped object. How i can use those standard object methods with these mapped object. (((Note : dont tell that we can use virtual object as virtual object is to map nonstandard obj to standard obj)))