Software Testing and Software Quality Assurance Videos

Software Testing and Software Quality Assurance Videos and Tutorials: Unit Testing, Functional Testing, Load Testing, Performance Testing, Test Driven Development
 

An Introduction to Test Driven Development in C#

A 10 Minute introduction to test driven development and unit testing using NUnit and C#. Produced as part of the Readify Developer Network. [youtube f60aIlNhMoE] Aditional resource: Improving Application Quality Using Test-Driven Development (TDD) Demystifying Extreme Programming: Test-driven programming Bug Busters – Test Driven Development in .NET

Grails eXchange 2007: Unit Testing and Mock Objects with Groovy

Unit testing is a first-class developer duty with even higher priority in dynamic languages like Groovy. During this talk at the Grails eXchange 2007, Dierk explained the built-in features that Groovy provides for unit testing ranging from basic tests as known from JUnit, through Groovy specific testing strategies, up to …