In which type of testing do you test individual components or units of software in isolation?

  • Integration Testing
  • System Testing
  • End-to-End Testing
  • Unit Testing
Unit testing is the practice of testing individual components or units of software in isolation from the rest of the application. It helps identify issues within these units before integrating them into the larger system.
Add your answer
Loading...

Leave a comment

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