Catch the status of the response from an AJAX (API) call

Hi,

I would like to know if it’s possible with Katalon Recorder to catch the response status of an AJAX call done by the system?
In my application after clicking on the save button of a form, data are sent to the backend and a JSON response is returned by the backend to the frontend. I would like to retrieve the status of the response in order to know if all was been successfully passed.

Could you please help me with that ?

Hi there,

Unfortunately Katalon Recorder can’t do that currently. Usually in E2E testing we’d only test what people can see or do, and users can’t really catch the response from an AJAX call per se, but only interact with what the UI displays.