The Stack Overflow podcast is a weekly conversation about working in software development, learning to code, and the art and culture of computer programming. Hosted by Paul Ford and Ben Popper, the series features questions from our community, interviews with fascinating guests, and hot takes on what’s happening in tech. Founded in 2008, Stack Overflow is empowering the world to develop technology through collective knowledge. It’s best known for being the largest, most trusted online community for developers and technologists. More than 100 million people come to Stack Overflow every month to ask questions, help solve coding problems, and develop new skills.

Flake it till you make it - how to handle flaky tests

January 17, 2023 00:28:28 27.34 MB Downloads: 0

There is a ton of great research to be found on Prof. Kapfhammer's website, including: 

  • Flaky Tests: Finding and fixing unpredictable and harmful test cases
  • Database Testing: Automatically testing relational database schemas
  • Web Testing: Detecting and repairing poor responsive web page layout

We've written a bit about how Stack Overflow is upping its unit testing game and how you can evaluate multiple assertions in a single test.

Thanks to our lifeboat badge winner of the week, Survivor, for answering the question: Is it possible to find out if a value exists twice in an arraylist?