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
Explain about arrays in vb script?
What is the difference between vbscript and vba?
Explain different types of segment?
filter the array values without using filter function?
I am working on QTP, got struck in one place.. In my application depending upon configuration WebEdit count is increasing/ decreasing.. how to get these webedits..
Write a test case using Test if the images,a particular test exists,check if the page links match,page response is within a certain range,parameterization of the test,the test should comprise of actions,the test should use a custom function,the test should use global repository
In what way program "hello world" you can write in vbscript?
What is difference between vbscript and vba?
Program to use input box and send even numbers into sheet1 and odd numbers into sheet2 and prime numbers into sheet3 using vbscript(QTP)?
What are subprocedures in vbscript?
Which operator can be used to change the value of the operand or change the state of the condition?
how to set one column as primary key in QTP and fetch values accordingly
how to write a vb script in QTP for yahoo registration form, i want to check the performance also like performance test, stress, load test like that.
What are events in the vbscript language?
How you can call vbscript functions?