Test Automation Case Study-2 (API)
This is a case study project which is demanded by KLOIA.
You can find same Selenium API Test Scenarios about "https://petstore.swagger.io"
Required Setup
Java should be installed and configured. Maven should be installed and configured. Download the files from Git repository either as zip file OR using Git.
Project Details
This project is created with BDD Cucumber Framework. Below tools are used.
JDK 11 Selenium 3.14.59 Rest-Assured 4.5.0 Cucumber 7.1.0
Running Test
Open the command prompt and navigate to the folder in which pom.xml file is present. Run the below Maven command.
mvn clean test