write a vb-script code to delete all the mails in my gmail in
the year 2011
Answer Posted / prudhvi
plz answer to my question
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Can anyone send me a vb script function for verifying the functionality of active links on a web page
What is the difference between vb debugger and the script debugger?
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.
Explain the .wsf files?
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
Explain about filter expression?
what is resorceallocation
what is the standards used for writing the script in QTP
How will you get the octal value of the given number in vbscript?
What aspects of vbscript make it safe so that a web page using vbscript cannot destroy or corrupt information on a user's computer?
Mention the environments where vbscript could be run?
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
what is the use of QCUtil? explain with one example?
Explain about vb script?
while using Keyward driven framework in QTPif new requirements are added how to manage it...plz ans