Java, Selenium, JUnit4
Web automation end to end project uses a number of open source projects to work properly:
- Java - is a high-level, class-based, object-oriented programming language that is designed to have as few implementation dependencies as possible.
- Selenium - is an open source umbrella project for a range of tools and libraries aimed at supporting browser automation.
- JUnit4 - is an open-source framework designed to write and run repeatable automated tests.
$ git clone https://github.com/catalyn98/WebAutomationEndToEndProjectWithSelenium.git- JDK 17 or higher;
- JUnit 4.13.2 or higher;
- Chrome driver on your machine needs to be the same version as it is in the framework.
This testing framework emerged as the culmination of a project undertaken during the "Automated Testing with Java Selenium" course, provided by Școala Informală de IT. Through this course, participants were equipped with the essential skills and knowledge required to create automated testing solutions using Java and Selenium.
