A Test Result refers to the outcome derived from executing a specific test case against a software application or system under evaluation. It indicates whether the application behaves as expected according to its requirements.
Types of Test Results:
- Pass Result: The application behaved as expected; no defects found.
- Fail Result: The application did not behave as expected; defects identified.
- Blocked Result: Testing could not proceed due to external factors or dependencies not being met.
Analysing test results helps teams assess software quality and identify areas needing improvement before release.
