community
directory
books
authors
images
encyclopedia

Email:
Password:
Register

Knowledgerush Search

 

Google
  Web knowledgerush


Search for images of XUnit


Message boards   Post comment

XUnit

In computer programming, a unit test is a method of testing a source code module, preferably before the module to be tested is implemented.

The idea is to write test cases for every function or method in the module so that each test case is separate from others if possible. After completion of the unit test it is easy to check if the module is working properly. Unit testing also allows the programmer to refactor code at a later date, and make sure the module still works correctly (regression testing).

The unit testing concept is part of the Extreme Programming method of software engineering. Various unit testing frameworks, based on a design by Kent Beck, have come to be known as xUnit testing frameworks and are available for many programming languages and development platforms. Unit testing is related to test driven development (TDD).

See also

External links

 

Compose Your Message

Your Email Address or Pen Name (optional):
Subject:
Your Message:
 

 

 

 

 

 

This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "XUnit".

 

Contact UsPrivacy Statement & Terms of Use

 
Copyright © 1999-2003 Knowledgerush.com. All rights reserved.