|
The primary goal of unit testing is to take the smallest piece of testable software in the application, isolate it from the remainder of the code, and determine whether it behaves exactly as you expect. Each unit is tested separately before integrating them into modules to test the interfaces between modules.
|
msdn.microsoft.com/en-us/library/aa292197(VS.71).aspx
|
|
|
|
This site is dedicated to software developers and testers using the JUnit testing framework. In addition to the latest news and download links for JUnit, you can find answers to questions about automated testing, tools and extensions for JUnit, and articles on Test Driven Development and other testing topics.
|
www.junit.org/
www.junit.org/
|
|
|
|
Building a single universal unit test suite for validation and regression testing enables frequent integration. It is possible to integrate any recent changes quickly then run your own latest version of the test suite.
|
www.extremeprogramming.org/rules/unittests.html
www.extremeprogramming.org/rules/unittests.html
|
|
|
|
|
In unit testing, you're just verifying that a single unit works according to expectations. It could be that the user of the unit is manipulating it incorrectly or is expecting different behavior. Testing that all of the components work together correctly is often done separately.
|
starship.python.net/crew/tbryan/UnitTestTalk/slide2.htm...
starship.python.net/crew/tbryan/UnitTestTalk/slide2.html
|
|
Don't wait until your project's lifecycle is in the testing phase to answer these questions. Perform unit testing while your application is still being built. If your developers unit test, project build time ... Harness the awesome power of unit testing with HarnessIt, the premier unit testing software for .NET Developers.
|
www.unittesting.com/
www.unittesting.com/
|
|
HarnessIt is a free download. After installation, HarnessIt will run in evaluation mode and ... NOTE: HarnessIt is a .NET application and requires that Microsoft's .NET Framework 2.0 or higher be installed on your computer. ... The following documentation file is identical to what is contained in the HarnessIt distribution.
|
www.unittesting.com/download.aspx
www.unittesting.com/download.aspx
|
|
Should unit testing test the public interface of a class or the private implementation? ... Perhaps I'm really missing the point given Michael Hills comment above in Are we testing too much? about testing privates? I believe unit testing is about testing method implementations not public interfaces, but there doesn't seem...
|
c2.com/cgi/wiki?UnitTest
c2.com/cgi/wiki?UnitTest
|
|
Offers documentation for the default Rails unit testing tool. ... Unit testing is making waves all over the place, largely due to the fact that it is a core practice of XP. While XP is great, unit testing has been around for a long time and has always been a good idea. One of the keys to good unit testing, though,
|
www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/T...
www.ruby-doc.org/stdlib/libdoc/test/unit/rdoc/classes/Test/Unit.html
|
|