nerdexam
CiscoCisco

350-901 · Question #78

350-901 Question #78: Real Exam Question with Answer & Explanation

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?

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

Explanation

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

Common mistakes.

  • A. Continuous testing typically encourages more frequent, smaller code check-ins to facilitate earlier detection of issues, not decreased frequency.
  • B. Test environments are still required for continuous testing to execute tests; continuous testing aims to automate and integrate testing within these environments.
  • D. 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

Reference. 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 PracticeBrowse All 350-901 Questions