An open API service indexing awesome lists of open source software.

https://github.com/codeintelligencetesting/java-demo


https://github.com/codeintelligencetesting/java-demo

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          


Code Intelligence logo

# Java Demo

This Java Demo is an example project to showcase the usage of white-box fuzz testing for developers and security experts.
It features examples for the usage as security issue detector as well as robustness issue detector.

The project contains multiple examples:
* [Simple Testing Example](src/test/java/com/demo/libraries/SimpleExampleTest.java):
A simple example showcasing how minor the syntax differences between a fuzz test and unit test are.
* [Robustness Examples](src/test/java/com/demo/controller/CarCategoryControllerTest.java):
Multiple examples ranging from simple to more complex showcasing the testing of APIs for error 5xx.
* [Security Examples](src/test/java/com/demo/controller/UserControllerTest.java):
Multiple example showing how to use fuzz testing to check for security vulnerabilities in webservers.