Dear group, I have embraced TDD last year and I've tried to use it whenever possible. I develop web applications (with Java's Struts MVC and jsp's) on a 1-2...
Today's question is a very practical one. I use Jasperreports, a template engine that can output to several formats: pdf, xls, docx. This is, however, the...
Hello, This question is inspired by the recent thread "how to mock calls to itself". The prevailing suggestion seems to be that "don't do it". I would be very...
Hi. I am using TDD for my Java and C++ programs. We are using JUnit/Jmock and CppUnitLite/GoogleMock. It's going well, but a question has recently come up...
Forking obviously slows down the time required to run all the tests, but what other pros/cons are associated with forking vs. not-forking a new (J)VM for each...
Dear all, I wan to ask about test to a method that have contain linq to sql. How about the implementation in unit test? -- Josua Pardede Politeknik Informatika...
Hi John, Von: "Donaldson, John (GEO)" <john.m.donaldson@... ... But the factory does not need to come to life by refactoring. :) I start with a failing...
I'd like to invite you to my TDD course in May, hosted by Agile Learning Labs: http://www.agilelearninglabs.com/workshops/tdd-in-java/ This course has...
Hi, we are introducing TDD and are very much newbies to this. Some of our dev guys believes that running manual system tests to drive out what code changes are...
Hi As will be obvious I am a noob. My first day on TDD. I have a PHP script which returns a date as a string type, I want to use value objects and to convert a...
I'm familiar with tools that will let me override protection like private and protected on classes (e.g. TypeMock, JustMock) - so let me start off by saying...
I am trying to create a little list for myself on the people you might have dealt with. Specifically around Java .Net/C#. I would really like to know a few...
Sometimes one needs to create a new variation of a class. This is a typical refactoring problem: - Create an abstract base class for the original class - Pull...
Please join me on the Lean Dog boat in Cleveland, OH for TDD for Embedded C March 22-24. for a 15% discount good through next Friday, use promo code YHTDD. ...
I'm doing a talk in a couple of days and I'm thinking about ditching the 'classical39; and 'mockist39; terminology and speaking in terms of, er, ethnography. There...
Hi All, I have an application that is intended to run on Windows. The GUI is to be written in PyQt. The database is CouchDB and accessed over a LAN or WAN...
By writing down your problems or questions, more often than not you get the answers by yourself. That is one of the most interesting aspects of TDD :-) So here...
Hi, I'm doing some development on a web-based application and want to use TDD; I wondered if anyone could point me to some good tutorials. The server is in PHP...
Agile Games 2011 - Early Bird Prices End Feb 28th! Learn. Share. Play! Don't miss this opportunity to interact with other world-class Agile practitioners....
I am using the Hibernate ORM and have recently become aware of an issue when using this tool and the concept of ProxyObjects. To those unaware, in order to...
http://jamesshore.com/Blog/A-Hardheaded-View-of-TDD.html Just saw this and unfortunately the comments facility does not seem to be working so I thought I would...
Hi, say I have a domain object called Car. Car is a class not an interface because I've always thought that domain classes should not be represented by an...
As an example, let's say I want to create a fairly complex piece of functionality which accepts a simple input (let's say an int) and creates a complex object...
Hello, I have a few queries about the use of test-lists in TDD. I want to know the actual procedure which is being followed for TDD in industry. I know the...
... I figure it is because - The terms are often defined in one-liners Not prescriptive enough for the beginners. I think a list of "What not to do"...
I had a try using StoryQ (http://storyq.codeplex.com/) with Flash Cards. StoryQ is a simple BDD framework. There are a couple of examples as I started below. ...
Okay, does anybody know what's the oldest definition of unit test, 1- In computer science/software engineering literature, and 2- In object oriented...
The article is here: http://toranbillups.com/blog/archive/2011/01/31/Test-Driven-Development-Is-Hard The questionable part is here: "When I first started unit...
After a posting this, reading more of the posts in the "Rethinking when to write unit tests vs acceptance tests" topic and doing some more thinking I think...