Serenity BDD is a tool that lets you use WebDriver-based unit or BDD tests to write more flexible and more reusable WebDriver-based tests, and also to generate documentation about your acceptance tests, including a narrative description of test, along with the corresponding screen shots, and also
... [More] high-level summaries and aggregations of the test results.
Serenity BDD provides some useful tools built on top of WebDriver to make writing WebDriver tests simpler and more flexible. It also generates reports that document individual test results (including screenshots for each stage of the tests), and also aggregate reports documenting the tests and test cases executed for each user story. It uses Java and JUnit, and fits in well with existing tools. [Less]
Concise UI Tests with Java!
Selenide is a framework for test automation powered by Selenium WebDriver that brings the following advantages:
Concise fluent API for tests Ajax support for stable tests Powerful selectors True Page Objects
You don't need to think how to shutdown browser, handle
... [More] timeouts and StaleElement Exceptions or search for relevant log lines, debugging your tests.
Just focus on your business logic and let Selenide do the rest! [Less]
This site uses cookies to give you the best possible experience.
By using the site, you consent to our use of cookies.
For more information, please see our
Privacy Policy