Test driven development on wikipedia says first develop a test that will fail because the feature does not exist. Then build the code to pass the test. What does this test look like?
I recently finished a project using TDD and I found the process to be a bit of a nightmare. I enjoyed writing tests first and watching my code grow but as soon as the requirements started changing and
I have been trying to stick to the TDD approach. So I have made some tests an开发者_开发问答d they all fail. Now I am implementing. But now that I am implementing I have seen that the methods are too
I want to start strictly doing Test-Driven-Development. However, I was wondering how much I sh开发者_高级运维ould test methods generated by Moose and MooseX::FollowPBP. For example, I have the followi
I am working on开发者_高级运维 Swing, I want to know how to effectively do TDD for my GUI applications.
Could TDD be oriented to another kind of t开发者_如何学Goesting different from unit testing?While that might be possible under some interpretation of TDD, I think the main point of TDD is to write the
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this questi开发者_StackOverflow中文版on wil
I am trying to become more familiar with test driven approaches. But I am embarrassed because I have to report the effect of TDD.
We are a mostly MS shop at work doing .NET LOB development. We also use MS Dynamics for our CRM app... all the devs are currently using VS/SQL Server 2008. We also use VSS, but everyone hates it at wo
Using a small (currently at 150 loc, probably less than 500 when finished) C project I\'m working on, I\'m teaching myself test driven development.Based on some stuff I\'ve found on the web - especial