Hello, I am starting my first TDD project (multiplatform C++) and I ran into some issues regarding how to test it. The system is based on filesystem...
Hi, I'm fairly new to TDD and am trying to learn what tools are around. I have found lots of information about unit testing tools and am currently playing with...
Hello all, I have a doubt. Is it is not harder to do TDD in dynamic languages than in static typed languages, especially in refactoring? For example, in Java...
Hi, I've been involved in writing a new application where we have been our first try with using TDD. It's been an interesting learning curve for all of us....
We are trying TDD and we run our test case frequently. But we got a problem : setting up and cleaning database environment before and after each test case take...
This is somewhat off topic, but maybe somebody could point me in the right direction. We have for development state of the art 3yr old computers running...
Presentation in infoQ given by Michael Feathers and Steve Freeman. http://www.infoq.com/presentations/tdd-ten-years-later Abraços, Josué. [Non-text portions...
The Methods & Tools newsletter has just released in its html archive section the article "Responsibility Driven Design with Mock Objects" by Marc Evers and Rob...
Hi People, I am now evaluating a proprietary framework that helps in developing in Java. It is more or less like this: you create a class and after you execute...
Some weeks ago I needed to come up with a unit test for an 18 mb xml file and failed to do it in Java. In order to avoid getting stuck I wrote the tests based...
... (opens notepad to edit version info. updates version-related sources, and obtains the latest stuff from source control) ... (compile everything. create...
Hi guys, I've just read the wikipedia entry for Presenter First patter: http://en.wikipedia.org/wiki/Presenter_First To read about TDD there is nice but I...
I need to implement rendering of audio in the Ogg format using C++. I would like to apply Test Driven Development to this implementation, only given the nature...
We repeated Keith Braithwaite39;s TDD as if you meant it exercise (mentioned several times before on this list) at the alt.net openspace conference on saturday....
Slightly off-topic, but my context is blogging about TDD at the moment, so here's my question: I'm looking for a blogging site that is "code friendly" - let's...
Hi, maybe you can help me.. :) I have a couple of tests that "an empty model" should pass (my model is an QAbstractItemModel here, it is c++ but I don't think...
I’m often asked fundamental questions by people new to agile regarding how people go about getting an agile project started. What strategies do people use...
Good day! I'm a C# programmer from the Philippines. I've been doing programming for quite some time, but I haven't really done TDD in designing an application,...
Hi, A quick note about a free event in London that might be of interest to people on this list - on the 18th of August in central London, David Evans and Mike...
Something I was thinking about during my jog this evening... I've used cucumber quite a bit with rails based applications in my free time and love it, and I'd...
Good day, It's currently the best practice (AFAIK) to put your test in the same namespace as the Class you are testing, or as close as possible. Also, it is ...
***** Note: I am new to East Oriented Coding. ***** I am currently trying this after reading the article, and so far, it's not making my testing any easier. ...
Hi there (on Behalf of Chris Matts - who're not part of every mailing list in existence) Each year the Agile 200x conference grows bigger. More people join the...