This is a follow on from my Software Testing Concept Map
1) What is the difference between a System Test and a System Integration Test?
a) A System Test checks that the entire code works, while a System Integration Test checks that different parts of the code work together properly.
b) A System Test checks that the entire code works, while a System Integration Test checks that the code interfaces with third party software properly.
c) A System Integration Test checks that the code builds properly on a given platform, while a System Test checks that a code and any associated third party software work together properly.
d) A System Integration Test checks that the entire code works, while a System Test checks that different parts of the code work together properly.
2) Which combinations of testing help accomplish Validation as opposed to Verification?
a) a combination of unit, integration, and system testing
b) regression testing
c) none of these
d) system testing, system integration testing (if applicable), and regression testing.