Understanding a Test Result Status

A Test Case is linked to a Test Result based on the Test Properties used to run your Test.

When you execute or run a Test Case in Vansah, the Test Result can be either one of the following Status.

You will be able to search Test Cases based on the Test Result Status

IDResult
0[N/A]  
1[FAILED] 
2[PASSED]
3[UNTESTED]
4[N/A-IN PROGRESS]
5[FAILED-IN PROGRESS]
6[PASSED-IN PROGRESS]

An In Progress state is automatically set to indicate a test case that has step/s (Test Script) is still running.

If you see a Test Case status = PASSED (In Progress), it means that the test case is still running however it is PASSING up to the current point.

If you see a Test Case status = FAILED (In Progress), it means that the test case is still running however it is FAILING up to the current point.

N/A is a status that can be used to ignore the test case result however it is used to indicate that the Test Case has been executed.

  • A Test is deemed to be PASSED if its actual result matches its expected result and all Steps (if it has a script) have been completed.
  • A Test is deemed to be FAILED if its actual result does not match its expected result and all Steps (if it has a script) have been completed.

Related Articles