====== Pex, Automated White box Testing for .NET ====== [[http://research.microsoft.com/en-us/projects/pex/default.aspx]] Right from the Visual Studio code editor, Pex finds interesting input-output values of your methods, which you can save as a small test suite with high code coverage. Pex performs a systematic analysis, hunting for boundary conditions, exceptions and assertion failures, which you can debug right away. Pex enables Parameterized Unit Testing, an extension of Unit Testing that reduces test maintenance costs. {{tag>Bookmark}}