27
Apr
Install Rest Assured Framework
- Open Intellij
- Go to File > New > Project
- Select Gradle and click next
- Give project name as Rest-Assured-API-Automation-Demo
- Click on the Finish button
- Now go to build.gradle file and add following lines:
// https://mvnrepository.com/artifact/io.rest-assured/rest-assured
testImplementation
… Read more