When performing integration testing, what is typically the first step?

  • Check the user interface for consistency
  • Integrate the components and test their interaction
  • Test the individual units in isolation
  • Validate the overall functionality of the web service
The typical first step in integration testing is to test the individual units in isolation before validating their interaction as a whole.
Add your answer
Loading...

Leave a comment

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