Hi
I am looking for podcast or videos on how to do unit testing.
Ideally they should cover the basics & the more advanced topics
|
29
|
Hi I am looking for podcast or videos on how to do unit testing. Ideally they should cover the basics & the more advanced topics
|
||
|
|
|
|
At Dnr TV there are two episodes with JP Boodhoo, where he gives an introduction to test driven development: If you want to see unit testing and TDD used together with a whole bunch of other agile practices, I would recommend watching the sceencast series Autumn of Agile. This series shows the development of a fully unit tested application from start to finish. As for podcasts, check out the following:
Since mock objects are a quite important part of unit testing, these podcast episodes might be of interest as well: |
|||
|
|
|
|
Here is a link to video by Hadi Hariri on how Mocks make uniting testing easier
Here is a link to video by Robert Love on how to Building Unit Tests with DUnit for delphi
|
||
|
|
|
|
You could check out the Unit Testing episodes of Dime Casts.Net. |
||
|
|
|
|
Rob Conery covers a bit of this in his Store Front series. But probably not worth it unless your into the ASP.Net MVC stuff. |
||
|
|
|
|
Here are 2 really good introductory talks on TDD,BDD and unit testing. The speakers are both authors on the subject and both books are great. Kent Becks's talk developer testing |
||
|
|
|
|
My collected bookmark-dump
|
|||
|
|
|
|
Unit Testing in Delphi 2005 This BDNtv episode shows the unit testing integration for DUnit for a Delphi/Win32 application in Delphi 2005. Unit testing for C#, Delphi for .NET, and Delphi for Win32 with both NUnit and DUnit are supported in Delphi 2005 |
||
|
|
|
|
Other hanselminutes episodes on testing:
Other podcasts:
Blog posts:
I know you didn't ask for books but... Can I also mention that Beck's TDD book is a must read, even though it may seem like a dated beginner book on first flick through (and Feathers of course is the bible). Also, I'd append Martin(& Martin)'s Agile Principles, Patterns & Techniques as really helping in this regard. In this space (concise/distilled info on testing) also is the excellent Foundations of programming ebook. Goob books on testing I've read are The Art of Unit Testing and xUnit Test Patterns. The latter is an important antidote to the first as it is much more measured than Roy's book is very opinionated and offers a lot of unqualified 'facts' without properly going through the various options. Definitely recommend reading both books though. AOUT is very readable and gets you thinking, though it chooses specific [debatable] technologies; xUTP is in depth and neutral and really helps solidify your understanding. |
||||
|
|
|
JP Boodhoo is a great guy on unit testing and BDD. He made several videos on how to do unit testing on mvp patterns. I agree with Andrew. Misko Hevery is quite thoughtful on testing. His project testability-explorer is an innovation to measure your code as an evidence for further refactoring, based on some existing metrics. |
|||
|
|
|
|
Google employee and testing evangelist Misko Hevery is definitely an authority on unit testing. I'm surprised he hasn't been mentioned yet. He's one of the best lecturers out there, unit testing or no. In fact, I didn't really give a hoot about unit testing until I watched one of his 'casts. He gives clear, professional, to-the-point lectures and 9 times out of ten has something interesting to say. In my book, he's up there with Yegge in terms of influential developers. Plus, he makes subtle nerd jokes as an added bonus too which I find hilarious. |
||
|
|
|
|
Definitely start with John Sonmez's link. Then check this out. |
||
|
|