Hi Avi, Just wanted to give you some feedback on your email. The proposed solution seems very elegant and I might implement it! Thanks for the suggestion. ...
Hello, thanks for your advices. I have sorted the methods in 2 groups : - first group, methods based on the fonctions of the application : FDD, TDD/ATDD,...
... The majority of these methods are complementary to most of the other methods. Many of them are just a variation of another method. Keeping track of the...
hi, I'm gonna focus more on the ATDD, BDD and TDD. in TDD you write unit tests in small scale and on the implementation details of the application(but never...
Hello, thank you for your post which is relevant. Do you think that Feature Driven Development has something to do in the group FDD, TDD, ATDD, BDD ? Do you...
Don't forget XXDD (executable example driven development). In Spanglish "Dos-Equis Driven Development". Brian Marick made up that one. -- C. Keith Ray ...
... glad that it helped you;) I don't have deep knowledge about FDD but I know that it's a complete approach and can be used instead of XP or etc. so the ...
Hello, BDD, or Behaviour Driven Development, encompasses the whole software lifecycle. Therefore I don't understand the difference with FDD. I think it is a...
I'm curious as to where all these definitions have come from since I don't recognise them. In particular, I've not heard before of ATDD being defined as...
... I first saw ATDD in one of Elizabeth Hendrickson(Extraordinary software testing guru) tweets and then read an article by her about it, I don't remember...
I like to think that there two (broad brush) categories of tests that now fall under the Test/Behavior Driven Development umbrella. Tests that drive how an...
... categories: one is about tests which drive the implementation of the system(like unit/micro tests) and other is about things which actually try to clarify...
... The story of how we started doing what is now called ATDD is in an article here: http://industriallogic.com/papers/storytest.pdf The practice was mostly...
Hi everybody, I've found my self in the following situation. I'm making a socket server, with a custom protocol. I'm using ByteBuffer with SocketChannel for...
If you're interested in Specification By Example, or Storytests, or ATDD, here's an article that looks at taking "legacy" automated tests (here for a web app),...
Hi Gian, ... That's a fine option. It does have the complication of introducing a mock (and perhaps a wrapper) for third-party code that's pretty basic. ... ...
... <snip> ... <snip> ... I remember your talking about StoryTest when I took your XP class in 2002(?) And how much easier it was for the users to see...
Well, I think I'll go with choice #2. It's ok to mock things, but if you're not so much familiarized with the technology, then you can be in trouble. What...
34481
Michal Svoboda
michal.svoboda@...
Jun 10, 2011 5:21 am
... I think if you're inexperienced as you say then it would help to try it without using Mockito at all. You see, TDD is also about code design and and it has...
Hello everyone - I have infered (possibly incorrectly) from multiple sources that writing code with unit tests takes the same time (worst case) as writing code...
Hi Eb, ... This link should contain many relevant case studies and real world experiments: http://biblio.gdinwiddie.com/ If you're looking for TDD data you...
Eb, ... See http://biblio.gdinwiddie.com/biblio/StudiesOfTestDrivenDevelopment for the studies I know. ... Those anti-patterns generally produce bad tests....
... I will check these out, thanks. ... Reduced where? What aspects of the development "process" drastically reduced? ... Sure, that is/will be done. But...