The Test Script Runner was designed to be a software platform that will 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.
As we all know manual regression testing of software and/or hardware is error prone, very costly and time consuming.
This software provides a simple mechanism for the automation of your regression testing via a text based scripting language.
The software also provides a mechanism that allows you to have the results emailed to a list of email addresses so that you do not even need to be at the testing station to find out if your test passed or failed.
Includes a batch queue that allows multiple scripts to be run. This also includes a feature that allows you to create a plug-in to the batch queue that could download software to your test device such as a mobile phone and then run scripts against the new version.
A number of plug-in modules are provided with the software to allow for:
· Communication via a serial device (RS-232, TCP, VISA etc).
· Interact with a windows application to fill in edit boxes and press buttons etc.
· Dial/Hang-up an internet connection.
· Perform FTP operations. Each of the plug-in modules provides documentation describing the actions that the plug-in provides and the in/out parameters that are required.
Requirements:
· NET Framework
Limitations:
· 2 days trial, but can be extended to 30 days
What's New in This Release: [ read full changelog ]
New Features:
· Allow assert statement in an assignment [a = assert(false)]
· Added “Process” serial type to Serial Tester Plug-in to provide command line support.
· s = new Serial("Process")
· s.open()
· s.send("dir\n")
· s.waitfor("free")
· s.close()
· delete s
Bug Fixes:
· Fixed installation of Batch Queue Item Creators on new PC due to missing registry key.
· Allow currently selected entry in Batch Queue to be deleted.
· Fixed crash on use of save in Batch Queue when results xml has been loaded.