Sikuli Automation Suite
Sikuli a GUI based automation tool http://www.sikuli.org/ It can really automate what you can see on your screen. Example to open a browser and search in google a traditional example but this any web Automation does. What more it can do is the real interesting question that we can see. It can automate any software which regular web automation tool does not cover like selenium and other automation tool eg QTP. Sikuli what programming language it runs an interesting question. It core scripts are written in Python. So Next Big question comes to us should we learn python. I got some answer which sound logical to me after tying the Scripts. What Effective Python Programming you need to know for using in Sikuli Scripts Python on Sikuli Control Statements For File accessing Data set accessing ( You can create you data set for your test suite in CSV and use python to parse through) No Python Knowledge needed for using the IDE as given below Sikuli IDE provide...