Let’s discuss how test documents span during software development lifecycle.
There are such specific testing documents:
Project test plan
This is the central test plan which outlines the entire test strategy of the software project. It should be created before the beginning of the project and is used until the finish of the software development lifecycle.
Acceptance test plan
Acceptance test plan is generally created together with the end client. This document starts in the requirement stage and is finished at final delivery.
System test plan
System test plan commence during the design stage and goes on until the finish of the project.
Integration test plan
This test plan begins at the time of the execution stage and persists until the final delivery.
Unit test plan
Unit test plan starts at the time of the execution stage and continues until the final delivery.