AZ-400 · Question #273
AZ-400 Question #273: Real Exam Question with Answer & Explanation
The correct answer is B: Clear Flaky tests included in test pass percentage.. D: You can mark or unmark a test as flaky based on analysis or context, by choosing Flaky. To configure flaky test management, choose Project settings, and select Test management in the Pipelines section. B: Slide the On/Off button to On. https://docs.microsoft.com/en-us/azure/de
Question
You have a build pipeline in Azure Pipelines that occasionally fails. You discover that a test measuring the response time of an API endpoint causes the failures. You need to prevent the build pipeline from failing due to the test. Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
Options
- ASet Flaky test detection to Off.
- BClear Flaky tests included in test pass percentage.
- CEnable Test Impact Analysis (TIA).
- DManually mark the test as flaky.
- EEnable test slicing.
Explanation
D: You can mark or unmark a test as flaky based on analysis or context, by choosing Flaky. To configure flaky test management, choose Project settings, and select Test management in the Pipelines section. B: Slide the On/Off button to On. https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management
Community Discussion
No community discussion yet for this question.