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
What is the purpose of on error resume next statement?
How to get the length of the string by making use of the string function?
For a webbased application:- what should be code in expert veiw, for retrieving a single column name "username" from a server and checking whether exported "username" from datatable doesn't exist in server. suppose i have saved in excelsheet a username="gayatri" , which is exported, then checked for whether this username "gayatri" exist in server database or not ? if exist then allow to enter new username, which should be again checked for in loop , or else come out of loop and enter a distinct "username". plz let me have this answer in my id gayatrisahooin@hotmail.com
what do you mean .ota mobile format
How to Import data from a file (file is on the desktop) to the data table
Mention what is the technology used by vb script?
Explain few date functions in vbscript?
What is vbscript language used for and which earlier language is it modeled upon?
What are the disadvantages of vbscript?
Can automation testing find ssame no. of bugs what we can find by manual testing?
where can i learn VB scripint ?
wht must be the interview question on corinthian information technology solutions incorporated.
We have 1 web page with names column. I am giving the Service Providers1,2,3.... @ that time dynamically some no of names are displaying in the webpage and The Pop up windows are opening(No.of Pop Up windows=No.of Names). The names may be diffar for each and every Service Provders (Dynamically) How can we handle the Dynamic values?
Mention what is select case statement?
filter the array values without using filter function?