- Topics
- Visual Studio 11,
- NUnit,
- Visual Studio,
- .NET,
- Unit Testing,
- Microsoft,
- IDE,
- Programming,
- TDD,
- Testing,
- plugins,
- xUnit.Net,
- Companies,
- QUnit,
- Jasmine
NUnit, XUnit.net, QUnit, Jasmine, Chutzpah are all supported in the Visual Studio 11 Beta along with MSUnit, promising better choice and over-all unit-testing experience for developers. And the list is expected to get bigger towards the final release of VS 11.
- Topics
- Unit Testing,
- .NET,
- TDD,
- Testing,
- xUnit.Net,
- MbUnit,
- MSTest,
- Programming
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.
- Topics
- Delivering Quality,
- Customers & Requirements,
- Quality,
- NUnit,
- Unit Testing,
- Project Management,
- .NET,
- Software Craftsmanship,
- Acceptance Testing,
- Programming,
- Agile,
- TDD,
- MbUnit,
- Testing,
- MSTest,
- xUnit.Net
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.