Djenni - Data Generator Framework
· This is the parent module for all components of the Djenni framework - a test data generation framework that
sets
out to introduce better practices in test data management and generation.
The core goals are:
- to reduce the amount of time developers and testers spend manually crafting data
- to make tests clearer by only focusing on the key data elements
- to make tests even more complete by fuzzing data elements that are not deemed key to the test
- to better support later test phases by helping developers to provide data generators suitable for large scale
data generation in a thread safe / multi-threadable manner.
Download JD-GUI to open JAR file and explore Java source code file (.class .java)
Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window djenni-parent-0.2.0.jar file.
Once you open a JAR file, all the java classes in the JAR file will be displayed.