What is an integration test?

610 views

I’ve recently become aware of a company that was running an integration test, but the test went out to all users in the production environment. What type of test is this?

In: Technology

5 Answers

Anonymous 0 Comments

Integration test is to validate that any systems, applications, software that you use in your job – hasn’t been affected by the new stuff they are bringing in. They want you to continue doing all your normal work, and if you notice something is broken, let them know. Usually integration testing is not done in production tho.

You are viewing 1 out of 5 answers, click here to view all answers.