What to Indicated in Unit Test Plan?

by Nataliia Vasylyna | January 8, 2015 10:00 am

It is common knowledge that unit testing is instrumental in any software development process. It is carried out before integration testing and system testing, at first phases of a software product construction, when only separate modules of a program are created.

It helps to find most of serious errors in the program code and prevent their appearance in later development phases. It is usually automated and performed by specialists in automated testing.

Peculiarities of unit testing should be described in the project test plan.

A Test Plan Should Specify:

In a test plan one should also indicate the details of unit testing, order of the planned activities. Names of specialists responsible for every task of the project must be in the document as well.

In a Test Plan One Usually Can Find Names of Test Engineers Responsible For:

If unit testing passed successfully and the developers join the units together, integration testing is executed. When all the parts are integrated, it is time for system testing. These testing types must also be described in the test plan.

Learn more from QATestLab

Related Posts:

Endnotes:
  1. About the Execution of Unit Testing: https://blog.qatestlab.com/2016/01/18/unit-testing-execution/
  2. Unit Testing Tips: https://blog.qatestlab.com/2016/01/15/unit-testing-tips/
  3. The Truth About Unit Testing: https://blog.qatestlab.com/2015/12/10/unit-testing-truth/

Source URL: https://blog.qatestlab.com/2015/01/08/what-should-be-indicated-in-a-test-plan-about-unit-testing/