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 |
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
write a vb script code to display the vbscript word by word (i e 1st it should display v then b and up to t )
Write a code to print numbers from 5 to 0?
How will you get the octal value of the given number in vbscript?
1) How can we use VB script in testing the application? 2) What all are the things(Software application to be installed in PC) we need to learn VBscript?
What is the use of the date function in the vbscript language?
Explain the string concatenation function in vbscript?
what is the difference between modular and data and keyword driven framework
why variable name should not exceed 255 characters?
What are the differences between sub procedures and function procedures?
How to Import data from a file (file is on the desktop) to the data table