CV0-003 · Question #547
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does…
The correct answer is B. Regression testing. Regression testing is a type of software testing that is performed to verify that changes to a system or application have not introduced new defects or regressions in existing functionality. In this case, the administrator wants to ensure that the new code does not negatively…
Question
A DevOps administrator is automating an existing software development workflow. The administrator wants to ensure that prior to any new code going into production, tests confirm the new code does not negatively impact existing automation activities. Which of the following testing techniques would be BEST to use?
Options
- AUsability testing
- BRegression testing
- CVulnerability testing
- DPenetration testing
How the community answered
(60 responses)- A2% (1)
- B90% (54)
- C7% (4)
- D2% (1)
Explanation
Regression testing is a type of software testing that is performed to verify that changes to a system or application have not introduced new defects or regressions in existing functionality. In this case, the administrator wants to ensure that the new code does not negatively impact existing automation activities. Regression testing can be used to verify that the new code does not break the existing automation scripts.
Topics
Community Discussion
No community discussion yet for this question.