March 2018
Intermediate to advanced
324 pages
8h 30m
English
What we have seen about Selenium is very cool. It brings the opportunity to probe that our application is doing things well, but sometimes it is a bit tricky to configure and use. Selenide is a project based on Selenium that offers a good syntax for writing tests and makes them more readable. It hides the usage of WebDriver and configurations from you, while still maintaining a high-level of customization:
dependencies {
testCompile 'com.codeborne:selenide:2.17'
}
public ...
Read now
Unlock full access