how to add the shared repository file to the script file
while running the script manuall
Answers were Sorted based on User's Feedback
Answer / manohar
Repositoriescollection.add "path of repository file"
or
Go to Resources tab > Object Repository > Click "+" symbol
and browse path of repository file.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / manjunathareddy
Set QtApp=CreateObject("QuickTest.Application")
If Not QtApp.Launched Then
QtApp.Launch
QtApp.Visible=True
End If
Set QtRepo=QtApp.Test.Actions(ActionName).ObjectRepositories
QtRepo.RemoveAll
QtRepo.Add "C:\Test.tsr",1
'Note:--Action Name is Depends on ur Script name or give
numbers like 1,2,3
| Is This Answer Correct ? | 0 Yes | 0 No |
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
Is vbscript a case-sensitive or case-insensitive?
wat is com(common object model)object for mozilla firefox??? if any knows the exact answer....plz rply me
what is the use of Data base check point ?
how to operate webobjects in a webpage using getobject function and then using generic methods?
what do you mean .ota mobile format
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
print the array values in ascending order?
What is the purpose of regexp object in vbscript?
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
How to open excel in vb script?
Explain the functionality of vbscript?