When performing integration testing, the focus is on the ________ between different components of the application.

  • interactions
  • behavior
  • dependencies
  • functions
Integration testing focuses on the dependencies between different components of the application. It ensures that these components work together as expected. While interactions and behavior are important aspects, they are not the primary focus of integration testing. Functions are a narrower concept and do not encompass all aspects of integration.
Add your answer
Loading...

Leave a comment

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