Anyone know of a gem for doing Watir test tours like James Whittaker advocates?
Wrapping everything in page objects is a good first step. Wikimedia's tests are a good example of this: https://github.com/wikimedia/qa-browsertests However, the page objects don't have enough information. You also need to store path information between pages, basic temporal logic to constrain paths, ... Even a link to a git repo that uses test tours beyond linear step definitions would be nice. -Chad -- -- Before posting, please read http://watir.com/support. In short: search before you ask, be nice. [email protected] http://groups.google.com/group/watir-general [email protected] --- You received this message because you are subscribed to the Google Groups "Watir General" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
