The Gallio project command-line based test runner
A type of agile software development,advocating frequent "releases" in short development cycles. The idea is to improve developer productivity and create points in the process where new customer requirements can be included into the software specification.
TeamCity is a Java-based build management and continuous integration server.
A free and open source build platform with an XML syntax.
One of the first behavior-driven development frameworks written in C#. Tests written against nBehave can be run by Gallio.
A code coverage tool measuring how much of your code is run by the tests you have written.
One of the first unit-testing frameworks written in C#. Tests written against nUnit can be run by Gallio.
A build management and continuous integration server. It has a test runner which can use Gallio to run tests written against any framework that Gallio supports.
A style of software development with four simple steps.
Create a test case for code that fails.
Write code so the test case and all other test cases pass.
Refactor all the code so there are no code smells and the test cases still pass
Repeat
TestDriven.NET is a plug-in for Visual Studio that allows you to run or debug their (non-MSTest) tests from within Visual Studio
A test runner is a program or plug-in for other programs that provide different ways to run tests through Gallio
A mock object framework written in C#.