This tutorial show how to organize UI tests and reuse most of your existing usecases elements, like comments and screenshots.
test
How to Silkuli – Test UI without programming
This tutorial is intended to provide a way for non-developpers to start building UI test case. By using Silkuli IDE for making and runnning visual scripts (Python script + Screenshots thumbs)
How to Cucumber : Test Report Plugin 2 with Maven and Java
How to Cucumber Java : Wants to quit

Migrating from Simple JUnit Test to Cucumber Java
How to Cucumber : Test Reporting Plugin with Maven and Java
How to Cucumber Java : ReUse Same Scenario for Core, Service and Web UI Tests
An example of unified code to reuse the same functional test scenario. Over unit tests of the core component code, or exposed API and services, and finally the web application UI.
It’s useful for quality: non-regression test, continous integration, fast feedback, short loop, cost reduction, etc.
Tests BDD Cucumber simplifiés avec les lambdas Java8
Tests BDD avec Cucumber Java
Test web-UI automatisé avec FluentLenium Java
Ce tuto permet de tester une interface web de façon rapide et maintenable en utilisant Fluentlenium avec les classiques JUnit, Selenium et FestAssert. C’est une version améliorée du tuto Tester une webapp avec Selenium Java, PhantomJS et un webserver embarqué ?