You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
richdownie edited this page Sep 13, 2010
·
29 revisions
Watircuke is the first automated testing tool that is truly HTML element agnostic.
1. For example, a Button on your page may have an “id”, “name” and “class” attribute.
2. Lets take the class=“watir” example.
features/sample.feature
3. Now Cucumber matches the "I click the “watir” button regular expression with the proper Watir step in the buttons.rb file.