TDD/BDD screencast/video resources [closed]

半腔热情 提交于 2019-12-02 13:46:14

Basically, I'm looking for screencasts that present TDD/BDD process while developing somewhat "real life" applications (or parts of them) - so no 20 minute intros please.

Let's Code is a screencast "reality show" series where I'm developing real projects using TDD, evolutionary design and similar practices - the way I normally work. Right now there are three screencasted projects:

  • Jumi - a new test runner for the JVM, aiming to eventually replace JUnit as the de facto test runner (over 10k SLOC codebase, Java)
  • Dimdwarf - a distributed application server for the needs of MMO games (over 15k SLOC codebase, mixed Scala and Java)
  • a simple text adventure game to show some programming basics (only 9 episodes, Java)

Each episode is about 25 minutes long and new episodes are released a couple per week (as of Sep 2012 there are over 260 episodes, over 130 hours).

Let's Play: Test-Driven Development is a screencast series where James Shore is using TDD in developing a small application. The current project is an application for estimating personal long-term finances (a Java Swing application). Each episode is about 15 minutes long and new episodes are released daily (as of Sep 2012 there are over 200 episodes, over 50 hours).

Erik Öjebo

Miško Hevery, who is a developer at Google, has some great videos at his site.

Dave Astels has a Google tech talk called "Beyond Test Driven Development: Behaviour Driven Development".

At Dnr TV there are two episodes with JP Boodhoo, where he gives an introduction to test driven development:

I've really been enjoying GeePawHill's DoubleDawgDare screencasts. They're refactoring legacy code, not TDD, but he definitely has the TDD ethos, and - well, they're worth a watch even if they're not quite what you're looking for.

I've bought Kent Beck's TDD screen casts. He is a very good teacher. I like how he focus in other aspects not just the mechanical steps of using the XUnit framework.

Here is a detailed review of the screencast.

Kent Beck started to work on his own TDD screencast. So far he put two unedited pieces of his tutorial on Vimeo but he promises to publish full edited versions soon.

Follow him on Twitter or Vimeo.

James Shore has a YouTube video series where he builds a small piece of software from scratch using TDD and recording every step of the process. To my mind this should be required viewing to anyone who's thinking about starting with TDD, I only came across it recently and I'm surprised it doesn't have more exposure. There's 120 15-minute videos - that's a LOT of material.

Efficient Rails Test-Driven Development - by Wolfram Arnold

  • Class 1
    • the economics of testing
    • Testing in layers, design patterns
    • Toolbox: RSpec with Rails
    • RSpec & Models
  • Class 2
    • A culture of testing: Why TDD? How to TDD?
    • Testing & Date Dependencies
    • Toolbox: Fixtures, Factories, Mocks & Stubs
  • Class 3
    • Controller testing
    • View, Helper, Routes Testing
    • How much is enough? How much is too much?
  • Class 4
    • Refactoring code & tests, custom matchers
    • API Testing
    • Remote data setup
    • Cucumber for API testing & documentation
  • Class 5
  • Class 6
    • Integration frameworks (Cucumber, Webrat, Capybara, and Selenium)
    • Integration testing with Selenium (advantages and problems)
    • Page Objects
    • Locators (Selenium, CSS and XPath locators)
    • RSpec Custom Matchers
    • Testing for Access Control
Kjetil Klaussen

The guys over at TekPub make some great screencasts, and their 'Concepts'-series covers both unit testing and BDD.

They just released a new screen cast "Full Throttle: TDD with Brad Wilson" for $12 where Brad works on a billing subscription system using TDD.

Rob Conery also throws in some curve balls during the session to help show how TDD can adapt to change. Unfortunately, these are single episode series so there is only one, but it is an hour long.

We have a series of free and paid BDD screencasts at http://bddcasts.com. We're primarily ruby developers and our tools are cucumber and rspec.

I did a 25 minute screencast of the Bowling Kata in BDD. It is here: http://www.screencast.com/t/cnelplcoyjw

Destroy All Software - topics on testing are mostly based on real projects, performance, refactoring and testing principles are described as well.

Take a look at Katacasts. From the site:

The Katacasts series consists of performance katas, done as screencasts, by Enrique Comba and me, Corey Haines.

I haven't watched them yet, but knowing that Corey is big advocate of TDD and Craftsmanship, and at least one of the pages explicitly mentions doing the kata as TDD, I think you may find what you are looking for.

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!