AI-powered
podcast player
Listen to all your favourite podcasts with AI-powered features
How to Fix a Flaky Test Case
Even a bad test can give you more information than no testing at all, right? That's great. I've decided to track down this particular flaky test and try to see if I can repair it. How would I go about doing that? Should I quarantine the test, but that's basically essentially skipping it?" Do you think it'll be better to maybe look at the setup and tear down functions or try tosee if we can make sure that this test is well-factored or isolated better than currently? What you're suggesting is something that I definitely try to do, especially if I'm dealing with an order dependent flaky test case."