Run tests and see results
Test Run
determines which test cases will be tested.
In a test run, you can either include all your project’s test cases or select a subset of them to be tested.
Status | Description |
---|---|
Passed | The test completed successfully. |
Failed | The test did not meet the expected results. |
Error | An error occurred, and the test was not processed. |
In progress | The test is currently running. |