RubySmith - the TestSmith Ruby API

The TestSmith Ruby API provides the TestSmith user with the power of the Ruby programming language. Scripts can be recorded as Ruby source files (see Language in Recording Options) and played back through the TestSmith API, through any Ruby IDE or from the command line using the ruby.exe interpreter.

See the sample Ruby test scripts yahoologin.rb and calctestsuite.rb, and the abstract class WinCalc for examples of usage. To run one of the test scripts simply open it in TestSmith and click the Play button, or run it from the command line as you would any other Ruby script.

See the rubydoc help files for full details of the RubySmith classes and methods.