0
2.6kviews
Explain unit testing. Explain integration testing.

Subject: Software Engineering

Topic: Testing Stratergies and Tactics

Difficulty: High

1 Answer
0
39views

Unit Testing: UNIT TESTING is a level of software testing where individual units/ components of a software are tested. The purpose is to validate that each unit of the software performs as designed. A unit is the smallest testable part of any software. It usually has one or a few …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.