1.

Monkey testing is more about random actions while __________ testing is more about random data input.(a) Fuzz(b) Functional(c) Ad-hoc(d) RandomThe question was asked in my homework.Query is from Measuring Test Coverage in chapter Test Coverage and Development of JUnit

Answer»

Right answer is (a) Fuzz

To explain: While monkey testing uses RANDOMIZED tests, fuzz uses randomized TEST data INPUTS.



Discussion

No Comment Found

Related InterviewSolutions