how to add the shared repository file to the script file
while running the script manuall
Answer Posted / 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 |
Post New Answer View All Answers
Mention the environments where vbscript could be run?
What is the difference between a dictionary and an array?
How to assign a date value to a variable?
Explain the support of asp for vb script functionality?
did any one attended interview in applabs if you had gone through plz tell me the procedure
Can anyone send me a vb script function for verifying the functionality of active links on a web page
Mention what is byref and byval parameters in vbscript?
Explain about adodb.stream class?
What are keywords in the vbscript language?
Mention what are the rules to name variable in vbscript?
Both Static and dynamic arrays are handled by VB script. Is it true?
Mention how you can call vbscript functions?
How to assign a numeric value to a variable?
Write program for identifyig duplicates in flight Departing from and Arriving in mercury tours(web application).
Mention characteristics of sub procedures?