Blog Archives

MouseFocuseNext in RoutineBot

In version 3.8 of RoutineBot you will find some new functions that allow to process the case when you have the same images on the screen: MouseFocuseNext PicturesCount Example: program test; function PicturesCount(PictureName : String): integer; begin   result := 0;   if MouseFocuse(PictureName) = 1 then   begin  

Read More…

Posted in Official

Record test automation scripts with RoutineBot

Starting version 3.0. RoutineBot allows to record test automation scripts. The new function helps to record user actions and then play them back. How it works To start or stop recording use “Start/stop recording command” in Tools menu or Control + F12 hot key. RoutineBot can record scripts in two

Read More…

Posted in Official
Tags: , ,

Create directory or folder automatically

Latest version of RoutineBot allows to create directories or folders automatically with MakeDir function. Check commands list for details.

Posted in Official
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: