Random testing: Difference between revisions

Content deleted Content added
Malyvelky (talk | contribs)
Malyvelky (talk | contribs)
No edit summary
Line 43:
}
</syntaxhighlight>
 
==
* Random input generation
* Random input sequence generation (i.e. a sequence of method calls)
 
 
== Types of random testing (draft) ==
* undirected random test generation (with no heuristics to guide its search)
* feedback-directed random test generation
* ...
 
== Implementations ==
Line 52 ⟶ 62:
== See also ==
* [[Fuzz testing]] - a kind of random testing when invalid input is provided to tested program.
* [[Lazy systematic unit testing#Systematic Testing]] - a systematic way of exploring "all" method calls
 
== References ==
{{Reflist}}
 
== External links ==