Monthly Archives: June 2009

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

WriteText function in RoutineBot

Syntax WriteText( FileName:String, Text:String, Append:Integer [optional] ) Parameters FileName:String Full path to file Text:String Text to write Append:Integer [optional] If this param is 1  Text will be append to end of file. Otherwise, if this param is  0 file will be cleared and then Text will be writed. Default value

Read More…

Posted in Articles
Tags: ,

IncludeIniFile function in RoutineBot

Syntax IncludeIniFile( FileName:String ) Parameters FileName:String Full path to file with params Return value If file exists function return 1, otherwise function return 0. Remarks With function IncludeIniFile you can read some parameters from file. Parameters must be represent in format <key>=<value>. E.g. after including file, with content a=1 s=some

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: