Proposed Session
Live demo of the Barbor Lovely Tests Collection in a Next Europa's project
Barbor is a collection of Gherkin high level, generic, reusable, i18n and (hopefully) universal steps for the automation of human behaviour in web apps. Its main approach is to use content visible to the end user through HTML in order to achieve the unique identification of the element to be interacted within. It allows (and actually contains) the following test steps:
Given the field with label <User> is filled with <MyUserName>
And the field with label <Password> is filled with <MyPassword>
And the field with label <Do you accept our terms and conditions> is filled with <CHECKED>
In this presentation I would like to give a live demo of the use of Barbor in a Next Europa's project and collect feedback from the audience on the possibility of turning Barbor (today available only for Cucumber) also compatible to Behat.