Blog Archives

ListItem function in RoutineBot

Syntax ListItem( List:String, Index:String ) Parameters List:String String, that contains comma separated handles. You can get this string as result of function FindWindows. Index:String Index of item in string. Return value Return  the item located at the specified Index within List. If Index parameter is less than zero or greater

Read More…

Posted in Articles
Tags: ,

ListSize function in RoutineBot

Syntax ListSize( List:String ) Parameters List:String – String, that contains comma separated handles. You can get this string as result of function FindWindows. Return Value Returns number of items in string. E.g. ListSize(‘5,6,7’) returns 3 and ListSize(”) returns 0. Example s := FindWindows(‘Opera’);//searching browser handle cnt := ToString(ListSize(s)); MsgBox(‘Found ‘

Read More…

Posted in Articles
Tags: ,

FindWindows function in RoutineBot

Below you will find more specific information about FindWindows functions, including function syntax and some examples. Syntax: FindWindows( Caption:String, Application:String [optional], CaptionMatchCase:Integer [optional], CaptionWholeWordOnly:Integer [optional], AppNameMatchCase:Integer [optional], AppNameWholeWordOnly:Integer [optional] ) Parameters Caption:String – Caption of  the window that need to be found. If this param is a empty string, it will be ignored.

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: