Forum Discussion

skyhigh's avatar
skyhigh
Contributor
7 years ago
Solved

Testing for login failure

Hi,   I'm new to both SOAP testing and SmartBear test tools.  Right now I'm creating the failure test case for login.  The test case uses "Get" API that has parmaters username and password.  For th...
  • PaulMS's avatar
    PaulMS
    7 years ago

     

    200 OK is a standard status code for successful HTTP requests. Content-Length: 0 indicates that no JSON data was in the response so likely to be a problem with the service not the test step or assertion.