Script assertion in my API request is not running when request log shows Connection refused and there is no reponse.
This happens when i run the test case as a set with multiple steps and if i run the API step manually, the assertion seems to work?
How come?
I want the script assertion to run even if the request fails as i am reading the Error log of ReadyAPI via groovy script and doing an assertion
Is there a way?