Test Case
Write a failed-login test case so another person can use the same account and steps and see the same result.
Write a failed-login test case so another person can use the same account and steps and see the same result.
accounts.local/sign-inLOGIN-04↳The same account, input, and action make this check repeatable.
Give the same starting point and action: State the account condition, input, and clicks so another person can reproduce the situation. Automation also needs stable preparation, not data left from a prior run.
Compare expectation with reality: A case does not merely say “tested.” It records what should appear and what actually appeared, including a page, response, or failure information when useful.
Add a wrong-password login test case with preconditions, input, action, and expected result. After implementation, actually run it once and confirm it does not enter the account page and the error is clear.