Answer Posted / ananymousb
U can directly use the function
ExecuteFile "vbsfunctionname.vbs"
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How to declare an array in vbscript?
How to create a function in vbscript?
i wrote vbscripit code in notepad i got error i am in learning stage if u ps tell me what wrong in my code my error is "object required descriptive at line one run time error"and my code is "set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signinobj("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Set secure.Crypt.Encrypt("enter password") browser("gmail").page("gmail").WebButton("siginobj").click
Explain the scope of the variables using dim, public, and private keywords respectively.
Explain what is loose binding? Why is it not a good practice to use it?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
how to check whether link is disabled in QTP??
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
How many types of operators are available in the vbscript language?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
Is vbscript a case-sensitive or case-insensitive?
Mention how to access array data?
How to Import data from a file (file is on the desktop) to the data table
how to automatically update the sql server2005 database records when insert in vb6?
How will you convert a string to upper case string using vbscript?