Random testing: Difference between revisions

Content deleted Content added
Malyvelky (talk | contribs)
mNo edit summary
Malyvelky (talk | contribs)
No edit summary
Line 63:
== 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, as implemented e.g. by NASA's [http://babelfish.arc.nasa.gov/trac/jpf/wiki/intro/what_is_jpf Java Path Finder] (which blands [http://babelfish.arc.nasa.gov/trac/jpf/wiki/intro/testing_vs_model_checking testing with model checking] by limiting the state space to a reasonable size by various means)
 
== References ==