↧
Start testing GUI with RoutineBot in just few minutes
This is a short step by step guide on how to start using RoutineBot for GUI testing purposes. We will show how to run the program that you want to test, how to perform simple actions with it and...
View ArticleRoutineBot – Simple Interface Test Automation Samples
There are few simple interface testing samples available in setup package. For details check \Samples\ directory of installation folder. More script samples are available in the online help for...
View ArticleHow to repeat script until we have an exact image on the screen?
We need to repeat certain code until an exact image appears on the screen. How to do this with Routine Bot? Actually, the code for this is simple: repeat a:=MouseFocuse(‘test.bmp’); // any other code...
View Article