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 are the data types supported by vbscript?
What is difference between vbscript and vba?
Which function is used to perform string comparison?
How will you get the octal value of the given number in vbscript?
What is the purpose of the err object in the vbscript language?
How to create a cookie using vbscript?
Which constant is used for print and display functions and works as same as pressing enter key?
write a vb script to display calculator using case statement?
How do display output message without using msgbox function?
How will you trim the spaces on the left of a string using vbscript?
plz give ans to this in vb script........ "krishna radha" i want to print this string "Radha Krishna" like this
can any body give the code to write the function for given suppose user login with usrer id and pwd to yahoomail.after cliking "sign in"if it is valid user id the next page will display userid'message box.( Note u have to use excel sheet to retrive the userid's data)