Match different types of testing.
a. White box test b.Black box test c. Unit test d. system test e. Integration test
1. A type of automated test that is performed very regularly by programmer as s/he writes or update source code. ( )
2. A type of test that uses postconditions and exception conditions from extended use case description and heuristics. ( )
3. A type of test that requires access to source code. ( )
4. A type of test that verifies the whole system or a functional subsystem. ( )
5. A type of automated test that includes software components from other developers or the real classes (no stubs, no mocks). ( )
1. A type of automated test that is performed very regularly by programmer as s/he writes or update source code. ( Unit test)
2. A type of test that uses postconditions and exception conditions from extended use case description and heuristics. (Black box test )
3. A type of test that requires access to source code. ( White box test)
4. A type of test that verifies the whole system or a functional subsystem. ( System test)
5. A type of automated test that includes software components from other developers or the real classes (no stubs, no mocks). ( Integration test)
Get Answers For Free
Most questions answered within 1 hours.