I am using page object https://github.com/cheezy/page-object?source=c gem for this purpose. I think you need to write a navigator to manager your url jumping. I implement this in my test framework with page object gem or you can using a navigator that page object gem provides you.
2013/7/20 Chad Brewbaker <[email protected]> > 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. > > > -- -- 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.
