71
edits
(→About The Project: update info) |
(→About The Project: update info) |
||
| Line 1: | Line 1: | ||
== About The Project == | == About The Project == | ||
This project implements the fuzzing testing framework against B2G devices. | |||
'''Cingi''': vocabulary from Taiwan aboriginal "Yami", which means spy on sth. | |||
'''Fuzz testing''' is a software testing technique, often automated or semi-automated, that involves providing invalid, | |||
unexpected, or random data to the inputs of a computer program. The program is then monitored for exceptions such as crashes, | |||
or failing built-in code assertions or for finding potential memory leaks. | |||
Fuzzing is commonly used to test for security problems in software or computer systems. | |||
It is a form of random testing which has been used for testing hardware or software. | |||
== Current Feature == | == Current Feature == | ||
edits