suma


{ City }
< Country > india
* Profession *
User No # 1678
Total Questions Posted # 3
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 4805

Users Marked my Answers as Correct # 7
Users Marked my Answers as Wrong # 5
Questions / { suma }
Questions Answers Category Views Company eMail

why we cannot apply check points in compile modules?

Automation Testing AllOther 1694

what types of documents we need to write the nonfuntional test scripts?

Automation Testing AllOther 1514

you have same applications (same server configaration)A&B you are doing nonfunctionality testing . what they differ in?

Automation Testing AllOther 1597




Answers / { suma }

Question { IBM, 10627 }

Open Yahoo Login Page
in that page Suppose i have 100 mails and i want to delete
10'th mail now give procedure & Coding For that Scenario


Answer

Browser("Yahoo!").Page("Yahoo!").Link("Mail").Click
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebEdit
("login").Set "ch_sumathi2004"
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebEdit
("passwd").SetSecure "486c6f4be481a70bf13b2b81453298b462a1"
Browser("Yahoo!").Page("Yahoo! Mail: The best").WebButton
("Sign In").Click
Browser("Yahoo!").Page("(10 unread) Yahoo! Mail").Link
("Inbox (10)").Click
k=Browser("Yahoo!").Page("Inbox (10) - Yahoo!
Mail").webtable("inbox(10)").ChildItem
(10,1,WebCheckBox,index)
k.delete

Is This Answer Correct ?    7 Yes 5 No