RE: fuzz testing
what is fuzz testing?
I am new to testing and want to know about different types of testing.
Fuzz testing is the software testing technique that provides invalid, unexpected, or random data to the inputs of a program – a special area of mutation testing. Fuzz testing is performed by testing teams.
Hope it helps.