testdriven.com Wrangling quality out of chaos

Exploring Programmer Tests

07.02.2003 · Posted in News

This workshop will focus on Programmer Tests as defined in Test-Driven Development and the XP literature. Such tests are written by programmers to drive the development of software, demonstrate step-by-step progress towards the completion of a task and provide a safety net for refactoring. We will explore specific strategies and techniques that participants can apply [...] ...

Unit-Testing in Java — How Tests Drive the Code

05.29.2003 · Posted in Books

A new book on test-driven development has just been published. This 480-page paperback book, published by Morgan Kaufmann, explains the process of TDD in Java, and covers the steps and pitfalls that may be encountered along the way. Back cover: Software testing is indispensable and is one of the most discussed topics in software development [...] ...

Demystifying Extreme Programming: Test-driven programming

05.24.2003 · Posted in Links

For the last fifty years, testing has been viewed as something that gets done toward the end of a project. Sure, there may be integration testing while the project is going on, and testing doesn’t usually start after all the coding is done, but it’s usually in a later phase. However, proponents of XP suggest [...] ...

Adaption Software

05.20.2003 · Posted in Links

We provide training, mentoring, and coaching services for individual programmers and development teams in transition to eXtreme Programming (XP). Our range of services teach programmers how to vastly improve both ...

Adaption Software TDD Training

05.18.2003 · Posted in Links

Adaption offers on-site and off-site training courses in TDD. These intensive, hands-on courses are designed to help programmers learn this revolutionary new approach to programming. In the Basic 3-day course ...

Tags:

AdaptionSoft Training Courses on TDD

05.18.2003 · Posted in Training

At Adaption we develop systems that meet and exceed the highest customer expectations, and we offer training, mentoring and coaching services that help your team learn to do the same. ...

ECOOP 2003 Conference

05.09.2003 · Posted in News

The European Conference on Object-Oriented Programming Conference Committee invites researchers, practitioners, educators, and students interested in object technology to actively participate and contribute to ECOOP 2003. The conference is hosted ...

Mock Objects

05.09.2003 · Posted in Links

The Mock Objects project is a generic unit testing framework whose goal is to facilitate developing unit tests in the mock object style. The goal of this project is to ...

Mock Objects vs In-Container testing

05.09.2003 · Posted in Links

The main goal of Mock Objects is to unit test a method in isolation of other domain objects. Thus, the Mock Objects approach is to fake domain objects by using ...

Tags:

Test infect your Enterprise JavaBeans

05.09.2003 · Posted in Links

Software can never be tested sufficiently, and testing usually starts too late, particularly for J2EE applications. Since components often behave differently when they are alone than when they have been ...

Test-Driven Development (SD Magazine)

05.09.2003 · Posted in Links

The proactive method improves testing in two ways. First, traditional approaches tend to assign risk to each test as it’s identified. With nothing to compare to, each test tends to ...

Tags:

Software Testing and Internationalization [PDF]

05.08.2003 · Posted in Links

This book will transform how you view testing methodologies and procedures. It introduces the reader to essential concepts and approaches used by practitioners in the software testing arena, while also ...

Tags:

Test-Driven Development in .NET

05.06.2003 · Posted in Links

Although developers have been unit testing their code for years, it was typically performed after the code was designed and written. As a great number of developers can attest, writing ...

ThoughtWorks Open Source Site

05.05.2003 · Posted in News

ThoughtWorks’ new Open Source site makes available many useful projects. http://opensource.thoughtworks.com/index.html ...