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
 

Debugging Ruby

Ruby might be slow, but bad code only makes it worse. This video teaches you how to use powerful tools to see how your code is executed, so you can understand, debug and optimize it. It covers techniques that can be used to troubleshoot production ruby deployments from three perspectives: …

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, …

What Testability Tells us About the Software Performance Envelope

Broadly understood, testability defines the limits on producing and releasing complex systems with an acceptable risk of costly or dangerous defects. This talk will explore testability, consider what we know about how it, and challenge the audience with some open problems. [youtube 1keyEiJHqPw] Presentation Slides

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, …

Frama-C Industrial Usage

This video presents some industrial applications of the Frama-C platform by Dassault Aviation. Frama-C is a suite of open source tools dedicated to the analysis of the source code of software written in C. Frama-C gathers several static analysis techniques in a single collaborative framework. The collaborative approach of Frama-C …