API Call -Mobile test suite run

Hi

is there a way to check the API Calls made during mobile test case run with katalon studio ?
how to check these ?does this supported by katalon?

Hi Rahul @rahul.g, thank you for bringing this up.
Can you show us how you create your script in running the mobile test case with the API calls? We want to check whether you have 2 different test cases for mobile and API separately or if the script is incorporating both things.

Katalon Studio does not provide a built-in feature to monitor API calls made during mobile test case runs. However, you can create API tests separately and integrate them into your test cases to validate the API calls and responses.

To create API tests in Katalon Studio, follow the tutorial on creating your first API test with Katalon Studio (Create your first API test with Katalon Studio | Katalon Docs).

For mobile testing, you can refer to the Sample Android mobile tests project in Katalon Studio (Sample Android mobile tests project in Katalon Studio | Katalon Docs) and Mobile Android Setup in Katalon Studio ([Mobile] Android Setup in Katalon Studio | Katalon Docs).

You can then combine your API tests with your mobile test cases to validate the API calls made during the mobile test case run.

Hope this helps~