AZ-400 · Question #247
You are creating a build pipeline in Azure Pipelines. You define several tests that might fail due to third-party applications. You need to ensure that the build pipeline completes successfully if the
The correct answer is B. Configure flaky tests. Flaky tests present a barrier to finding real problems, since the failures often don't relate to the changes being tested. A flaky test is a test that provides different outcomes, such as pass or fail, even when there are no changes in the source code or execution environment. ht
Question
Options
- AConfigure the build pipeline to use parallel jobs
- BConfigure flaky tests
- CIncrease the test pass percentage
- DAdd the Requirements quality widget to your dashboard
How the community answered
(37 responses)- A5% (2)
- B70% (26)
- C14% (5)
- D11% (4)
Explanation
Flaky tests present a barrier to finding real problems, since the failures often don't relate to the changes being tested. A flaky test is a test that provides different outcomes, such as pass or fail, even when there are no changes in the source code or execution environment. https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test- management?view=azure-devops
Community Discussion
No community discussion yet for this question.