Skip navigation.

Testdriven.com (news): Your test-driven development community

testdriven.com (news): Your test-driven development community

Website:


Description:

Dedicated to promoting good will in the test-driven community

Last update:

3 weeks 1 day ago


InCisif Software released vsTODOlist on 04/06/2008

vsTODOlist is a Visual Studio 2005 or 2008 language extension that allows you to
implement to-do lists for your development projects using color coding and
Intellisense.

A TODO list file is still
- text based
- partially unstructured

vsTODOlist is
- Free
- Customizable.

Screen cast and download at http://www.InCisif.net/vsTODOlist

Frank Cohen talked on The Next Step in Unit Testing and Java & SOA

Free Podcast: Featuring Frank Cohen on Unit Testing in Java & SOA

Java developers have widely adopted test first software development strategies. Unit test frameworks for Java, Web services, Ajax, REST, Service Oriented Architecture, and Flash/Action Script show the diversity of adoption among Java developers. In this podcast, Frank takes Java developers through the advanced topics in unit testing: turning unit tests into functional tests, running unit tests on a scalable grid of unit testing nodes, leveraging unit tests build by developers in the software testing effort, correlating unit test results to frameworks that observe hot spots of performance and providing operational data to unit tests at test runtime. Frank also talks about TestMaker and Selenium.

An aspirin for the testing community

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 and the latest version of TestDrive-Assist, its unique solution aimed at streamlining the manual testing process without taking away any control from the tester. ManualTesting.com is a community site for software quality professionals containing numerous free resources designed to alleviate the headaches caused by the burden of time-consuming manual testing on QA departments. The site also features a free trial download of the newly-launched product, which can reduce the time spent on manual testing by over a third.

CITCON, the Continuous Integration and Testing Conference updates schedule

Just got back from CITCON 2008, Denver. This was my second CITCON and I am very happy I went. David.

CITCON, the Continuous Integration and Testing Conference, is a world-wide series of free Open Spaces events for developer-testers, tester-developers and anyone else with an interest in Continuous Integration and the type of Testing that goes along with it.

CITCON provides a forum to connect with other people on topics you care about, to learn from their experience and share your own. Past topics include:

* What is Continuous Integration?
* What CI Tools can learn from the Rubber Chicken
* What Is The One True Language For Writing Tests?
* The Future of Build Languages
* BDD is not TDD
* How Far is End-to-End?
* Fit for Fun and Profit
* Overcoming Barriers to Adoption

Microsoft's Silverlight controls source shipped with tests

Its a sign of the times that no self-respecting source-level library vendor ships without tests. Read more on Brad Abrams' blog.

(FIT) Fixture Gallery now available

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 framework. For each fixture type, this document explains the table format and fixture class structure and provides advice when to use and when not to use it. Each example is accompanied by the source code for Java and .NET FIT implementations, in a form that can be easily copied and used as a template for similar fixtures.

See http://gojko.net/fitnesse/fixturegallery/ for more information and download links.

SevenMock v1.1 is launched

SevenMock v1.1 has now been released - extending the light-weight mock object implementation with a class extension sub-project. This allows generated mock objects to be cast directly to classes as well as interfaces - which will prove useful for anyone who wants to mock classes that don't implement defined interfaces.

DbFit 1.0 Released: support for in/out parameters, blank-padded strings and quer

I am pleased to finally announce version 1.0 of DbFit. DbFit is a set of FIT fixtures which enables FIT/FitNesse tests to execute directly against a database. This enables developers to manipulate database objects in a relational tabular form, making database testing and management much easier than with xUnit-style tools. The library is free to use, released under GNU GPL.