NEW Released Selenide 5.18.1
Quick Start
It's extremely easy to start using Selenide. Definitely not a rocket science.
Here is the quick start guide to get you started.
How to write UI test in 10 minutesStart writing test
- Import required classes:
- and write test:
🤟 Ready!
You can choose any testing framework you prefer: JUnit, TestNG, Cucumber, ScalaTest, JBehave - whatever.
Run as a usual tests. You can run from IDE, or as an ANT script, or “mvn test”. You don’t need to change anything in your process.
Do you want to see a working example?
We created Selenide examples group on github with examples of using Selenide:
- for testing Gmail,
- for testing Google search.
- for testing real internet-bank
- for testing real internet-bank
Share your examples!
If you have any examples of Selenide usage, feel free to share them with us!