What is unit testing?

Posted by Alon on Stack Overflow See other posts from Stack Overflow or by Alon
Published on 2010-03-14T17:14:17Z Indexed on 2010/03/14 17:25 UTC
Read the original article Hit count: 228

Filed under:
|

What is unit testing and unit testing libraries like xUnit? I understood it's testing specific code, so what's the difference between this and just opening a new project and test this specific code?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about c#