Create a scheduled test batch. This is a command line function which can be
directly invoked by calling:
ruby BatchRunner.rb <schedule_file_path>
The schedule_file_path is a textfile in which each line represents a WET testdefinition that needs to be executed. After
completing the tests, the batch runner produces a summary of execution
results.
|
WET is a opensource automated web testing tool which uses Watir as the library to drive web pages. WET drives an IE Browser
directly and so the automated testing done using WET is equivalent to how a user would drive the web pages. WET extends the
scripting abilities of Watir and also offers the convenience of recorders. It is licensed under LGPL and BSD style open source licenses.
|
|