%@ Page Language="C#" MasterPageFile="~/Public/MasterVerticalTwoFrameInnerPage.master" AutoEventWireup="true" CodeFile="TestPlans.aspx.cs" Inherits="Public_Products_TestTrax_TestPlans"
Title="Test Center - Test Plans" %>
Test Plans
- Test Plan is a collection of test cases.
- Test plans are created to represent a particular type of testing to be performed. Some examples of test plans are:
- Priority 1 Test Plan - Contains all the priority 1 test cases of the product.
- Security Test Plan - Contains security related test cases of the product.
- Localization Test Plan - Contains localization related test cases of the product.
- Smoke Tests Test Plan - Contains the test cases to be executed when the builds have to be smoke tested.
- Full Test Plan - Contains all the test cases of the product.
- Test team decides on the test plans that will be needed for the product and create them.
- Test plans can be created and modified anytime through the product life cycle.