Test management - Record
Test case
A specific scenario describing what to test and what result should be expected
What's it for?
Makes one specific software check repeatable by stating what to do and what result should be expected.
For example…
Case: 'Given a locked account, when the user resets the password, then they can sign in within five minutes.'
A login test case says: enter a valid email and password, select Sign in, and expect the account dashboard to open
Think of it like…
Checklist item on a pre-flight inspection: clear action, clear pass/fail