WatirCraft is a testing framework that builds on Watir. It allows tests to be expressed as Rspec or Cucumber tests and provides a library structure to support maintainable testing. It gives you a place to put things.
Features
* Generates a directory structure for your test suite with one command.
* Provides page adapters you can customize for your application.
* Configure environment URLs and browser type (IE, Firefox) in one location.
* Supports multiple environments; specify which to test at run time.
* Uses templates to create tests and libraries.
* Automatically initializes browser for testing.
* Provides the glue to ensure your tests can find your libraries. Don’t write another “require” statement again.
* Runs on Windows, Mac or Linux.
View TesterTools dedicated page for this tool.
Comments --
Add