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
Is VB Script Case sensitive or Case insensitive?
Explain the filter expression?
can anyone tell me the procedure of interview held in applabs
What are class properties?
What is vbscript procedures?
How will you convert a string to upper case string using vbscript?
Explain the support of asp for vb script functionality?
Mention what is the difference between vbscript and vba?
Explain the tristate constants in vbscript?
How are arrays declared in the vbscript language?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
How to write VB script for login module?
Which constant is used for print and display functions and works as same as pressing enter key?
Differentiate javascript and vbscript?
What is the difference between VBScript and JavaScript?