nerdexam
Cisco

350-901 · Question #78

What is a benefit of continuous testing?

The correct answer is C. enables parallel testing. Continuous testing integrates testing throughout the software delivery pipeline, which allows for tests to be executed concurrently and earlier in the development process.

Application Deployment and Security

Question

What is a benefit of continuous testing?

Exhibit

350-901 question #78 exhibit

Options

  • Adecreases the frequency of code check-ins
  • Bremoves the requirement for test environments
  • Cenables parallel testing
  • Dincreases the number of bugs found in production

How the community answered

(28 responses)
  • B
    7% (2)
  • C
    89% (25)
  • D
    4% (1)

Why each option

Continuous testing integrates testing throughout the software delivery pipeline, which allows for tests to be executed concurrently and earlier in the development process.

Adecreases the frequency of code check-ins

Continuous testing typically encourages more frequent, smaller code check-ins to facilitate earlier detection of issues, not decreased frequency.

Bremoves the requirement for test environments

Test environments are still required for continuous testing to execute tests; continuous testing aims to automate and integrate testing within these environments.

Cenables parallel testingCorrect

Continuous testing promotes the execution of tests in parallel across different stages and environments, allowing for faster feedback and more efficient use of resources. This approach often involves running various types of tests (unit, integration, regression) concurrently.

Dincreases the number of bugs found in production

The goal of continuous testing is to find bugs earlier in the development lifecycle, before they reach production, thereby decreasing the number of bugs found in production.

Concept tested: Benefits of continuous testing

Source: https://docs.microsoft.com/en-us/azure/devops/learn/what-is-devops/what-is-continuous-testing

Topics

#Continuous Testing#CI/CD#Parallel Testing#DevOps

Community Discussion

No community discussion yet for this question.

Full 350-901 Practice