Skip to content

Execution

Aziz edited this page Feb 4, 2019 · 6 revisions

Test Run

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

Clone this wiki locally