Pex with Jonathan 'Peli' de Halleux and Nikolai Tillmann
Summary
This episode of Hanselminutes discusses the test generation tool PEX, a Microsoft Research project that automatically generates white-box test cases. It highlights the challenge of achieving thorough code coverage and suggests PEX as a practical solution for developers to ensure their code is comprehensively tested against various branches and scenarios. The main takeaway is that PEX simplifies and enhances the test development process by automatically creating tests that exercise code paths that might otherwise be missed.