Read Timed out
Hi All,
I created a test case with the following test steps in readyAPI
1) Generate an access token
2) User access token generated in the previous step and get customer account details (We have to pass this token as a header (Bearer))
3) Delete the access token
4) Now using the same token, i am trying to get the customer details again
Expected Result : 401 unauthorized
Actual Result: Read timed out
When i run these 4 steps, one by one , i am able to achieve the expected results. But when i run the test case as a whole, 4th step gets read timed out
I tried to mimic the same behavior in Postman, and i am able to run it successfully there. Kindly advise
Hi,
Not sure if this helps, but it sounds like the connection is kept open somehow.
If preferences, you can force SoapUI to close connections after each request.
Maybe this will ensure a fresh connection is built without the deleted access token.