Innovations on Automatic Test Data Generation
Posted on Mon 22 March 2021 in blog • Tagged with blog, Testing, Fuzzing
Fuzz testing (Fuzzing) is a dynamic software testing technique. In this technique with repeated generation and injection of malformed test data to the software under test (SUT), we are looking for possible faults and vulnerabilities.
Continue reading