High level test cases for auth.method = "basicAuth" :
Te
TC ID | Test Case Name | Test Case Description | Expected Result |
---|---|---|---|
T01 | Client with correct basic auth and correct certificate | PASS | |
T02 | Client with correct basic auth and incorrect certificate | PASS | |
T03 | Client with correct basic auth and without certificate | PASS | |
T04 | Client without basic auth and without certificate | FAIL | |
T05 | Client without basic auth and with correct certificate | FAIL | |
T06 | Client with incorrect basic auth and with correct certificate | FAIL | |
T07 | Client with incorrect basic auth and with correct certificate | FAIL | |