Inorder to avoid Message box while writing script which
alternative method can be used?
Answer Posted / manjunathareddy
Set oShell=CreateObject("WScript.Shell")
oShell.Popup "Automatically pop up window closes within 4
seconds",4,"VbScript"
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
By default in vbscript the arguments passed to functions and subroutines are by reference or by value?
How will you compare two strings in vbscript?
How will you get the last occurrence of one string within another string using vbscript?
How to take whole text output from screen of Bitmap Application.
Which operator is used to concatenate the 2 values in the vbscript language?
How to declare an array in vbscript?
write any ttest cases using check points and parameterization
Explain the operator precedence in vb script?
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
Hellow friends, I am learning QTP,but here problem is VB script. please guide me how to learn VB script w.r.t QTP and if you know any books tell me or if you have any materials or any use full material or any else w.r.t QTP please post me p.p.sekhar
How many types of operators are available in the vbscript language?
What methods are used to create text files and open text files in the vbscript language?
How to get the length of the string by making use of the string function?
Write a function for Instr(). We need to write a function that works as same as Instr(). Code or Even pseudo code is good enough for me.?
How to add actions in driver script to run those actions in QTP?