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 |
write a vb script to display ***** ***** ***** ***** *****
What is wrong with the following code: <%afname="header.asp"%><!?#include file ="<%=afname%>"?>
how do you make the variable declaration mandatory?what is the use of "option explicit"?
how to write validation function for date in vb script
How to use Text file (Notepad) as ur data source in QTP? Can u please provide some function code for it?
Which operator is used to perform the comparison among 2 operands in the vbscript language?
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 )
Explain about the functionality of vb script?
Write VB script to convert from feet to inches(hint 1feet=12 inches)
how to increasing the numbers in a given text box please write a vb script
i need to login to my yahoo accoutnt using VB Script, automating the operation of webobjects, even launching of IE. How?
What is a class in CSS?