Bad Tests Good Tests - True, False and Magic Switches
Submitted by Tomek Kaczanowski on Mon, 10/08/2012 - 22:30If we expect our tests to act as a documentation then we need to put some effort into their readability.
Brontobytes On-Line
Submitted by Tomek Kaczanowski on Tue, 09/25/2012 - 21:59Recently my team is moving towards Big Data (or rather it is data coming at us with the speed of light), and this is how we learned about brontobytes. This brought some associations with dinosaurs (not very creative, I know). During some boring meeting ;) I tried to visualize a brontobyte.
Bad Tests Good Tests - Modification of Global State
Submitted by Tomek Kaczanowski on Wed, 09/19/2012 - 21:14For unit tests a rule of thumb is to keep them independent from each other. It is not so bad if we introduce a dependency on purpose (and explicitly declare it e.g. using TestNG dependsOnMethod
feature). A worse scenario is when we are not aware of the dependency ourselves. This can bring serious problems on our heads.
Code Reviews Mindmap
Submitted by Tomek Kaczanowski on Mon, 08/13/2012 - 11:35Code reviews. Very helpful if done right, completely useless if done recklessly.
First API, then GUI
Submitted by Tomek Kaczanowski on Tue, 08/07/2012 - 20:21This post is a dump of my "stream of conscious" (or to put it differently - my emotional mumblings) about the way we waste our time writing clickable GUI tools to run testing scenarios so we can verify the correctness of the software we write.
New Planned Features of Mockito And TestNG
Submitted by Tomek Kaczanowski on Mon, 07/30/2012 - 21:11Recently I was happy to see some new ideas discussed on Mockito and TestNG mailing lists. It is always nice to see plans for improvement, especially in such mature and features-rich projects.
Jenkins Plugins - part III - Towards Continuous Delivery
Submitted by Tomek Kaczanowski on Mon, 07/23/2012 - 15:37This is a continuation of my mumblings about useful Jenkins plugins (see previous posts here and here). As we progress towards continuous delivery I learn a lot about new plugins.
Jenkins Plugins - Part II - Varia
Submitted by Tomek Kaczanowski on Wed, 07/04/2012 - 22:46This is a continuation of my mumblings about useful Jenkins plugins (see the first post here: http://kaczanowscy.pl/tomek/2012-05/recommended-jenkins-plugins). As we progress towards continuous delivery I learn a lot about new plugins.
Confitura 2012 Been There, Done That
Submitted by Tomek Kaczanowski on Sun, 07/01/2012 - 23:06My relation from Confitura 2012 event.
No fluff, just stuff, so let us get to the point. And the point is, that there were many really good talks this year!
Self-publishing - few thoughts
Submitted by Tomek Kaczanowski on Mon, 06/11/2012 - 15:54Some comments I'd like to share with you after self-publishing my book Practical Unit Testing with TestNG and Mockito.
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.