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

Web Testing at Google

Every day, Google’s web testing infrastructure runs millions of Selenium, WebDriver, and JsUnit tests on a variety of browsers and operating systems. This talk presents the infrastructure we’ve built at Google to support web testing, discuss how this infrastructure evolved as our web testing needs increased in scale and complexity, …

Testing the Entire Stack

Most talks you see about testing cover one particular tool, and rarely delve into the strategies around when you should use a particular tool for a particular kind of testing. This talk differs because it covers testing the entire stack: unit, integration, functional, behavior-driven, databases, user acceptance, mocking & stubbing, …