17 July 2014

Sikuli is a simple tool for creating testing script in java so it’s cross-platform.

Write simple Sikuli Script by capturing screen shots of GUI element.

  • Click on the element
  • Find certain element
  • Type text in the element

image 1

Example,

  • Simple sikuli script with command:
    • click ()
    • type ()
    • find ()
  • Run the Sikuli script

image 1