A simple project i made to learn how to design and implement automated testing. It uses Selenium, Cucumber and Gherkin-syntax to test the functionality of a website. It follows the Page Object Model (POM) with PageFactory for efficient element handling. The test cases are structured using Cucumber's Gherkin syntax, ensuring clear and maintainable test scenarios.
Key features:
- Page Object Model (POM) for structured test automation
- PageFactory to manage web elements efficiently
- Automated test execution with Selenium WebDriver
- Failure handling with screenshots for debugging failed tests