Google News
logo
Automation Testing - Interview Questions
Explain what Sikuli is?
Sikuli is a tool that uses “Visual Image Match” method to automate graphical user interface. All the web elements in Sikuli should be taken as an image and stored inside the project.
 
Sikuli is comprised of
 
* Sikuli Script
* Visual Scripting API for Jython
* Sikuli IDE

Practical uses of Sikuli is that
 
* It can be used to automate flash websites or objects
* It can automate window based application and anything you see on screen without using internal API support
* It provides simple API
* It can be easily linked with tools like Selenium
* Desktop application can be automated
* Sikuli offers extensive support to automate flash objects
* To automate desktop, it uses powerful “Visual Match” and Flash objects
* It can work on any technology-.NET, Java,
Advertisement