How do display output message without using msgbox function?
Answer Posted / shashank
Actually this method is supported only with VBScript files.
while MsgBox used in VBScript as well as in other tool and
languages.
MsgBox pop the output message while "WScript.echo" execute
the whole Script in "window sript host" environment and Pop
up the OutPut.
Example :-
MsgBox "May name is"
WScript.Echo "My Name is"
Both having the same output bit via different path
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
I want to run QTP script on Linux server is it possible to do this by connecting Windows to Linux through VPN/Terminal Server and just run the script on Linux server.
How to pass argument by reference to a function in vbscript?
How to create a cookie using vbscript?
Explain the filter expression?
How to access array data?
how to increase the values in text box in a given text box increament by two values by clicking on button
When to use function procedures and what are its characteristics?
Is vbscript a case-sensitive or case-insensitive?
did any one attended interview in applabs if you had gone through plz tell me the procedure
What is the use of the recordset object and which statement is used to create such an object?
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
Mention how you can call vbscript functions?
Hai this is sheik, i want to learn VB scripts for web application pls guide me what are all basic things need to know to learn VB scripts in web application.
Can automation testing find ssame no. of bugs what we can find by manual testing?
What are string functions in vbscript?