What type of testing is performed to ensure that the individual units or components of a software system are working correctly?

  • Acceptance Testing
  • Integration Testing
  • System Testing
  • Unit Testing
Unit Testing is the type of testing performed to verify that individual units or components of a software system work correctly. It focuses on isolated testing of these units to identify and address defects at an early stage.
Add your answer
Loading...

Leave a comment

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