I am observing a significant difference in API response times between Katalon Studio and Postman for the same API.
Postman response time: ~1.8 seconds
Katalon response time: ~4.1 seconds
Both requests are executed with the same endpoint, payload, and under similar network conditions. However, Katalon consistently takes almost double the time.
I would like to understand:
Why there is a delay when executing APIs in Katalon
I am using Katalon for API testing, it is good only not that much bad. We cannot definitely compare to Postman or other API tools, but it is manageable.
But you are right, if someone dedicatedly need for API testing then surely it is not a recommended tool.
I think, the API testing feature of Katalon Studio is bogus. Let me show you an example, see
It does not support any binary data in the HTTP response: such as images, pdf, xlsx, zip, tar, mp4, etc. It naively assumes that a HTTP response carries text only (json, xml, text/plain). Terrible, isn’t it.
As far as I see, Katalon is no longer investing their human resources into the API testing features. AI would not cure the poor implementation of the product. I would expect no improvement in future.