Sponsored Links
-->

Tuesday, May 29, 2018

Visual Test-Driven Development For Responsive Interface Design ...
src: cloud.netlifyusercontent.com

Galen Framework is an open source layout and functional testing framework for websites, written in Java, which allows to test look and feel of responsive websites. It has its own special language Galen Specs for describing the positioning and alignment of elements on a Web page. It is based on Selenium and could be executed via Selenium Grid for cross-browser testing


Video Galen Framework



Main features

  • Testing location of elements on page
  • Image comparison for selected area
  • Functional testing
  • Applying TDD approach in Web development

Maps Galen Framework



Galen Specs Language

Galen Specs language consists of the following entities:

  • Page object locator definitions
  • Tagged sections
  • Test objects
  • Test specs

Responsive testing
src: image.slidesharecdn.com


References


Galen Framework tests on real mobile devices with Appium - YouTube
src: i.ytimg.com


External links

  • Official website
  • Source code on GitHub

Source of article : Wikipedia