testdriven.com Wrangling quality out of chaos

ZopeTestCase: Unit-testing tool for the Zope environment

10.04.2003 · Posted in Links

ZopeTestCase is an attempt to make writing unit and regression tests in Zope a more rewarding experience. The package deals with all the plumbing required, and leaves the coder with writing the tests — and the tests only. It is built on PyUnit and the Testing package coming with Zope. Keyword: ZopeUnitlink ...

AUnit: Unit-testing framework for ADA

10.04.2003 · Posted in Links

AUnit is a set of AdaLanguage packages based on the xUnit family of unit test frameworks. It’s intended as a developer’s tool to facilitate confident writing and evolution of Ada software. It is purposely lightweight, as one of its main goals is to make it easy to develop and run unit tests, rather than to [...] ...

XMLUnit

10.04.2003 · Posted in Links

XmlUnit provides extensions to JUnit (Java) and NUnit (.Net) to allow assertions to be made about XML: Are two pieces of XML similar? Does an XPath exist? Is the result ...

XMLTestSuite

10.04.2003 · Posted in Links

XmlTestSuite provides a powerful way to test web applications. Check site structure: HTML pages are well formed and links are valid Check the content of pages: Use Javascript variables, XPath ...

Clarkware Consulting, Inc.

08.16.2003 · Posted in Links

Mike Clark offers customized training and mentoring on test-driven development to help you enjoy the success of building better software faster. link ...

MockEjb is released

08.13.2003 · Posted in News

MockEjb is the lightweight framework for running EJBs outside of the container for unit testing. With MockEjb developers can instantly run EJBs and their test classes directly from IDE without ...

Mike Clark’s Weblog

08.12.2003 · Posted in Links

Mike’s excellent account of teaching his "Test-Driven Development With JUnit" tutorial is a must read. link ...

Tags:

Infoworld TDD interviews

08.04.2003 · Posted in Links

Jon Udell interviews some of the leading lights of TDD (Ward Cunningham, Dave Johnson, Brian Marick) for Infoworld. See also the individual interviews with Ward Cunningham: http://www.infoworld.com/infoworld/article/03/08/01/30FEtestward_1.html and Brian Marick: ...

Tags:

Software Test Automation Conference and Expo

07.23.2003 · Posted in News

Learn the Techniques, Deliver the Results Software Quality Engineering is proud to bring together a select group of industry experts combined with leading tools and service providers to show you ...

AgileData.org: Test-Driven Development

07.20.2003 · Posted in Links

TDD completely turns traditional development around. Instead of writing functional code first and then your testing code as an afterthought, if you write it at all, you instead write your ...

Tags:

Learning to Love Unit-Testing [PDF]

07.03.2003 · Posted in Links

Let’s look at unit testing by first sitting in on a development session as a programmer starts to attack a particular problem. We’ll watch her use tests to give herself ...

Tags:

Diving in Test-First

07.03.2003 · Posted in Links

When I first heard about the idea of writing tests before writing the code, I thought it was crazy, because I thought it referred to independent testers, i.e., people who ...

Smalltalk Solutions 2003: The Toronto Conference

07.02.2003 · Posted in News

Smalltalk Solutions is the premier forum for bringing together Smalltalk users, developers, and enthusiasts. A number of conferences will cover test-driven development using Smalltalk; they are indicated below. Last day ...