Monthly Archives: July 2009

Unit restriction in RoutineBot 2.0

As RoutineBot uses FastScript as script engine, there are 2 restrictions: 1.  If you use units in you project, you must use quoted names in uses-decalartion. E.g.  in PascalScript these syntax is invalid: uses unit1; instead use syntax uses ‘unit1’; 2. Unit structure must be same as default script. E.g.

Read More…

Posted in Articles

New languages in RoutineBot

Starting version 2.0 RoutineBot supports two additional script languages – JScript (language with javascript-like syntax) and BasicScript (language with basic-like syntax) and the Pascal syntax supported from the very beginning of the project. All old function (e.g. MouseFocuse,EnterKeys) are available under all three languages. You can change  used language from

Read More…

Posted in Official
Tags: , , , , ,

Browse and click menu commands of tested application

Starting version 1.6 RoutineBot can click on certain menu commands in tested application. The process is now automated to make it easy to find necessary menu name, address to it and click it. The step-by-step it looks like: Run RoutineBot and go to the Tools > Menu Browser. As as

Read More…

Posted in Articles
Tags: , ,

Example: GUI test with RoutineBot

RoutineBot is testing GUI, trying to enter various values into the text fields and processing warning messages that tested program shows.

Gui Test Automation

GUI Testing TipsCheck out our GUI Test Automation tips.
Test Automation Step-by-Step
Learn more than 99% users know about test automation! Subscribe to maillist now! Learn how to create scripts that will do routine job for you.

Email: