Which type of testing focuses on verifying the functionality of individual components in isolation?

  • Unit Testing
  • Integration Testing
  • System Testing
  • Performance Testing
Unit Testing focuses on verifying the functionality of individual components (or units) in isolation. It helps ensure that each component works correctly on its own.
Add your answer
Loading...

Leave a comment

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