Hello Pierre, This is a solution for static test data files: When using VS.NET, add your test files to your test project and set their Build Action to...
... From: David Moskowitz [mailto:davidm2@...] ... I am very surprised of this statement. After trashing LOC/hr, you suggest that other size measures are...
Do you have a link to "pomodori"? Kari ... From: Kent Beck [mailto:kentbeck@...] What I heard was similar. Kari says estimated LOC * C = clock time, but ...
Yes, they're very similar. I like LOC better than gummi bears, because with LOC I can have an automated reality check. ... which is almost precisely what...
... would ... On a larger scale than PSP, I was trying to inhibit really bad release level estimates in a development organization of about 75 people. I knew...
OK, guilty as charged... ;-) Personally, I'm not sure there is a good numerical representation of programmer productivity -- before the fact. You didn't say...
From: David Moskowitz <davidm2@...> ... It's hard to know what exactly a programmer is going to produce before the fact -- we're developing brand new ...
As I said in a previous note: There is a difference between estimates and productivity. The rest of my comments are interspersed... ... We may have to agree to...
... Hi, I also have tests for code that works with files. I have a mixture of approaches. For some tests, the file contents is included as a string in the test...
... goes ... I liked the suggestion. So I set an option in Visual Studio.Net - Source Control - General to "Keep Items Checked out when checking in". That way,...
I recently got the book The Little Schemer and want to give some Scheme a try. I did a search for SchemeUnit but didn't come up with anything. Is there a TDD...
http://www.communications.xplabs.com/docs/klondike/Tracking-AWorkingExpe rience.pdf They size stories and tasks with estimated clock time, not the two stage ...
Hello, I have a project with many test cases of similar form, and I'm looking for the right way to organize them. I'm using C# and NUnit, but the issue seems...
I've been researching ideas for incorporating a data-driven test style into a test framework my company is currently building. Ours is more an integration ...
From: "Kent Beck" <kentbeck@...> ... http://www.communications.xplabs.com/docs/klondike/Tracking-AWorkingExpe ... stage ... I get an error about "cannot...
In order to run a test that runs repeatedly, with each run being configured differently, I have a class FunctionalTest extends TestCase The constructor takes...
Thanks for the help. I spent more time reading through the source code and JavaDocs, and found that the Ant JUnit task actually does call the static suite()...
When I find myself wanting to throw test after test at a given class it's usually because I'm trying to do too much in that class. Can you refactor some of...
... well, not so much really, in my opinion ... ... OK, well. First of all, I'm wondering why you want to see them all. And I'm wondering why you are expecting...
Has anyone looked into how TDD is affected in an Eiffel Design By Contract system? Obviously unit testing is far more flexible than specifying contracts, but...
From: "Ian Davis" ... The two people to ask are John Sarkela (down with Eiffel & Bertrand >and< Smalltalk & Beck since the neolithic) and Steven Perryman...
... allow ... check ... me ... Or you could use a version control system that allows committing changes to the code repository without first checking out...
... Those who believe too much in "Design for Testing" (meaning you write the code expecting to test it, then test it) miss an important point of TDD. Forcing...
... I like rules that help stupid programmers avoid things ;-) -- Phlip http://www.c2.com/cgi/wiki?DevNull -- Ask about our Venture Capital ignition...