Selenium Test Automation demo project, which includes following tests:
Flow #1:
- Navigate to gmail.com page.
- Login using valid credentials.
- 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:
- Navigate to ebay.com page.
- Search for “Electric Guitar”.
- Open First Result and output item price to console.
- Push the Tests to a GitHub repository and please provide the URL.
- Please use OOP approach with Page Object Model for this Task.
Java 8 Apache Maven 3.3.3 TestNG 6.14.3 Selenium WebDriver 3.14.0
cd java_workspace/SeleniumAutomationTask
mvn test
- **Igor Vishnevskiy