nerdexam
CompTIA

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…

DevOps fundamentals

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)
  • A
    2% (1)
  • B
    90% (54)
  • C
    7% (4)
  • D
    2% (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

#regression testing#CI/CD pipeline#DevOps#software testing

Community Discussion

No community discussion yet for this question.

Full CV0-003 Practice