Skip to content
smysnk edited this page Mar 15, 2013 · 9 revisions

General

Tutorials

  • Calculator - Shows basics of SikuliFramework by adding numbers with Windows/Mac Calculator application that comes native with OS. (Python + RobotFramework)
  • TextEdit - Shows how a button can produce different application contexts.

Helpful Links

  • Sikuli - Sikuli Script automates anything you see on the screen. It uses image recognition to identify and control GUI components
  • RobotFramework - RobotFramework is a generic test automation framework for acceptance testing and acceptance test-driven development (ATDD)
  • Jython - SikuliFramework requires Jython since Sikuli is natively written in Java and we want to code in Python. RobotFramework is written in Python based as well.