A Selenium example used for refactoring while considering The Four Rules of Simple Design
The rules are:
- Tests passes
- Express intent
- No duplication
- Small
The source code written at Selenium Camp 2015 is available in the branch SeleniumCamp-2015
An extension from the result at Selenium Camp using Selenide is available thanks to Andrei Solntsev.
The source code written at Java Developer Day 2015 is available in the branch Java-Developer-Day-2015
The source code written at SeleniumConf Berlin 2017 is available in the branch selenium-conf-berlin-2017
The source code written at TestCon Vilnius 2017 is available in the branch test-con-vilnius-2017
The source code written at Testing Stage 2018 in Kyiv is available in the branch testing-stage-kyiv-2018
Build with Gradle
gradlew build
Gradle wrapper is used, you don't need to install Gradle.
Java must be installed.