When doing BDD, it seems that Cucumber is the default tool to specify behaviors, however the Cucumber website and articles look a bit out of date and not very active.
What are the alternatives ?
When doing BDD, it seems that Cucumber is the default tool to specify behaviors, however the Cucumber website and articles look a bit out of date and not very active.
What are the alternatives ?
A very nice library with advanced tooling for Eclipse: Jnario
One that I have found in the past year since I posted the question:
For Java developers I really like JGiven. It is a bit more 'low level' than Cucumber (In theory Gherkin files could be written by business people..) as the tests are written in Java code. But I never found this to be a problem as I found usually the devs end up writing the Gherkin anyway. Very easy to use and it also generates nice html reports. the website has good docs and youtube conference videos.
© 2022 - 2024 — McMap. All rights reserved.