forked from imikemo/Sikuli-and-Robot-Framework-Integration
-
Notifications
You must be signed in to change notification settings - Fork 5
Integration Details
Tset Noitamotua edited this page Jan 27, 2015
·
3 revisions
Robot Framework is written on python and provides tools for running test cases using either python or jython. Sikuli scripts are run using jython. Taking into account all statements above, it is possible to run test cases using "jybot" tool, where keywords are implemented in Sikuli scripts. In other words, Sikuli scripts will play role of Test Libraries for Robot Framework.
The following integration how-to is splited on four main steps: