nA verdict is the declared result of executing a single test.
nPass: the test case
achieved its intended purpose, and the software under test performed as expected.
nFail: the test case
achieved its intended purpose, but the software under test did not perform as
expected.
nError: the test case
did not achieve its intended purpose.
nPotential reasons:
nAn unexpected event occurred during the test case.
nThe test case could not be set up properly
n