Software QA Testing Question:
What is Integration Testing?
Answer:
Testing of combined parts of an application to determine if they function together correctly. Usually performed after unit and functional testing. This type of testing is especially relevant to client/server and distributed systems.
Previous Question | Next Question |
What is Inspection? | What is Installation Testing? |