- This project is a boiler-plate code for implementing Cucumber with Selenium (java). I am following BDD software development approach for writing the test scenarios to capture each requirements (+ve and -ve cases) into Feature files and Java code into different folder (Step definitions)
- Web Automation for (web application) using Behaviour Driven Development style (Gherkins and JAVA) as main programming language.
- Data driven framework for testing multiple positive and negative scenarios
- Cucumber-reports for generating execution reports
- Page object model design pattern for storing DOM objects into different classes
- Continuous Integration using Jenkins for generating daily reports
- Dockerised the automation framework for containersation