Skip to content

source code: An Implementation of Google's gmail Login page test cases automation in Java using - The PageObject pattern implementation Selenium WebDriver.

Notifications You must be signed in to change notification settings

hanumur/google-selenium-automation-pom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Google's gmail Login page Automation

=================

An Implementation of Google's gmail Login page test case automation in Java using the PageObject pattern with Selenium WebDriver.

Task:

Open site - https://www.google.co.uk/

Click on gmail link

On the login page, click on create an account

Fill in the details without filling in user name

Click on 'Next step'

Verify the error message prompting for the user name.

Building


The application is built using Maven:

mvn package

Tests


Like all good software applications, the source code has a suite of Unit Tests. These can be found in the src/test/java directory and can be run through maven:

mvn test

About

source code: An Implementation of Google's gmail Login page test cases automation in Java using - The PageObject pattern implementation Selenium WebDriver.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages