%@ Page Language="C#" MasterPageFile="~/Public/MasterVerticalTwoFrameInnerPage.master" AutoEventWireup="true" CodeFile="TestRuns.aspx.cs" Inherits="Public_Products_TestTrax_TestRuns"
Title="Test Center - Test Runs" %>
Test Runs
- Test Runs are the actual execution of the test cases.
- A test run can be executed against a test plan or individual test cases.
- When a test run is executed against a test plan, all the test cases in the test plan get included. This saves time for repeated execution of a class of test cases.
- Within the test run, test cases can be viewed by the owners of the test cases. This helps tester identify the test they need to execute.
- Multiple test runs can be executed simultaneously and for different products and versions.
- Test results are recorded into the cases, which can then be reported on.
- Tester can make a case as pass or fail and record the observed output in the test case details.