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:
1 year 28 weeks ago
The World's Most Flexible Test Management System
Submitted by webmaster@testdriven.com (Links) on Sat, 14/02/2009 - 17:35.Zephyr provides end-to-end management of the testing lifecycle in the test department including resources, releases and sprints, test cases, scheduling, test execution, defects, documents, collaboration and all aspects of reporting and metrics in real-time.
http://www.getzephyr.com
http://www.getzephyr.com
TestLogistics
Submitted by webmaster@testdriven.com (Links) on Mon, 09/02/2009 - 23:35.TestLogistics - An Australian professional services organisation specialising in technical software testing solutions and configuration management.
JSNSpec - JavaScript on .Net Specification Framework
Submitted by webmaster@testdriven.com (Links) on Mon, 09/02/2009 - 23:26.If you want to program in a dynamic language on .Net and use BDD, you might like this. JSNSpec uses specificaiton language similar to RSpec in Ruby and works in the browser, on the server in ASP .Net and in Managed JScript in Silverlight. It is "self-specified" meaning it uses itself to specify itself. This is one way to learn how to use the tool to make specifications for your own projects.
Announcing Trinidad: In-process test runner for FitNesse wiki pages
Submitted by webmaster@testdriven.com (News) on Tue, 27/01/2009 - 01:44.The first public beta release of Trinidad is now available. Trinidad is an in-process test runner for FitNesse wiki pages/tests. Here are some nice things you can do with it:
- run fitnesse fit and slim tests without starting the server as part of your build
- run fitnesse tests from JUnit within your IDE
- debug and troubleshoot fitnesse fixtures as if you were working with unit tests
- easily include fitnesse acceptance tests into your build (through JUnit)
- easily run tests in transactions and roll back after each test (with Spring)
For download links, usage instructions and more information, click here.
- run fitnesse fit and slim tests without starting the server as part of your build
- run fitnesse tests from JUnit within your IDE
- debug and troubleshoot fitnesse fixtures as if you were working with unit tests
- easily include fitnesse acceptance tests into your build (through JUnit)
- easily run tests in transactions and roll back after each test (with Spring)
For download links, usage instructions and more information, click here.
MockFtpServer 2.0 (final) Released
Submitted by webmaster@testdriven.com (News) on Thu, 15/01/2009 - 00:20.The MockFtpServer project provides a mock/dummy FTP server implementations that can be very useful for testing of FTP client code.
Behavior Driven Database Development
Submitted by webmaster@testdriven.com (Links) on Mon, 12/01/2009 - 20:20.This article shows how the behavior driven development can be applied to database development and how it can be used to develop and design databases in an iterative and incremental way, writing code and test in the same time.
JMUnit: J2ME unit testing tool
Submitted by webmaster@testdriven.com (Links) on Thu, 01/01/2009 - 21:47.The JMUnit is a Java ME (or J2ME) application used by developers to test code. It's an implementation of the popular xUnit framework.
JMUnit 1.1 has been released. It allows test failures and errors to be viewed on real devices (not just the emulator console). An Ant task for JMUnit has been added that generates XML reports that can be rendered by the Ant task.
JMUnit 1.2 is included in the Eclipse MTJ 0.9.1 plugin and in Netbeans 6.5. JMUnit 1.2 adds additional support for Ant and classes for performance monitoring.
JMUnit 1.1 has been released. It allows test failures and errors to be viewed on real devices (not just the emulator console). An Ant task for JMUnit has been added that generates XML reports that can be rendered by the
JMUnit 1.2 is included in the Eclipse MTJ 0.9.1 plugin and in Netbeans 6.5. JMUnit 1.2 adds additional support for Ant and classes for performance monitoring.
Testing WCF Service Applications (Part 3 of 4) -- Mocking the Async Service
Submitted by webmaster@testdriven.com (News) on Thu, 01/01/2009 - 21:47.Up to this point, we have tested the service and we have tested the client -- both in isolation. We have written unit tests and our code has good coverage. Unfortunately, my clients are not always synchronous. In Silverlight client, for instance, the framework will not permit you to make synchronous service requests. As it turns out, writing tests for asynchronous service clients is not straight-forward. Thankfully, there are some hacks that you can take advantage of to write effective asynchronous tests.
Testing WCF Service Applications (3 of 4) -- Mocking the Asynchronous Service
Testing WCF Service Applications (3 of 4) -- Mocking the Asynchronous Service
