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

flog << Test.new

This presentation will show how to transform a Ruby application without tests into a well-spec’d (via rspec) system with good test coverage. The presentation teaches how to write “characterization tests” for Ruby systems, how to convert characterization tests into normal specifications, and how to refactor and add new functionality to …