Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 3
Which type of testing should be integrated into a CI/CD pipeline to ensure the correct behavior of all of the modules in the source code that were developed using
TDD?
Answer options
- A. soak testing
- B. unit testing
- C. load testing
- D. volume testing
Correct answer: B
Explanation
Unit testing is essential in a CI/CD pipeline as it tests individual components for correctness, aligning with TDD principles. Soak testing, load testing, and volume testing focus on performance and scalability rather than the correctness of the individual modules.