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 |
what is descriptive programming in QTP and what is environment variable in QTP? where we store and what is its use?
about vb scripting programs this type of all question& answers
What if you do not specify anything when you call a procedure?
how to validate the text in a web table
How you can call vbscript functions?
Input = 124 output should be 124421 Please do not use any string functions/variables
HOW TO OPEN NEW TAB USING VB SCRIPT IN QTP?
Could Anybody tell me the VBscript for REVERSE an Integer int reverse(int num) Ex:246 to 642
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
what is diff between static and dynaic arrys?
How to write VB Script for selecting a particular row in a WebTable?
Which object provide information about a single runtime error in a vbscript?