Inorder to avoid Message box while writing script which
alternative method can be used?
Answer / 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 |
Like OPTION EXPLICIT statement what are the other statements used in vbscript and their usage. Please post me all the statements please.
Which object is used to work with the database in the vbscript language and what statement is used to create this object?
What is the use of the instr function?
What is Querystring collection?
Input = 124 output should be 124421 Please do not use any string functions/variables
Why to use option explicit in vb script?
Explain How do you create a recordset object in vbscript?
How will you convert a string to upper case string using vbscript?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
How do you create a recordset object in VBScript?
hai all.iam chandu..please let me know how to test a link in QTP when it is changing at run time..and what property we should take while we r using descriptive programming for a link..
i created script for login in QTP,i parametirized that using global sheet,problem i am facing is first i want to login with first values provided in excelsheet and want to perform some operation,second time if call same action it should login with second values in excelsheet