testdriven.com Wrangling quality out of chaos

TestUtil v. 2.4: Automated Method Testing

09.08.2008 · Posted in Links

TestUtil is a Java open source low-effort automated method testing strategy and tool for verifying all matching accessor methods on mutable objects with a single line of unit test code. It is compatible with both in-container and outside-the-container strategies extending JUnit. Version 2.4 includes support for Enums. link ...

Acceptance TDD Explained

08.19.2008 · Posted in Links

Acceptance test-driven development is what helps developers build high-quality software that fulfills the business’s needs as reliably as TDD helps ensure the software’s technical quality.link ...

TDD Training

08.12.2008 · Posted in Links

Test-Drivent Development training examines how to write test code for a very small piece of program functionality. TDD training will explore how to develop the code, run a test, and ...

Tags:

Instinct 0.1.8 Release

07.28.2008 · Posted in Java

Instinct 0.1.8 has been released. This is a maintenance release resolving some minor bugs and packaging issues from the 0.1.7 release earlier this week.Instinct is a Behaviour Driven Development (BDD) ...

Pex on Channel9

07.22.2008 · Posted in News

The Channel9 people came by Microsoft Research and shoot an interview of the Pex team. http://channel9.msdn.com/posts/briankel/Pex-Automated-Exploratory-Testing-for-NET/ Pex is an automated whitebox test generation tool for .Net. ...

FIT/FitNesse Fixture Gallery 2.0 now available

06.11.2008 · Posted in News

Fixture Gallery is a cookbook for FIT/FitNesse tests. It provides developers with a quick overview of the most important fixture types and concepts for agile acceptance testing using the FIT ...

Pex 0.5 released

06.02.2008 · Posted in Tools

Pex is a project from Microsoft Research that enables *parameterized* unit testing. Pex generates Unit Tests from hand-written Parameterized Unit Tests through Automated Exploratory Testing based on Dynamic Symbolic Execution. ...

OpenUP – The Best of Two Worlds

04.24.2008 · Posted in Links

This article gives an overview of OpenUP and explains how it relates to both RUP, from which it received its foundation, and agile methods, from which it incorporates their best ...

Tags:

An aspirin for the testing community

04.24.2008 · Posted in News

Original Software launches TestDrive-Assist and community site with free downloads Chicago, April 8, 2008 – Original Software, a leader in next-generation software test automation, today announced the launch of ManualTesting.com ...

Creating an Agile Environment

04.10.2008 · Posted in Links

Migrating to Agile is more than changing your process. It also requires a change in culture. For most companies changing culture is the most difficult part. I believe this is ...

Tags: