Contribute Media
A thank you to everyone who makes this possible: Read More

Lessons learned about testing and TDD

Description

Marco Buttu - Lessons learned about testing and TDD [EuroPython 2015] [21 July 2015] [Bilbao, Euskadi, Spain]

One day our software will go in production, and so shortly we will pay dearly for our youthful mistakes. Without regression tests, we will be in deep trouble. If we have regression tests, but we did not have performed TDD, we should probably increase the effort in bug fixing and maintenance, since we do not have enough code coverage and our tests come out complex.

By retracing the author youthful mistakes, we will see a complete development workflow, from the user story to the low-level tests, in order to highlight the differences between functional, integration and unit tests, the best practices, and the lessons learned by the author during the development of the [Sardinia Radio Telescope][1] control software.

[Slides available here][2].

[1]: https://www.youtube.com/watch?v=zCL_tSMqsRg [2]: http://marco-buttu.github.io/pycon_testing/

Improve this page