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 |
What is the use of option explicit in vbscript?
Explain sga memory structures?
what is the differance between BYVAL,BYREF?
Explain about operator precedence in vb script?
Explain the arrays in vb script?
can anybody tell vb script code for alphanumeric and special character .which is used in qtp the name text field.
Explain different types of segment?
Mention what is select case statement?
I want good books or good sites for scripting.Can any one help me.
What are subprocedures in vbscript?
Can anyone send me a vb script function for verifying the functionality of active links on a web page
WHAT IS ENVIRONMENT VARIABLES?and where it is used in real time scenario?