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
Can anyone send me a vb script function for verifying the functionality of active links on a web page
when we use filter funtiom invb script(QTP)
What is Procedure or Subroutine in VB Script?
How you can call vbscript functions?
Explain the arrays in vb script?
How strcomp function works?
Explain about scrrun.dll in vbscript?
What are string functions in vbscript?
How will you get the octal value of the given number in vbscript?
What is event handling in vbscript?
what is the differance between BYVAL,BYREF?
Explain vbscript in detail?
How to Enter Values on the Command promt using VB script
Explain about scrrun.dll?
Develop a parameterized action that accomplishes the following a. Launch a browser of users choice ( example : IE, chrome etc) b. Open up a search engine (Google, Bing etc) c. Perform a search d. Click a particular link depending on the user’s choice ( 1st , 2nd or third link)