How to load vbs functions in qtp
Answers were Sorted based on User's Feedback
Answer / ananymousb
U can directly use the function
ExecuteFile "vbsfunctionname.vbs"
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / bfakruddin
ExecuteFile "path of file"
this is useful for only one action where you have mentioned
this line
if your test should contain that vbs file you need to go for
menu item "File" --> "Settings" --> "Resources" --> click on
+ button and show the path of your .vbs file
it will take effect on all test
| Is This Answer Correct ? | 3 Yes | 0 No |
How to copy from one script to another script in qtp
How to select a value from a list box by using Selenium web-driver?
Explain about the support of asp for vb script functionality?
what is the standards used for writing the script in QTP
Explain about tristate constants in vbscript?
how to find greatest of n numbers!
I want to import the sheet from the Excel to the Datatable using VB Script. I used the Syntax as 'Datatable.ImportSheet "Filename","SourceSheet","Destinat ionSheet" Ex: Datatable.ImportSheet "D:\Data1.xls","Sheet1","Global" Qtp producing run time error,How I can solve the problem
write a function to read the items from combobox of Flight reservation & save in excel (QTP)??
What is vbscript procedures?
How to Import data from a file (file is on the desktop) to the data table
Explain a few date functions in vbscript
Explain the tristate constants in vbscript?