sachinm28
3 months agoRegular Visitor
ReadyAPI UI got struck when running a test case
Hi Team,
When I tried to execute a test case that returns a large response for a GET API, the ReadyAPI UI became unresponsive, and I had to restart ReadyAPI. Could you please help me resolve this issue?
Note: I am using a script assertion to validate the response against the database.
Hi sachinm28
Add query parameters to your GET API to limit response size - Example-pagination like ?limit=100
Mock large responses in ReadyAPI or use assertions to validate without full rendering.
To learn more - Ready for Anything, Ready for AI
Best Regards