How To Test Absolutely Anything
This video presents the very best and most useful testing tools and tricks for Ruby on Rails applications. [vimeo 6703197 480 360] Video Producer: chicagoruby.org
Software Testing Tutorials and Videos
This video presents the very best and most useful testing tools and tricks for Ruby on Rails applications. [vimeo 6703197 480 360] Video Producer: chicagoruby.org
This talk weighs the trade-off between early cycle unit and component testing with late cycle integration and system testing and argues where the largest quality gains can be made by further investment in one, the other, or both. A very counter intuitive conclusion is reached and a model for testing …
This video shows you how to use Flex PMD to achieve clean and efficient coding.
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, …
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, …
Testing is a fundamental part of the Agile process. We live and breathe TDD/BDD. Red/Green/Refactor is our daily mantra. We love cucumber and writing executable, customer readable specifications. We even write tests for our JavaScripts. And yet, testing remains hard. The tests we love to write are brittle and tend …