Testing Frameworks & Tools
Sort:
popular
|
newest
JUnit is a unit testing framework to write and run repeatable automated tests on Java.
Last Release on Feb 13, 2021
ScalaTest is a flexible and popular testing tool in the Scala ecosystem.
It can be used to test Scala, Scala.js, Scala Native, Dotty (Scala 3), and Java code.
Last Release on Apr 12, 2023
Starter for testing Spring Boot applications with libraries including JUnit Jupiter, Hamcrest and Mockito
Last Release on Sep 21, 2023
6. TestNG11,294 usages
org.testng » testngApache
TestNG is a testing framework inspired from JUnit and NUnit but introducing some new functionalities that make it more powerful and easier to use.
It supports test configured by annotations, data-driven testing, parametric tests, etc.
Last Release on May 19, 2023
Spring Test supports the unit testing and integration testing of Spring components with JUnit or TestNG.
It provides consistent loading and caching of Spring ApplicationContexts and provides mock objects that you can use
to test your code in isolation.
Last Release on Sep 14, 2023
A self-contained hamcrest jar containing all of the sub-modules in a single artifact.
Last Release on Jul 9, 2012