Implementing DevOps Solutions and Practices Using Cisco Platforms (DEVOPS) — Question 60

A team is developing an application for end users. The application will use microservices. For user access dual-factor authentication will be used.

Which type of test must be performed by the CI/CD tool to replicate user behavior and to verify that various user actions work as expected?

Answer options

Correct answer: B

Explanation

The correct answer is B, end-to-end testing, as it is designed to mimic real user behavior and ensure that all parts of the application work together as intended. Unit tests (A) focus on individual components, while A/B tests (C) compare different versions of a feature, and sanity tests (D) check for basic functionality, none of which fully replicate user actions in the same comprehensive manner.