Pex at the Seattle Code Camp
Pex at the Seattle Code Camp
Submitted by Jonathan de Halleux on Wed, 17/10/2007 - 02:36.Update: I will not be at the Seattle Code Camp, too much rescheduling.
I'll be presenting Pex at the Seattle Code Camp in Nov.
Pex – Automated White Box Unit Testing
Parameterized unit testing is becoming a mainstream feature of most unit test frameworks; MbUnit RowTest (and more), VSTS data tests, xUnit.net Theories, etc... Unfortunately, it is still the responsibility of the developer to figure out relevant parameter values to exercise the code. With Pex, this is no longer true. Pex is a unit test framework addin that can generate relevant parameter values for parameterized unit tests. Pex uses an automated white box analysis (i.e. it monitors the code execution at runtime) to systematically explore every branches in the code. In this talk, Peli will give an overview of the technology behind Pex (with juicy low-level .NET profiling goodness), then quickly jump to exiting live demos.
This posting is provided "AS IS" with no warranties, and confers no rights.
