InfoQ

Topic/Tag specific view

xUnit.Net Content on InfoQ


News about xUnit.Net

Pex Automated Exploratory Testing for .NET

Community
.NET
Topics
Unit Testing

Pex is a white-box test generation tool from Microsoft Research. Instead of hand-writing a separate test case for each execution path within a given method, Pex allows a developer to write a single parameterized test method, which Pex will use to generate a suite of standard unit tests to exercise paths within the target method.

White: A New Windows UI Developer Testing Framework

Community
.NET,
Agile
Topics
Delivering Quality,
Customers & Requirements,
Unit Testing

The White project is an automated testing framework for Win32, WinForm, WPF and SWT (java) applications. Use it in combination with your favorit xUnit framework just like WatiN to perform user acceptance testing.