testing
Selenium 1.0 Testing Tools Beginner's Guide - book review
Submitted by Tomek Kaczanowski on Wed, 03/23/2011 - 22:29This is a review of "Selenium 1.0 Testing Tools: Beginner's Guide" book by David Burns (Packt Pub, 2010).
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.
Wasting Your Time By Not Writing Tests
Submitted by Tomek Kaczanowski on Mon, 11/22/2010 - 20:19Automation is the key to successful testing. This post explains why other ways of software verification are a waste of time.
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.
TimeOut for Configuration Annotations of TestNG
Submitted by Tomek Kaczanowski on Sun, 10/03/2010 - 20:07Oldest developers can't recall the times when TestNG introduced timeout constraints for tests methods (invocationTimeOut parameter of @Test annotation). The current beta of TestNG allows to set timeouts also for configuration methods.
Say No to Self-Shunt
Submitted by Tomek Kaczanowski on Mon, 09/13/2010 - 08:20My 3 cents on self-shunt testing pattern.
If you are not familiar with this pattern please read the following:
- The 'Self-Shunt' Unit Testing Pattern - original article by Michael Feathers,
- Self-Shunt blog post by Paul.
Eclipse Code Templates for TestNG DataProviders
Submitted by Tomek Kaczanowski on Tue, 02/02/2010 - 20:38If you use Eclipse & TestNG you might be interested in these two simple code templates that will help you to create DataProviders.
This used to be my blog. I moved to http://tomek.kaczanowscy.pl long time ago.
