Blog Archives

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

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: , ,

SetWarningsOn function in RoutineBot

Function SetWarningsOn enables or disables Exceptions searching. If these function is enabled, then after each event or function Interpreter will be search an error window, and if this window is found then to it sends event, that emulates click on ‘OK’ botton. Interpreter finds 2 kinds of error symptoms 1)

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: