Hello Team,
I am doing API testing. I am clicking on Test Request and Verify, but nothing is showing up in the Verification log. I have the below verification.
WS.verifyResponseStatusCode(response, 200)
assertThat(response.getStatusCode()).isEqualTo(200)
Thanks