Intermediate Software Testing & QA
Q78 / 100

In a CI/CD pipeline, what is a "quality gate"?

Correct! Well done.

Incorrect.

The correct answer is A) A defined set of criteria (e.g. passing tests, minimum coverage, no critical vulnerabilities) that a build must meet before progressing to the next stage

A

Correct Answer

A defined set of criteria (e.g. passing tests, minimum coverage, no critical vulnerabilities) that a build must meet before progressing to the next stage

Explanation

Quality gates automatically block builds that don't meet defined standards, helping enforce consistent quality without manual gatekeeping.

Progress
78/100