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 |
Which is the default Data types in VBScript?
who you define variables and functions in VB?
explain with example primitive data types of vb script.
How to delete a cookie using vbscript?
Open Yahoo Login Page in that page Suppose i have 100 mails and i want to delete 10'th mail now give procedure & Coding For that Scenario
Mention what if you do not specify anything when you call a procedure?
How to pass the parameter from one function to another function in VB Scripting?
How to insert snapshot during manual scripting in QTP?
Could Anybody tell me VBScript for Check if a given number is Prime number-Don't use any Built- in Functions Boolean/int is Prime(int number).. Thanks in advance.
Which constant is used for print and display functions and works as same as pressing enter key?
what is the features of visual basic?
Explain the string concatenation function in vbscript?