Testing
Flaky tests
Which of the following cause flaky tests that fail only sometimes on CI? Select all that apply.
Pick all that apply
Flaky tests
Which of the following cause flaky tests that fail only sometimes on CI? Select all that apply.
Pick all that apply
TestingMultiple choiceExpert
In a suite written with Swift Testing, several tests write to and read from the same file…
#shared-state
TestingShort answerAdvanced
A login flow test written in XCUITest fails about 30% of the time on CI. What would you c…
#flaky
TestingMultiple choiceAdvanced
The "retry after three seconds" logic uses Task.sleep(for: .seconds(3)), so the test real…
#determinism
TestingShort answerAdvanced
An app calls AuthManager.shared directly all over the code. How would you unit test the c…
#test-isolation