What is event handling in vbscript?
write a vb-script code to delete all the mails in my gmail in the year 2011
Why to add checkpoint in QTP What's the purpose of checkpoints & how to add it
Mention how you can call vbscript functions?
How to take whole text output from screen of Bitmap Application.
I wrote the vbscript code on notepad i was geeting run time error "object required line 1" my code is set usernameobj=Descriptive.Create() usernameobj( "name").value="Username" set passwordobj=Descriptive.Create() passwordobj("name").value="password" set signinobj=Descriptive.Create() signin("name").value="sigin" browser("gmail").page("gmail").WebEdit("usernameobj").set ("enter username") Browser("gmail").Page("gmail").WebEdit("passwordobj").Setsec ure.Crypt.Encrypt("entr password") browser("gmail").page("gmail").WebButton("siginobj").click pls tell me whats wrong
How to write a VBscript for web page performance test i need a code send if any knows the code If any knows VBScript book plz send to me the link to my mail plz
hai..friends ....what is the difference between function and sub procedure ....here every one know's theoretically here my question is what is the meaning of function can return the value and sub can't return the value...can you give one example with some values for that ....what does it mean ? how function can return the value...sub can not...any one please...........with example
HOw we can apply web service checkpoint in QTP 9.5? I tried it out with net connection also. But not getting success.
How to Import data from a file (file is on the desktop) to the data table
Which function is used in the vbscript language to convert the specified expression into a date type value?
a function that takes an integer array as an argument and returns the largest value in the array. Use the function in a program
How to throw an error in vbscript?