I had a talk today in GittiGidiyor/eBay about testing and test driven development. I really enjoyed during the talk, especially while my colleagues was sharing their own experiences. The synergy was awesome.
I hope you also enjoy the slides. As written in the presentation, “do not let your software rot, write tests to keep your software alive”…
Test-Driven Development grew out of a reaction to waterfall development. One important goal of Test-Driven Development is what Kent Beck calls incremental design.When practicing Test-Driven Development, the first step is always to create a failing test. that use the test to express how we want our code to behave