Forum Discussion

sachinm28's avatar
sachinm28
Regular Visitor
3 months ago
Solved

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.

1 Reply

  • Humashankar's avatar
    Humashankar
    Icon for Champion Level 3 rankChampion Level 3

    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