WatirColors
Get Version
0.0.1→ ‘WatirColors’
What
Watir Colors is a functional testing framework for web applications. Currently only Watir is supported for executing tests. There are plans to extend Watir Colors (and perhaps change the i to e) to use other testing framework, such as FireWatir, Selenium, etc.
Installing
sudo gem install WatirColors
The basics
There is nothing here yet.
Demonstration of usage
require 'watir_colors' class TestSomething < Test::Unit::TestCase def test_an_application App do Page do click_a_link assert true end NextPage do search_text_field.value = 'lolz' assert_equal 'lolz', search_text_field.value end end end end
Forum
http://rubyforge.org/forum/?group_id=5530
How to submit patches
Read the 8 steps for fixing other people’s code
The trunk repository is http://watir-colors.rubyforge.org/svn/ for anonymous access.
License
This code is free to use under the terms of the MIT license.
Contact
Comments are welcome. Send an email to Drew Olson email via the forum
Drew Olson, 26th February 2008
Theme extended from Paul Battley