Today we would be discussing automated api testing and the tool used is REST assured. http://rest-assured.io/
Rest assured supports BDD style test which are easy to read and supports Given, When, Then format.
Sample Rest endpoints https://my-json-server.typicode.com/
Git repo https://github.com/adi-devops/rest-as...