How to do automatic tests for an API in katalon studio

how can I start to create a suite of tests that run automatically for my Api

Hi Fernando,

very complex question. Basically you need three main things:
1. Define your Web Service request objects in Object repository
2. Send request to get response object
3. Parse response object to get what you want from response and compare it with UI.

This may help you a bit: https://docs.katalon.com/display/KD/Web+Service

1 Like

Thanks
Marak, I just wanted to know if it was possible to create the tests and
then execute them all, something similar to what does Katalon recorde ,
create the tests and then you can run all the saved tests.