Developing Applications Using Cisco Core Platforms and APIs (DEVCOR) — Question 108
What is a benefit of continuous testing?
Answer options
- A. increases the number of bugs found in production
- B. enables parallel testing
- C. removes the requirement for test environments
- D. decreases the frequency of code check-ins
Correct answer: B
Explanation
The correct answer is B because continuous testing allows teams to run tests in parallel, which improves efficiency and speeds up feedback. Option A is incorrect as continuous testing aims to reduce bugs in production, not increase them. Option C is false because test environments are still necessary for effective testing, and option D is wrong since continuous testing encourages more frequent code check-ins.