Should you not amend the Unit tests to reflect the desired result of the refactoring prior to actually implementing the refactoring (if appropriate)? If it is...
All, [[This is the first announcement of this project on this list. If you're interested, please visit http://pag.csail.mit.edu/continuoustesting and...
We're experimenting with test-driven development of a struts app, and have conjured into existence the action and form using the mockobjects approach in...
I lead a team of 5 developers who primarily develops web applications using Visual Interdev and are moving to Visual Studio 2003 using C#. We have been using...
Hi, I've been playing again with "zero button testing" - correctness coloring as you type, much like David Saff's Automated Continuous Testing. The latest...
I've taken several stabs at testing GUIs, and still do a certain amount of it, but am becoming skeptical of the endeavor. This isn't because of technical...
... rather ... to ... When you capture a Metafile, you can decompose it into all its raw graphics commands. You can spot-check these (did my string turn...
Why can't you do both? If "Design by contract" means that you design an interface, then you can. You have a test, a concrete object, and an interface. The...
That's a neat idea! I did this kind of thing, but I used two Stacks; one for used cards and one for unused cards, and let the Shuffle-routine move cards from...
The quality of the presentation layer is an extremely important part of WinForms .Net applications, and yet, there doesn't seem to be an elegant way to prove...
I just started a thread on another group but I thought it would be good to post the jist of it here as well. (Remember the topic is TDD and Design by Contract)...
Greetings, I've been thinking about implementing XP for my team who works on a series of web apps which are hosted on an intranet for internal staff. ...
Does anyone recommend using a Code Coverage tool? If so, which one works best? I am currently using Visual Studio 2003 and am starting to use NUnit 2.2. I...
* * * J O I N O U R C O N F E R E N C E C O M M I T T E E * * * The Association for Software Testing (http://associationforsoftwaretesting.org/) is a...
Hi, Can anyone point to perhaps some open source code or an article that represents a good example of a well done TDD ASP.NET page, along with it's unit tests?...
I thought it might be good to share things as I venture out into test driven development. I have over 20 years development experience. I have been doing unit...
Suppose I have written several tests (I'm using Nunit): [Test] public void Atest()... [Test] public void Btest()... [Test] public void Ctest()... I see a fair...
Jim, I know this problem space well. I've been doing my best to use TDD on our WinForms app for some time now. Our approach is 3 pronged. 1) Get the controls...
Call for Participation - Agile 2005 July 24-29, 2005. Marriott Hotel, Denver, Colorado, USA. http://www.agile2005.org March 1: Submissions due for Tutorials...
If you treat the created application as a black-box, what behaviour do you expect? Don't worry about the generated code except insofar as it offers an API....
Folks, I'm curious about the way people generally order their development when applying TDD. I've always felt that to get the best out of the TDD approach, it ...
This is probably a no-brainer for you TDD pros out there, but I'm new and just getting up to speed. I have a transaction processor class. It needs to record...
Hi All, I just noticed that SharpDevelop is now integrating NUnit 2.2. It's rather cool... and free. See http://www.icsharpcode.net/OpenSource/SD/Default.aspx....
... You'll also find a link to it from a page I'm sure you're familiar with :-) http://www.xprogramming.com/software.htm (look for Oracle - that's how I found...
I'd like to know how others deal with defining the scope of tests. For example, I have a business object that I've developed using TDD. One method of the...