testdriven.com Wrangling quality out of chaos

SysUnit: JUnit framework for distributed unit testing

12.22.2003 · Posted in Links

SysUnit is a JUnit framework for distributed unit testing. SysUnit is particularly well suited to system testing and integration testing or the unit testing of any highly distributed system using web applications, web services or JMS / MOM systems. The idea behind SysUnit is that a single unit test is made up of a number [...] ...

JS Console

12.22.2003 · Posted in Links

JS Console is a Mozilla/Firebird add-on for JavaScript developers. Any JavaScript code or file can be run from JS Console to test it. It includes a powerful unit testing engine driven by assertions included in the JavaScript code.link ...

Test-driven development sessions at OT 2004

12.22.2003 · Posted in Events

Among other XP-related sessions at the conference, the following two will deal specifically with TDD: Tutorial: Using mock objects to drive top-down development Speakers: Joe Walnes, Tim Mackinnon Test Driven Development — An introductory tutorial in Test Driven Development Speaker: Ivan Moore Location: St. Neots, UK Dates: March 28th-31st, 2004 Information and registration: OT 2004Tutorial: [...] ...

Using JUnit in Eclipse [PDF]

12.20.2003 · Posted in Links

In Java, the standard unit testing framework is known as JUnit. It was created by Erich Gamma and Kent Beck, two authors best known for design patterns and eXtreme Programming, ...

Tags:

Test-Driven Development in Microsoft .Net

12.17.2003 · Posted in Books

A book on TDD in .NET is due out in February, 2004, entitled Test-Driven Development in Microsoft .Net — Learn How to Leverage Test-Driven Development in the .Net Platform, by ...

CTA++: C++ Test Aider

12.15.2003 · Posted in Links

CTA++ is a tool for unit testing C++ classes, libraries and subsystems. CTA++ is simple to use and provides very powerful features helping the tester to build the testing environments ...

Agile Development Conference — Call for Proposals

12.15.2003 · Posted in News

The Agile Development Conference is an integrated, 4-day conversation about techniques and technologies, attitudes and policies, research and experience, the management and development sides of agile software development. The agile ...

Quality By Design

12.13.2003 · Posted in Training

QBD is a 2-day course with practical hands-on workshops. Students learn a combination of design, code, and testing techniques that can be used to enormously improve the reliability of the ...

Test First Programming

12.13.2003 · Posted in Links

When I’m developing, this is my typical day at work: I start at 9am and finish around 5.30pm. There are rarely any emergencies and midnight fire fighting to hit deadlines. ...

Panels: Discipline and practices of TDD [PDF]

12.07.2003 · Posted in Links

This panel brings together practitioners with experience in Agile and XP methodologies to discuss the approaches and benefits of applying Test Driven Development (TDD). The goal of TDD is clean ...

Tags:

Identify Problems with Testing Multithreaded Code

12.03.2003 · Posted in Links

Simple functionality tests are reasonably easy to write. For concurrency problems, however, there’s need for a small framework for running given tasks concurrently, and support for checking the pass/fail condition ...

Tags:

Pragmatic Unit Testing in Java with JUnit

12.03.2003 · Posted in Links

Pragmatic programmers use feedback to drive their development and personal processes. The most valuable feedback you can get while coding comes from unit testing. Without good tests in place, coding ...

Tags: