www.mockobjects.com resurrected
After an unfortunate absence, we’ve put up a site at mockobjects.com again. This time it’s a blog, so we’ll be porting material from the old site as appropriate. Suggestions and comments welcome. ...
After an unfortunate absence, we’ve put up a site at mockobjects.com again. This time it’s a blog, so we’ll be porting material from the old site as appropriate. Suggestions and comments welcome. ...
Fitnesse, a wiki encapsulating the Framework for Integration Tests (aka FIT), enables customers to write sentence-like tests which can be mapped to the underlying system. Selenium drives a browser without all of the fragile mouse coordinate testing you get from a lot of testing tools (ala WinRunner). In order for customers to harness the power [...] ...
I’ll running our tutorial on Storytelling with FIT at OOPLSA this October. It’s about using FIT to help all the interested parties communicate with each other about what the system is supposed to do. It’s not about implementing Fixtures, although we can cover that too if there’s interest. We’ve run it a few times now [...] ...
We are pleased to announce that an initial version of the LiFT framework is now available as open source on java.net. LiFT is a framework for Literate Functional Testing. LiFT ...
LiFT is a framework for Literate Functional Testing. LiFT allows writing automated tests in a style that makes them very readable, even for non-programmers. Using the LiFT API, we can ...
James Shore has been writing a book on agile development to be published by O’Reilly. It’s called The Art of Agile Development and is a joint effort between James and ...
Course Summary: This information-packed and hands-on seminar, led by Craig Larman, shows developers and technical leadership how to do test-driven development (TDD) and refactoring, apply the most popular open-source frameworks ...
Course Summary: This practical, information-packed two-day course on the Application of Agile and Iterative Project Management has been authored by Craig Larman.The course summarises the key research, ideas, and practices ...
VersionOne recently conducted a global survey to highlight the value teams deliver from Agile development. Survey respondents work in companies of all sizes from small and mid-sized organizations to the ...
Zutubi is pleased to announce version 1.1 of the Pulse continuous integration server. Pulse makes continuous integration easy by adapting to your existing build environment. The major new feature in ...
The Greatest Software Testing Conference on Earth! STAREAST 2007: May 14-18, Orlando Florida The Rosen Centre Hotel 9840 International Dr, Orlando, Florida 32819 http://www.sqe.com/stareast/Emerging business needs, new customer demands, and ...
Beat the Odds on Your Next Software Development Project! Better Software Conference & Expo: June 18-21 2007, Las Vegas, Nevada The Venetian Resort Hotel Casino 3355 Las Vegas Blvd. South ...
More and more developers are using development tools produced by the open source community like JUnit, MySQL, Eclipse, PHP or JBoss. A recent poll asked to compare the quality of ...
Dear TestDriven Community, I’m pleased to announce that JsTester version 1.2 has been released. Download | Documentation | Changes JsTester allows validation of javaScript code inside java. It provides a ...
This is a very small library but powerful enough to create most of your mockobjects for you. The ones it can’t create, you can leverage the library to create. link ...
Javadoc-Junit is an Ant task which extends the optional JUnit Task and includes some Javadoc informations in the resulting JUnit test report. The javadoc information is not directly retrieved from ...
testifIE is an open-source based UI test automation offering for Microsoft Internet Explorer, offering record-and-playback functionality. Test cases can be recorded using testifIERecorder, or manually developed in simple XML, or ...
Confix does what is otherwise the job of the package maintainer: write input files for Automake and Autoconf. By examining the package source, it determines how to shape configure.in and ...
People new to the idea of agile software development think that you can only be agile with small, co-located teams where you have no political constraints. Yes, that’s ideal, but ...
Avignon is an open source tool that supports writing customer tests before coding has begun. The core module provides the ability to run tests through JUnit. Additional modules include more ...
Tool to assist .Net developers in using Behavior Driven Development.link ...
Specter is an object-behaviour specification framework. It enables behaviour driven development by requiring developers to write executable specifications for their objects, before actually implementing them. Technologically this is similar to ...
junit-objects is different from Junit in that it allows you to assert the state of objects and design patterns rather than the result of method calls. It should be seen ...
You want to write tests, but hesitate because it will all be a bunch of hardly interpretable logprints in the end anyway? The Test Harness is developed to make it ...
ecmaDebug is a Design by Contract tool for Javascript It includes a custom NS_ASSERTION firing function for debugging purposes when Venkman isn’t enough. toString and toSource have been redirected to ...