Saturday, April 15, 2017

What is Component integration testing?

What is Component integration testing?


Component Integration Testing tests the interactions between software components and is done after component testing.
  • The software components themselves may be specified at different times by different specification groups, yet the integration of all of the pieces must work together.
  • It is important to cover negative cases as well because components might make assumption with respect to the data.

Component Integration Testing tests the interactions between software components and is done after component testing.
  • The software components themselves may be specified at different times by different specification groups, yet the integration of all of the pieces must work together.
  • It is important to cover negative cases as well because components might make assumption with respect to the data.

No comments:

Post a Comment

What is Beta testing?

What is Beta testing? Beta Testing is also known as field testing. It takes place at customer’s site . It sends the system/software to ...