Skip to content
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.

features/step_definitions/buttons.rb


Clone this wiki locally