A type of testing where individual software components are tested to ensure correctness.
Total Questions
2
Display Order
#65
Category
Testing
Unit Testing verifies individual components of a software work correctly.
JUnit (Java), PyTest (Python), Jest (JavaScript), and NUnit (C#).