Open Source Testing Tools in Groovy
9 projectsTop-ranked projects first.
easyb is a BDD framework (like RSpec & JBehave) that provides a domain specific language which makes application verification simple, fun, and easy. easyb provides support for two types of specifications, Behaviors and Stories. Behaviors are created with before and it. Stories are created with scenario, given, when and then.
Hydra-perf is a clustered performance testing tool. Hydra-perf uses Terracotta to distribute method invocations across the agent/controller grid and maintains shared state through the use of a data grid. Test scripts are written in Groovy and executed on the agent processes.
Spock is a testing and specification framework for Java and Groovy developers. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDEs, build tools, and continuous integration servers.
Test'N'Groove (read as in Test and Groove) is the integration of Groovy and TestNG. This enables writing TestNG tests directly in the Groovy scripting language.