testing

Fault Injection Testing - First Steps with JBoss Byteman

Fault injection testing[1] is a very useful element of a comprehensive test strategy in that it enables you to concentrate on an area that can be difficult to...

0 replies - 2303 views - 10/16/09 by ldimaggi in News

The 2008 Top Ten - Looking ahead to 2009

So 2008 is nearly at an end and there's no better way than to look back on it so we can look forward to 2009.  We've put together a list of articles that...

0 replies - 2323 views - 12/22/08 by Aslam Khan in News

Testing Anti-Patterns Potpourri - Quotes, Resources, and Collective Wisdom

While working on the Testing Anti-Patterns series over the past few months, I’ve had the pleasure of reading some great writing on testing, test-driven...

0 replies - 1322 views - 10/16/08 by Jason Rudolph in News

Defining & Testing Java Application Architectures with ztest

One of the important aspects of software systems is architecture.Every software application has an inner structure, defined by the classes it contains and the...

0 replies - 2471 views - 07/12/08 by Gerd Ziegler in Articles

Emulating a long-running process (and a scheduler) in Google App Engine

As previously described, Google App Engine (GAE) doesn’t support long running processes. Each process lives in the context of an HTTP request handler and...

0 replies - 2504 views - 06/19/08 by vambenepe in News

Free Book: Java Testing and Design

This book shows how to understand what application you want to write, what strategies are likely to get you there, and then how to measure your level of...

0 replies - 6020 views - 06/17/08 by Nitin Bharti in Uncategorized

easyb: Introducing Conversational Unit Tests for Java

Andrew Glover is co-author of Groovy in Action and wrote a test framework called easyb. The new framework promotes a more "conversational" approach...

2 replies - 10716 views - 02/07/08 by Steven Devijver in News