Automation Testing REST API Using Katalon Studio
Technology Used#
About The Project#
There is two project in this works:
Using PUNK API for the data and make it to automation test using Katalon Studio. So I was making three test with For loop looping to loop three test data. The data:
- https://api.punkapi.com/v2/beers?page=2&per_page=20
- https://api.punkapi.com/v2/beers?page=2&per_page=5
- https://api.punkapi.com/v2/beers?page=2&per_page=1
After that, make the validation to make sure if the API test success or failed using custom keywords method in Katalon Studio and verify the amount of data in every datas.
Using PUNK API for the data and make it to automation test using Katalon Studio. In this test, I want to make sure the amount data of response, verify JSON Schema, and print all the nama in every data. The data: https://api.punkapi.com/v2/beers
Live Preview#
You can check the test run in YouTube
Test Run DemoRepository :