Automation Testing REST API Using Katalon Studio

API Testing in Katalon Studio

Technology Used#

Wheelmap

Wheelmap
Wheelmap

About The Project#

There is two project in this works:

  1. 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:

    1. https://api.punkapi.com/v2/beers?page=2&per_page=20
    2. https://api.punkapi.com/v2/beers?page=2&per_page=5
    3. 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.

  2. 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 Demo
Wheelmap

Repository :

Wheelmap