Practical Unit Testing
Visualization Of Dependent Test Methods
Submitted by Tomek Kaczanowski on Mon, 02/14/2011 - 12:26One day I started to experiment with visualization of test dependencies. I thought that maybe Graphviz can help to provide some nice diagrams that would help me see instantly what went wrong, and why some tests are skipped. In this post I present my achievements so far.
Testing Basics: SUT and DOCs
Submitted by Tomek Kaczanowski on Wed, 01/19/2011 - 12:44This blog post is devoted to two unsung heroes of testing: SUT and DOC. Who are they and what is their role in unit, integration and end-to-end tests?
Testing Basics: Results of Tests
Submitted by Tomek Kaczanowski on Tue, 12/21/2010 - 12:56Tests executed by hand can end up with plethora of results ranging from "*#$& exception!!" to "it works... and this exception has always been there". In case of automated tests things look different. There are only few possible outcomes. Let us take a closer look at them.
Developers' Testing Dilemma: Aim for Verification or Design?
Submitted by Tomek Kaczanowski on Sun, 12/05/2010 - 21:20Few notes on two approaches to testing. Some people seem to be more interested in verification, others aim for better design.
Code Coverage And Alexandre Dumas
Submitted by Tomek Kaczanowski on Mon, 10/18/2010 - 20:08Few notes on how setting a high code coverage can do more harm than good.
Better looking test reports with ReportNG
Submitted by Tomek Kaczanowski on Thu, 12/03/2009 - 07:16TestNG reports can be customized, so any style modification is possible. Did you know there is this nice ReportNG project, that makes TestNG produce very good looking reports without much trouble ?
Is test-first any better than test-last? oh, yes it is!
Submitted by Tomek Kaczanowski on Mon, 07/20/2009 - 15:41Is test-first better than test-last ? Is there a significant difference in the quality of code developed using these approaches ? It's hard to say for sure. My gut feeling (and experience) tells me that test-first is superior. Sometimes I find evidences for this claim. Like the one I present in this blog post.
TestNG - parallel test execution - example - unique ID generator
Submitted by Tomek Kaczanowski on Tue, 05/12/2009 - 21:16Today I played with unique IDs generator. While doing this, I have found how very useful is one of the features of TestNG framework - its ability to run tests in parallel.
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.