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
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
FuncUnit is a free, open source JavaScript web application testing framework that’s powered by jQuery, Selenium, QUnit, and Envjs. JavaScript application testing is difficult. Existing solutions suffer from complex setup, difficult APIs, lack of automation or expensive licensing fees. FuncUnit provides functional testing as it simulates clicks, keypresses, drags to …
This video provides a brief introduction to the unit testing suite included with Lithium and how to quickly get started with some test-driven development. Lithium is a lightweight, fast and flexible framework for PHP 5.3. [vimeo 10697309 480 360] Video Producer: http://spacialeffect.com/
This video gives an introduction to behavior driven development using Ruby, Cucumber, and rSpec. This is a practical how-to for developers who have not yet integrated behavior driven development into their workflow. http://sdruby.org/podcast/82
This video present how Robotium relates to software testing for Android. Before Robotium, instrumentation tests on Android had to be too tightly coupled with the tested application’s implementation. It is now possible to write true black box tests, with no previous information about how the application under test is implemented. …
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 …