Lecture 3 - Test Cases and Test Suites -> Quick Intro -> Test Case Structure -> Results Of The Test Case Execution -> Useful Attributes Of The Test Case
The test case execution is finished once we have compared the actual and expected results. This comparison can give us one of two results:
1. PASS-i.e., AR equals ER
2. FAIL-i.e., AR does not equal ER (bug? – see below)
You should have QATUTOR Membership to view this page. Please, login or sign up. If you are already logged in, try refreshing this page.
Lecture 3 - Test Cases and Test Suites -> Quick Intro -> Test Case Structure -> Results Of The Test Case Execution -> Useful Attributes Of The Test Case