Skip to content

igorvishnevskiy/SeleniumAutomationTask

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

SeleniumAutomationTask

Selenium Test Automation demo project, which includes following tests:

Flow #1:

  1. Navigate to gmail.com page.
  2. Login using valid credentials.
  3. Verify success login by user profile icon in top right corner. Valid tests include login with valid credentials. Negative tests include attempts to login with unregistered email and with valid email, but wrong password.

Flow #2:

  1. Navigate to ebay.com page.
  2. Search for “Electric Guitar”.
  3. Open First Result and output item price to console.
  4. Push the Tests to a GitHub repository and please provide the URL.
  5. Please use OOP approach with Page Object Model for this Task.

Built With

Java 8 Apache Maven 3.3.3 TestNG 6.14.3 Selenium WebDriver 3.14.0

Usage

cd java_workspace/SeleniumAutomationTask
mvn test

Author

  • **Igor Vishnevskiy

About

Selenium Test Automation demo project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages