Test automation project for DemoQA using Java
DemoQA is a demo site for QA engineers, learning selenium.
Made by Tools QA.
Consists of website with training forms and example of bookshop with open API.
Tools and technologies:
The automation tests in this project are written in Java using Maven framework.
- Java - 24
- Maven - 4.0.0
- TestNG - 7.11
- Selenium WebDriver - 4.35
Open terminal in IDE and git clone the repository git clone [email protected]:Tuscann/DEMOQA-automation-with-Java.git
Run all tests from ModalDialogsPageTests from terminal with:
mvn test -Dtest=demoqa.web.tests.alerts.ModalDialogsPagePageTests
Run all tests in project from terminal with:
mvn test