Showing posts with label TDD. Show all posts
Showing posts with label TDD. Show all posts

Thursday, 18 May 2017

"The tragedy of 100% code coverage", by Daniel Lebrero

"It is funny how things turn around. ​ For fifteen years I have been preaching TDD (Test-driven development, or as it used to be called: test-first approach), or at least for developers to write some unit tests. However, in recent times I have found myself saying more often, 'Why did you write that test?' instead of, 'You should write a test.'"
Daniel Lebrero on 18/05/2016

It presents some interesting opinions & views, worth to take a look...



Have fun! :)

Friday, 5 September 2014

TDD in Javascript

Test Driven Development (TDD) is a crucial part of quality software development.

For that matter, exploring tools and frameworks to implement and/or improve the implementation of test suites is part of this process.

Here's a presentation on tools and frameworks for implementing TDD in javascript:
http://www.infoq.com/presentations/tdd-javascript

Have fun! :)