write script to open Gmail.com, and to write script for
entering username and password and show whether the result
as pass or fail
Answer Posted / b.v.raghavendra babu
systemutil.Run "iexplore.exe" , "http://www.gmail.com"
browser("name:=Gmail").page("title:=Gmail").Sync
browser("name:=Gmail").page("title:=Gmail").webedit("name:=Email").Set "raghavendrababu"
browser("name:=Gmail").page("title:=Gmail").webedit("name:=Passwd").Setsecure "52b8097da3e1d1b557575738826"
browser("name:=Gmail").page("title:=Gmail").webbutton("name:=Sign in").Click
browser("name:=Gmail - Inbox").page("title:=Gmail - Inbox").Sync
browser("name:=Gmail - Inbox").page("title:=Gmail - Inbox").Link("name:=Compose Mail","x:=18","y:=155").Click
Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
Explain sga memory structures?
how to write validation function for date in vb script
does anyone have qtp11.0 license key.Please sendit to my mail id-rrvv2011@gmail.com...Thanks
What are the 2 ways to pass a value to the function?
What are class variables?
Which conditional statement is the most convenient one to use in the case of multiple conditions in the vbscript language?
If we take 2 strings as “good” and “bad” then what will ‘+’ and ‘&’ operators return?
Illustrate briefly about the different types of statement
How to take whole text output from screen of Bitmap Application.
What is Procedure or Subroutine in VB Script?
How do i automate a website www.flyashx.com without having any test cases witin a week time.
Please let me Know regarding any material regarding VB Scripting which should be easily understandable for Beginners.
hi what is called GUI in QTP 8.2 and how can we test the apllication using GUI?
Which operator is used for fetching the modulus of the 2 numbers in the vbscript language?
How to find the font in qtp. Scenario:After entering the username and passwd you will be navigate into the "welcome:Username" page.Now I want to extarct font for this message.