By tag: Pex
0
kicks
Code Contracts in .NET 4
This video explains code contracts in .NET and how they can be used to improve data integrity, consistency, and development velocity with minimal impact to the size of the source base and even to production performance.
0
kicks
Verifying code and testing with Pex
Earlier this week, Katrien posted an update on the list of Belgian TechDays 2009 speakers. This post featured a summary on all sessions, of which one was titled “Pex – Automated White Box Testing for .NET”. Here’s the abstract:
“Pex is an automated white box testing tool for .NET. Pex systematic...
0
kicks
Microsoft Pex - 0.5 Released
Great post into the new Microsoft Pex Unit Testing framework. Demostrates how what gets executed, the results and some on the initial cool features.
0
kicks
Automated Exploratory Testing
Pex (Program EXploration) is an intelligent assistant to the programmer. From a parameterized unit test, it automatically produces a traditional unit test suite with high code coverage. In addition, it suggests to the programmer how to fix the bugs.