Pages

Showing posts with label integrating testing. Show all posts
Showing posts with label integrating testing. Show all posts

Thursday, March 13, 2014

What is integrating testing

Integration testing is test to verify that an external service call responds correctly to your input data.

if a test uses

  • the database
  •  an external system (e.g. a queue or a mail server)
  • a test reads/writes files or performs other I/O
  • the network
it is normally an integration test. Arquillian is a popular testing framework that supports integration testing.