AgileTester

Wednesday, July 16, 2008

A Watir Framework

I have written a Watir framework that object models your AUT and uses Rspec Story Runner

2 Comments:

OpenID watirmelon said...

Thanks for sharing this, it looks good.

I think that in your gmail example, the line in welcome_page.rb should read:

browser.link(:text, "Sign up for Gmail" )

instead of

browser.link(:text, "Sign up for Google Mail" )

It might be a case of Google changing their label. Perhaps you could use a regexp such as /^Sign up.+/

11:32 PM  
Blogger AgileTester said...

The actual google page that you would see will be dependant on your IP address.

I will take your suggestion and RegEx the link. But when I have done this could you re-run the tests from your end?

Aidy

1:49 PM  

Post a Comment

Subscribe to Post Comments [Atom]

<< Home