Print Page | Close Window

Process of the Software Test Plan

Printed From: One Stop Testing
Category: Software Testing @ OneStopTesting
Forum Name: Test Cases @ OneStopTesting
Forum Discription: You must be well versed in writting Good Test Cases as they only will decide whether you can catch most of bugs or not.
URL: http://forum.onestoptesting.com/forum_posts.asp?TID=1681
Printed Date: 29Dec2024 at 6:51am


Topic: Process of the Software Test Plan
Posted By: Rupali
Subject: Process of the Software Test Plan
Date Posted: 04Jul2007 at 2:46am
  1. Identify the requirements to be tested. All test cases shall be derived using the current Design Specification.
  2. Identify which particular test(s) you're going to use to test each module.
  3. Review the test data and test cases to ensure that the unit has been thoroughly verified and that the test data and test cases are adequate to verify proper operation of the unit.
  4. Identify the expected results for each test.
  5. Document the test case configuration, test data, and expected results. This information shall be submitted via the on-line Test Case Design(TCD) and filed in the unit's Software Development File(SDF). A successful Peer Technical Review baselines the TCD and initiates coding.
  6. Perform the test(s).
  7. Document the test data, test cases, and test configuration used during the testing process. This information shall be submitted via the on-line Unit/System Test Report(STR) and filed in the unit's Software Development File(SDF).
  8. Successful unit testing is required before the unit is eligible for component integration/system testing.
  9. Unsuccessful testing requires a Program Trouble Report to be generated. This document shall describe the test case, the problem encountered, its possible cause, and the sequence of events that led to the problem. It shall be used as a basis for later technical analysis.
  10. Test documents and reports shall be submitted on-line. Any specifications to be reviewed, revised, or updated shall be handled immediately.
    Deliverables: Test Case Design, System/Unit Test Report, Problem Trouble Report(if any).



Print Page | Close Window