I using Python to make the continuous REST api request, but the QA software will auto close when runtime is long (30 minutes onwards). Is that any solution to it?
Hi @Chan, welcome to the forum!
What do you mean by “the QA software will auto close when the runtime is long”
Do you mean the application closes by itself?
Hi @matt
Yes, the QA application will close by itself after certain time of continuous api request, I tried to add delay in each of the api request, seem does not work. Do the QA application got any constraint in handling the api request?
Hi @Chan, can you simplify your code to the smallest loop that is having the problem and share it here?