testdriven.com Wrangling quality out of chaos

Test-driven development using Eclipse [SWF]

04.22.2003 · Posted in Links · Trackback

This viewlet shows the implementation of Kent Beck’s example from Contributing to Eclipse, in a clear, animated presentation. Author: Carlos E. Perez (blog) Published: February 2003 Format: Flash presentation See also: Yahoo Groups: contributing to Eclipse Eclipse (Universal Tool Platform)link ...

Comments Off Tags: ,

Refactoring: Improving the Design of Existing Code

04.22.2003 · Posted in Links · Trackback

Besides an introduction to refactoring, this handbook provides a catalog of dozens of tips for improving code. The best thing about Refactoring is its remarkably clear presentation, along with excellent nuts-and-bolts advice, from object expert Martin Fowler. The author is also an authority on software patterns and UML, and this experience helps make this a [...] ...

Comments Off Tags:

Agile Development Conference, Salt Lake City

04.19.2003 · Posted in News · Trackback

Agile Development Conference http://agiledevelopmentconference.com/ June 25-28 in Salt Lake City, Utah. Early registration discount through end of April. Registration deadline: May 31. Organized by Alistair Cockburn, author of Agile Software Development (Amazon), and prominent members of the Agile Alliance. ...

Comments Off

Test-Driven Development by Example

04.18.2003 · Posted in Links

When faced with a complex programming challenge, rare is the developer who can readily see how to begin or produce its solution. More often than not, such projects generate a ...

Comments Off Tags:

NetObjectives

04.17.2003 · Posted in Links

Our goal is to help developers and development teams gain the skills, confidence, and clarity that will enable them to create better software with less cost, less suffering, and a ...

Comments Off Tags:

Programming Methodology (PHPUnit example)

04.16.2003 · Posted in Links

Very roughly speaking, you usually have two choices when it comes to methodology. You can either use a "heavy" methodology with lots of design documents and procedures, or you can ...

Comments Off Tags:

JaTack: Java Acceptance testing Tool ACKronym

04.16.2003 · Posted in Links

In XP, automatic testing of the produced software takes a central role in the development process. For unit tests, there are a multitude of freely available testing frameworks for many ...

Comments Off Tags:

Martin Fowler: Continuous Integration

04.15.2003 · Posted in Links

An important part of any software development process is getting reliable builds of the software. Despite it’s importance, we are often surprised when this isn’t done. Here we discuss the ...

Comments Off Tags:

Testing focus boosts XP

04.15.2003 · Posted in Links

The abysmal quality of software has led to Extreme Programming (XP), a discipline for developing software that requires test-driven design, continuous testing and acceptance of constant change. As one application ...

Comments Off Tags:

The Test-First Stoplight

04.15.2003 · Posted in Links

Extreme Programmers write tests before they write the corresponding production code. In "test-first programming," you start with a small test, then write just enough code to implement it, and continue ...

Comments Off Tags:

Stop over-engineering!

04.15.2003 · Posted in Links

The great thing about software patterns is that they convey many useful design ideas. It follows, therefore, that if you learn a bunch of these patterns, you’ll be a pretty ...

Comments Off Tags:

JUnit

04.15.2003 · Posted in Links

JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java. Most famous of XUnits, JUnit ...

Comments Off Tags: ,