Galen Framework - Getting started
In previous post, I mentioned that we can use Galen for automated lay out testing. Galen offers a simple solution to test location of objects relative to each other on the page. Galen is implemented using Selenium Web driver. Hence we can use it for normal functional automation testing as well. Documentation of Galen Galen has its own domain specific language to define Specs. Detailed documentation can be found here. Galen has its own javascript API which provides a list of functions which make writing test cases easier. Detailed documentation can be found here. Galen pages javascript API is light weight javascript test framework. Details are available here. Details of galen test suite syntax are here. Galen framework has a detailed documentation of its usage and functions here. ###Installation### ...