|
Overview on how to use NUnit
This screencast is an introduction to NUnit as well as a brief overview of testing with NUnit. In this episode you will learn the following
Use the NUnit IDE
Create simple tests with NUnit
Debug a test via the VS IDE
|
|
|
|
Designing for Testability
In this interview from QCon San Francisco 2007, Cédric Beust discusses designing and architecting for testability, problems that hinder testability, t...
|
|
|
Designing for Testability
In this presentation from QCon San Francisco, Cedric Beust and Alexandru Popescu discuss interesting features of TestNG such as grouping of tests, data...
|
|
|
WatiN and Ajax Unit Testing
The above video demonstrates WatiN integrated with nUnit which together creates a brilliant environment to run functional "Unit Tests" on GUI libraries. Watch the video for an interesting demonstration of how to integrate Unit Testing into your Ajax GUI projects.
|
|
|
|
Testing Controllers
Controllers are tricky to test, and there's no perfect way to do it. In this episode you will see how I test controllers, and my reasoning behind it.
|
|
|
Testing without Fixtures
Tests which rely heavily on fixtures are brittle and can be difficult to maintain. This episode will show a couple techniques for creating tests which don't use fixtures
|
|
|
|
|
Becoming a Software Testing Expert
You're already an experienced tester. You know how to design tests and report bugs. Now what? Do you feel like an expert? Unfortunately, if you want to...
|
|