Verify login functionality of yahoo mail using selenium

Page 1

Yahoo mail login function – Test using Selenium Verify Login functionality of Yahoo mail using Selenium WebDriver methods In this article, we will write steps to verify the steps involved in login functionality of Yahoo mail website using Selenium WebDriver methods. We have written this article with Firefox browser in mind, although it can be easily replicated for other browsers also. Writing test cases using WebDriver methods is an important part of our selenium training in Chennai course. As part of series of articles giving an idea about Selenium testing, In this article, we will teach you about verifying Yahoo mail login page.

Steps: 1. 2. 3. 4. 5. 6.

Open the browser (in this case Firefox) Go to Yahoo mail login page Automatically pass Email id Automatically pass Password value Click sign in button Validate using verification point (In this case the term “folders” in the url)

Code: WebDriver driver = new FirefoxDriver(); driver.get("https://login.yahoo.com/");


Turn static files into dynamic content formats.

Create a flipbook
Issuu converts static files into: digital portfolios, online yearbooks, online catalogs, digital photo albums and more. Sign up and create your flipbook.