Random testing: Difference between revisions

Content deleted Content added
Line 58:
 
The following weaknesses are typically pointed out by detractors:
* It only finds basic bugs (f.ex. [[https://en.wikipedia.org/wiki/Null_pointer#Null_pointer]] dereferencing).
* It is only as precise as the specification and specifications are typically imprecise.
* It compares poorly with other techniques to find bugs (f.ex. [[static analysis]]).
 
== Types of random testing ==