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.
Question
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)- B7% (2)
- C89% (25)
- D4% (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.
Continuous testing typically encourages more frequent, smaller code check-ins to facilitate earlier detection of issues, not decreased frequency.
Test environments are still required for continuous testing to execute tests; continuous testing aims to automate and integrate testing within these environments.
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.
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
Community Discussion
No community discussion yet for this question.
