Oreilly - Test-Driven Development
by | Released October 2014 | ISBN: 9781491910474
Automated tests are great! They tell you when your software is broken and enable you to refactor with confidence, leading to cleaner codebases and less stressed developers. Tests are so great, in fact, that a group of true believers started writing them before the actual code. What they called test-driven development (TDD) turned out to be a fantastic way to develop software. Now, with this video course, you can get started with TDD step-by-step. TDD is often demonstrated with toy examples that fail to represent the challenges of real-world software development. But in this course, Harry Percival takes you through a practical example designed to look more like real life: building a simple web app with all the complexities associated with web browsers, the HTTP protocol, web frameworks, and database integration.You'll learn how to:Use unit tests to guide the development of Django view functions and model classesTest user interactions with functional tests that use Selenium to drive a real web browserGet a feeling for the unit-test/code cycle, where tests verify each tiny change to the codeUse tests to refactor code systematically and with confidenceMake version control with Git part of the processEvolve an existing application incrementally, always going from working state to working stateThis video course is based on Harry Percival's book, Test-Driven Development with Python from O'Reilly. Once you've completed the course, you can dig even deeper into the subject with the book.Harry J.W. Percival works at PythonAnywhere LLP and spreads the gospel of TDD worldwide at talks, workshops, and conferences. Show and hide more
- Introduction to Test-Driven Development 00:05:11
- Our First Test 00:06:38
- Unittest 00:11:33
- Unit Tests & First View 00:14:23
- Refactoring 00:27:47
- First POST Request 00:20:27
- The Database 00:27:05
- Testing Isolation and Evolving the Application 00:25:51
- Working State to Working State 00:19:16
- Getting to the Minimum Viable Product 00:25:19
- Don't Forget the Refactor! 00:06:14
Show and hide more 9781491919163.test.driven.development.OR.part1.rar
9781491919163.test.driven.development.OR.part2.rar