Databricks Certified Data Engineer Professional — Question 83
Which statement describes integration testing?
Answer options
- A. Validates interactions between subsystems of your application
- B. Requires an automated testing framework
- C. Requires manual intervention
- D. Validates an application use case
- E. Validates behavior of individual elements of your application
Correct answer: A
Explanation
The correct answer, A, is accurate because integration testing focuses on ensuring that different subsystems of an application work together as intended. Options B and C are incorrect as integration testing can be conducted both manually and through automated frameworks, while options D and E pertain to different types of testing, such as system testing and unit testing, respectively.