| File | Description |
|---|---|
| ./run.rb | this is the controller with global options |
| ./setup.rb | orchestration layer for running the test cases. |
| ./results.html | example output when run using rspec with the -format html parameter. |
| ./data/test_data.yaml | an example of a small data set using a yaml format |
| ./objects/ | an example of the objects in my 'object repository' dynamically created |
| ./tests/ | a couple of examples of test cases using rspec and testunit. |
| ./util/discoverobjects.rb | utility script which 'learns' objects on a page, which can be re-used with reflection in test cases |
http://90kts.com/blog/2008/just-another-framework-for-developing-watir-test-cases/