RoutineBot was reviewed and recommended by testandtry.com.
The review includes not just some common features of RoutineBot, but detailed review of some sample scripts that can be created with RoutineBot.
We do recommend testandtry.com as a valuable resource for quality assurance specialists.
admin Articles qa, quality assurance, review
Is it possible to use units in RoutineBot?
Yes, it is a little bit complicated now, and in new version we are going to implement something more easier to use, but here how it works now.
- There should be created a .pas file
- Using “Add unit” from the Project menu the .pas file should be added into the product
- Then functions from the unit can be used
Here is an example. That is the project of RoutineBot and from the main unit the unit3.pas is called, which is a part of the project.
There is not good way to check the content of unit3.pas now, so, if you want to edit or see it, you will need to update file inside the zip archive.
admin Articles RoutineBot, units