I was looking around for a good method how to write acceptance tests in NUnit or xUnit for a component which uses an activeX control. The problem is that the...
Hello everyone! I'm learning now how to use TDD in developments, and I want ask if you know a good step by step. I have already some books, and bibliography,...
Hello! I hope here are some people, practising TDD with Python. I am mastering test driven development (my first steps) in Python and trying minimock for...
Short Version of Question: When doing TDD , (and I mean test-first), is it OK to add code to a class *only* to improve its testability in unit-tests? ( Long...
Just a little confusion I have. It seems to me if a sprint lasts 2 weeks, then we produce working code, then the customer tries it, and a couple days later...
How would you write a test for a computation for which the important part is not only the value, but a natural-language explanation of how the value was ...
I am reading Koskela's TDD book and finding this development approach very useful in improving the quality of software development. Having said that, I am...
Hi All, This year the submission system for Agile 2010 is open only until February 19th. We've already begun going through various proposals, so if you'd like...
In my January Agileupdate, http://www.ddj.com/architect/222301633?cid=Ambysoft , I summarize what I consider to be common, and tragic, mistakes that I'm...
Dear Members, I’m a student of the Center for Software Analysis and Testing, at Swinburne University of Technology. As part of my PhD research project, my...
Hi, i have tdd'ed a class that filters unmodified directory entries from a previous directory read. (actually "svn status" against a previous svn "status")....
Hello, I am working on article about TDD (which is the subject of my master thesis as well) and I just created a survey about your TDD feelings and ...
Hello All, Has anyone tried unit testing and code coverage analysis for Flex based application development? If so please suggest the ways to work it out. I've...
Michael Hill issued a daring "Double-Dawg-Dare" for people to give him something significant to refactor as an example. He accepted the nomination of the...
Hi guys, I am happy to announce that my book on TDD has been published eventually. It has been a tough work, about 18 months. It is the first one in Spanish ...
I'd love your feedback on this small list of things I tell my TDD students to ask themselves about implemented code, so that they can make sure they have...
Harking back to my uni days, I recall unit tests being described in terms of specifying pre/post conditions and class invariants, edge cases, error conditions,...
Here is yet another take on the old classic, the Bowling Game: http://shpaml.webfactional.com/misc/bowling.html To help capture the evolutionary design of the...
I've only started focusing on testing in the past few months, and it's starting to get to a point where I can't always find what I need to know in the books...
Hi, I have a C++ value object which is fed from a c struct that comes from a third party library (in my case subversion). The c struct has about 30 members and...
Hello everyone, we are undertaking a study on how developers contribute to both open and closed source software projects. Please help this research by taking...
Hi, I am part of a project which has legacy code.I have started writing some unit as well as integration tests, which also required some refactoring.Now, to...
I am writing classes which will use for rendering 3 dimensional scenes. For example, I want to implement a Light class that can be used to light the scene. I...
Well actually I think I am pretty sure I know how I would set up test data for a system I own. But what do you do about setting up test data for at system you...
Actually, as I think about this, the problem has nothing to do with the fact that the Class2 methods are static. The actual problem is that Class1 is ...
Hi All, NUnit 2.5.3 is now available at http://launchpad.net/nunitv2. See the release notes below. Charlie NUnit 2.5.3 - Version 2.5.3.9345 - December 11, 2009...
I've been TDDing a lot with continuations lately and have been evolving my approach, including around the use of mocks. I wondered about writing about some of...
Hi, As of now, the second edition of Test Driven .NET Development with FitNesse is free online. You can download the full PDF version or read the book online...