Multiple choice technology testing

  1. Testing activity which is performed to expose defects in the interfaces and in the interaction between integrated components is :-

  1. a) System Level Testing

  2. b) Integration Level Testing

  3. c) Unit Level Testing

  4. d) Component Testing

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Integration testing specifically focuses on detecting defects in the interfaces and interactions between integrated components. Unit testing examines individual components, while system testing checks the entire integrated system.