You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From the list of testcases - weather it is a grouped list or a testsuite - a user can create a TestRun.
This is what allows users to execute testcases during software test cycle.
TestRun is a copy of testcases selected for execution. Testcases in TestRun won't change if original testcases will be changed.
Execution Status
There are 4 states that could be assigned to a testcase in TestRun:
PASSED - actual results meet expectations
FAILED - actual result don't match expectations
BROKEN - testcase is broken and needs to be fixed or updated
SKIPPED - testcase is being skipped within TestRun for some reason