ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 189 - AZ-400 discussion

Report
Export

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.

A.
Set Flaky test detection to Off.
Answers
A.
Set Flaky test detection to Off.
B.
Clear Flaky tests included in test pass percentage.
Answers
B.
Clear Flaky tests included in test pass percentage.
C.
Enable Test Impact Analysis (TIA).
Answers
C.
Enable Test Impact Analysis (TIA).
D.
Manually mark the test as flaky.
Answers
D.
Manually mark the test as flaky.
E.
Enable test slicing.
Answers
E.
Enable test slicing.
Suggested answer: B, D

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.

Reference:

https://docs.microsoft.com/en-us/azure/devops/pipelines/test/flaky-test-management

asked 02/10/2024
Marcos Davila
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first