Showing posts with label Descriptive programming for yahoo login page. Show all posts
Showing posts with label Descriptive programming for yahoo login page. Show all posts

Descriptive Programming for Yahoo Login Page

SystemUtil.Run"iexplore","http://www.yahoomail.com"
Set g=Browser("name:=Yahoo.*").Page("title:=Yahoo.*")
g.WebEdit("name:=login").Set "aaa"
g.WebEdit("name:=passwd").SetSecure "bbb"
g.WebButton("name:=Sign In").Click
g.Link("name:=Inbox.*",
"html id:=WelcomeInboxFolderLink").Click
g.Link("name:=Sign Out").Click

SystemUtil.Run"iexplore","http://www.yahoomail.com" statement opens yahoo login page
aaa=username
bbb=password

QTP Faqs
Manual Faqs
Testing Material
Sql Server Faqs
Load Runner Faqs
Testing Faqs Resources
Descriptive Programming for Google Search

Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge