... See http://www.differentpla.net/~roger/devel/xp/test_first/query_engine/ for the story so far. It's not finished yet, but it does give (hopefully) some ...
... for the story so far. It's not finished > yet, but it does give (hopefully) some flavour of the kinds of things I'm trying to do to get my head round TDD,...
I like the space stripping, it's nice, small and easy to read. Now I wonder what your next test is! ... for the story so far. It's not finished > yet, but it...
... It's getting a little long -- when it's finished I'll take some time to summarise it, and highlight the interesting parts. If you don't want to wait that...
A few days ago, I was talking to my colleague Trang about programming test first in VB.NET. She told me she wanted to know how to test the GUIs she makes in ...
I think Mock Objects are the way to go here. By creating MockObjects of controls, such as TextBox, ListBox, etc.. using Visual Inheritance, you should be...
GC> I think Mock Objects are the way to go here. By creating MockObjects of GC> controls, such as TextBox, ListBox, etc.. using Visual Inheritance, you GC>...
Roger, Unless you can find a tool that perfectly fits your needs and budget, the answer is probably yes. A few months ago, I had a similar problem. I needed an...
Sweet.... This is very interesting and I wouldn't mind a little note announcing this article. You have peaked my interest in this and I can't wait for more....
I'm getting into forms and cgi. Does anyone know if there's any frameworks out there which help one do TDD with forms and the cgi scripts that they use? First,...
1. I get the copy edits back 2. I apply the copy edits 3. I apply the book template 4. I typeset (page and line breaks, final position of figures, etc) 5. I...
... I've been using PHPUnit... And PHP itself is often an appropriate choice as far as "forms and scripts" go. By the way, might PHP meet your requirements for...
... one do ... I've been considering Perl for a couple of reasons. For one, a cgi script which has been recommended by several sources as being secure already...
... Ah. Thanks for clarifying that. In my experience, what your Web provider does or doesn't allow usually ends up being the foremost architectural constraint...
Hello noneofyer42businessbub, Sunday, August 4, 2002, 9:29:53 PM, you wrote: n> Does anyone know if there's any frameworks out there which help one n> do TDD...
... developing by ... That's the simplest way to do it from the development point of view but I'm not sure if that's the best way to do it from the visitor's...
... on ... your ... That's good to know and sounds like it would solve a lot of the cross platform and test fixture set up concerns. Although, I'm not sure if...
... "Do we not bleed ?" ;) ... I don't know how to say this... In a nutshell, no. Technically the HTML form is a red herring; you can have a useful dialogue...
Hi folks, I need some advice. We have an "extensive prototype" of an application, written in Java 1.4.0. It is in three parts - a server (1200 lines), an...
Hi Ian, ... Good luck! Out of curiosity: Why do you feel the need to do that? And why before the next stage is agreed? ... Probably. It's the most bang for the...
... Start an empty Java project with no source. Write a single test that requests this code's simplest feature. Make the test code call the "legacy" Java code...
... Because when he asked his pointy-haired boss "I'l need to spend time making sure the code is up to my standards", the boss heard, "I'l need to spend time ...
... "I must meet X deadline." X can be Monday or next century; whenever you hear this, you can bet that the person in question has *not* a reliable measure of...
Hello noneofyer42businessbub, Monday, August 5, 2002, 6:21:16 PM, you wrote: n> Although, I'm not sure if the Web Host has that particular perl n> module...
FYI: http://www.thecoadletter.com/issues/testdriven/coadletter-testdriven-095_why_test.htm Enjoy & share Dave PS. If you have something to say about TDD,...
Hi, I'm new to xunit frameworks and have been looking for a reference (web or book) that details test patterns, and testing methodologies. The only book I ...