33. What Is Difference Between Sitp And Utp In Testing?
A test plan that is done at the smallest level or stand alone mode is known as Unit Test Plan. For example, a project is having customer and invoicing modules. So the test on customer module and invoicing module will be done individually. This is Unit Test Plan. Later both customer and invoice is to be tested in one set. To do so, we integrate both into one set and test them. So System Integration Test Plan and Unit Test Plan can be done by using NUNIT.