_______ is a process in which individual units or components of a software are tested.

  • Acceptance Testing
  • Regression Testing
  • System Testing
  • Unit Testing
"Unit Testing" focuses on the smallest unit of the software design (like functions, methods, or classes). Each unit is tested in isolation to discover any discrepancies between its expected and actual outcomes.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *