Loading…
Loading…
The QA Practice Hub seeds four users:
| Password | Role | Active | |
|---|---|---|---|
customer@qahub.test | Customer123! | customer | yes |
admin@qahub.test | Admin123! | admin | yes |
support@qahub.test | Support123! | support | yes |
disabled@qahub.test | Disabled123! | customer | no |
POST /api/auth/login takes { email, password }. Observed behaviour:
422 VALIDATION_ERROR.401 INVALID_CREDENTIALS.401 INVALID_CREDENTIALS even with the correct password.200 with a bearer token and a user object.Your task: build the decision table, collapse it to the tests you would run, and answer the follow-up: "An unknown email and a wrong password both return the same 401. Is that a defect?"
Write your own answer first — the defect report, the case table, the locator, whatever the question asks for. An interviewer grades your reasoning, not your recall.
Practice this live with an AI interviewer
Starts a QA mock interview pre-filled with this problem — you can edit the brief before starting.