Set up continuous build server to include acceptance tests using Watir

Posted by on March 22, 2009|Comments|Read full article

Acceptance tests integrated into the continuous build server provides team members constant feedback, its benefits is quite obvious. Here I show you how to include web acceptance tests (using Watir) in CruiseControl server for a typical Java/J2EE project.

Read full article

Using TestWise for existing Watir scripts

Posted by on March 15, 2009|Comments|Read full article

TestWise IDE v1.2 adds better support for running Watir scripts directly.

The demo project (project file c:\TestWise\samples\demo\demo.tpr) now includes one test case (TestWise_ajax_xxx) implemented in four different falvours:

  • rWebUnit
  • rWebUnit in RSpec
  • Watir script
  • Watir in RSpec
, which all can be executed in TestWise IDE.

 

Read full article