Re: [TDD] Arabic to Roman Numeral kata with commentary
Hi Corey, Your katacast is fantastic, it shows the power of TDD(combined with TPP) really well. I'm really?grateful?for your contribution towards the IT craftsmanship! Keep up the good work! Br,
By
G¨¢bos Alp¨¢r
·
#35160
·
|
Re: [TDD] Sharable Examples of Good Testing
I think Fitnesse is wrought in a TestDriven fashion: http://en.wikipedia.org/wiki/FitNesse
By
Christopher Barham
·
#35159
·
|
Re: [TDD] Sharable Examples of Good Testing
Hello! If you want a repository with good practices, maybe you should read the "Clean Code" (by Robert C. Martin) and other books like that. I know a repository with the same kata resolved by loads of
By
Miguel Angel
·
#35157
·
|
Re: [TDD] Sharable Examples of Good Testing
Well, I don't know if there are the more appropriate examples, but I usually made atomic commits per tests in my GitHub projects: https://github.com/ajlopez (except the PHP ones ;*) See the commit log
By
Angel Java Lopez
·
#35156
·
|
Re: [TDD] Re: Arabic to Roman Numeral kata with commentary
Thanks so much for the kind words, John, Thanks. In these, I try to take a "let me show you how I do it" rather than a "you should do it this way." I don't think there is a lot of value in trying to
By
Corey Haines
·
#35155
·
|
Re: Arabic to Roman Numeral kata with commentary
First off, thank you for putting that katacast together. I really appreciate your delivery style. There's zero ego-speak to overcome, you're just sharing peer-to-peer with your fellow craftsmen. This
By
john_s_ryan <jtigger@...>
·
#35154
·
|
Sharable Examples of Good Testing
I'm looking for some examples of software programs that are good examples of TDD in action. I want to be able to share them with anyone, so they need to be publicly accessible. Do you know of any open
By
john_s_ryan <jtigger@...>
·
#35153
·
|
Arabic to Roman Numeral kata with commentary
Hi, All, I recently posted a katacast of the arabic to roman numeral conversion kata with an audio commentary track over it. It is heavy TDD, plus uses bits of the transformation priority premise.
By
Corey Haines
·
#35152
·
|
Are developers from Mars and testers from Venus?
Please help Swinburne university researchers find out -?http://www.testingsurveys.org/personality/index.php [Non-text portions of this message have been removed]
By
Tanjila Kanij
·
#35151
·
|
Video: Behavior Driven Testing for Multichannel Enterprise Applications
Video from the Agile Testing & BDD eXchange 2012, what do you guys think? http://skillsmatter.com/podcast/agile-testing/behavior-driven-testing-for-multichannel-enterprise-application/mh-6028
By
mikeskillsmatter
·
#35158
·
|
[TDD] Re: driving
Oddly enough, I think it answered his question. Really; I had no idea. I used google. --- Dave Rooney <daverooneyca@...> wrote:
By
JeffGrigg
·
#35150
·
|
TDD rowFixture test returns an IllegalArgumentException on a reflection mismatch
I have the following setup: rhel55, jdk 170, eclipse juno, fitnesse. I am new to Fitnesse and I am aware I need training and I am busy ramping myself up reading through 70% of Fit for Development
By
arnoutcator
·
#35149
·
|
Re: [TDD] Re: driving
LOL!!
By
Dave Rooney
·
#35148
·
|
Re: driving
http://en.wikipedia.org/wiki/Driver_CPC --- "jack hirst" <hudsocat@...> wrote:
By
JeffGrigg
·
#35147
·
|
driving
what is a cpc certificate and what are the rules anyone know
By
jack hirst <hudsocat@...>
·
#35146
·
|
[ANN] Typemock releases a new version of Isolator, including a FREE version
* Posted with permission of the moderator * Unit testing is a key element for any software developer, development team, or business. With proper unit testing, companies can reduce the cost of software
By
typemock <avi@...>
·
#35145
·
|
Re: [TDD] Test Coverage Tool
Thanks for all the replies, folks. Sent: Friday, October 19, 2012 12:17 PM To: testdrivendevelopment@... Subject: Re: [TDD] Test Coverage Tool Joseph Yao wrote on 19.10.2012 8:43: Me too.
By
Amir Kolsky <kolsky@...>
·
#35143
·
|
Re: [TDD] Test Coverage Tool
Joseph Yao wrote on 19.10.2012 8:43: Me too. PIT is the only most user friendly and useful mutation testing tool that I know of. Add the configuration to your Maven POM and it just works. Here's the
By
Esko Luontola
·
#35142
·
|
Re: Test Coverage Tool
Pitclipse (Pitest), is a very good tool when using Java and Eclipse.
By
Antonio
·
#35144
·
|
Re: [TDD] Test Coverage Tool
wrote: +1 -- Abra?os, Josu¨¦ http://twitter.com/josuesantos
By
Josue Barbosa dos Santos
·
#35141
·
|