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.
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.
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.
Source URL: https://blog.qatestlab.com/2015/01/08/what-should-be-indicated-in-a-test-plan-about-unit-testing/
Copyright ©2024 QATestLab Blog unless otherwise noted.