Definition

Expected Result

The anticipated outcome of a test case step or the test case as a whole.

Full Definition

The expected result defines what should happen when a test case is executed correctly. It's the benchmark against which actual results are compared to determine pass or fail.


Characteristics of good expected results:

  • Specific: "Dashboard shows user name 'John Doe'" not "Page looks correct"
  • Measurable: Can be objectively verified
  • Unambiguous: Only one interpretation
  • Complete: Covers all relevant outcomes


Expected results can be defined:

  • Per step: What should happen after each action
  • Per test case: Final outcome after all steps


The comparison of expected vs. actual results is the core of test execution:

  • Match → Pass
  • Mismatch → Fail


Vague expected results like "system works correctly" or "no errors" lead to inconsistent testing and missed defects.

Examples

  • 1.Expected: User is redirected to dashboard with welcome message "Hello, John"
  • 2.Expected: Error message displays: "Invalid email format"
  • 3.Expected: Order confirmation email sent within 5 minutes

In BesTest

BesTest provides structured fields for expected results in test case creation, ensuring every test has clear verification criteria.

See Expected Result in Action

Experience professional test management with BesTest. Free for up to 10 users.

Try BesTest Free