Test Script Runner Regression Tester

Test Script Runner is a software platform designed to provide a script based mechanism for Automatic Regression Testing.

The software provides a scripting language which allows the user to expand the capabilities via plug-in testing modules.

A number of plug-in modules are provided with the software to allow for: -

  1. Communication via a serial device (RS-232, TCP, UDP, VISA etc).
  2. Interact with a windows application using a UI Automation (see http://msdn.microsoft.com/en-us/library/ms747327.aspx) or via AutoIt3 (see http://www.autoitscript.com) API.
  3. Dial/Hang-up an internet connection.
  4. Perform FTP operations.
  5. Stream video from a Real Time Streaming Server (RTSP).
  6. Run programs.
  7. Access the windows registry.
  8. Control any number of PCs running Test Script Runner to remotely execute script commands via a serial link (RS-232, TCP or UDP) which can be encrypted for security.
  9. Automate web page testing via a Selenium Tester plug-in.

Each of the plug-in modules provides documentation describing the actions that the plug-in provides and the in/out parameters that are required. This documentation appears within the Help menu of the Test Script Runner GUI.

Extra plug-in modules can be found on the plugins.htm page which will be updated as and when further generic modules are coded.

The help menu of the GUI also provides a details step by step guide to creating your own plug-in modules to allow you to interact with non-generic items that you need within your testing needs.

To find out more about the capabilities of Test Script Runner press here.