All glossary terms
Verify

Test case vs test scenario

A test scenario describes what to verify at a high level — 'a user can reset a forgotten password' — while a test case specifies the concrete steps, inputs, and expected results that prove it. One scenario usually expands into several test cases (valid email, unknown email, expired link); conflating the two yields either vague coverage or unmanageable detail.