Labs Summary

  1. Understanding Depot. Review the test application and learn how it works.
  2. The Watir Console. Drive the test application using Watir commands and the Watir Console.
  3. Writing Scripts. Create a Ruby script that uses Watir commands to drive a browser.
  4. Verifying Behavior. Add commands using Watir and Rspec to validate correct behavior.
  5. Harnessing Tests. Organize test scripts in an Rspec harness to centralize execution and reporting.