Tag Archives: fuzz testing

Random input software testing

The usual approach to testing software is to create a specific problem and see if the software gets the correct answer.  Although this is very useful, there are problems with it: It is labor-intensive It almost totally neglects to test the code that throws errors There can be unconscious bias in the test cases created … Continue reading

Posted in Computation, R language | Tagged , , | 1 Comment