- https://github.com/EaseTech/easytest-core/wiki/EasyTest-Core-:-QuickStart-guide
- https://github.com/EaseTech/easytest-spring
- https://github.com/EaseTech/easytest-codegen
- JavaWorld: EasyTest(ing) in Java : A Data Driven Testing Framework is finally here
- EasyTest : An Introduction · EaseTech/easytest Wiki
- Write effective Load Tests using JUnit and Repeat annotation | Java Code Geeks
- Run your Unit Tests in Parallel | Java Code Geeks
EasyTest is an extension to JUnit to provide easy data driven testing framework to its users.
Being able to get big test data sets from Excel is a really useful feature for Windows oriented companies and testers love it. The repeatability and not having to hard code data in java is great. Also being able to be disconnected from a data store is great as well.