Technical Journal

Programming, software technologies, operating systems, IT

Unit Testing

Software testing is a very important stage of software development; the better the software product is tested the higher the quality of your work gets.
This post is just opening a series of small entries in which I will try to get the best out of software testing techniques and make use of them in
further development processes.
I’ve started browsing the web and reading books. Up until now, I’ve found a nice book on unit testing (xUnit Test Patterns: Refactoring Test Code (Addison-Wesley Signature Series) ), which sheds some light on the topic. I plan on using NUnit to perform my unit testing, which is fairly easy to use and it’s free.
Of course, unit testing is not all there is to software testing, but this is where I’ll start. More on this to follow.

May 12, 2009 Posted by andocs | Uncategorized | | No Comments Yet