Random testing: Difference between revisions

Content deleted Content added
BG19bot (talk | contribs)
m Implementations: WP:CHECKWIKI error fix. Syntax fixes. Do general fixes if a problem exists. - using AWB (11876)
Removing the link as it is not related to random testing but is a tool to generate random sequences.
Line 88:
* [https://code.google.com/p/yeti-test/ York Extensible Testing Infrastructure (YETI)] - a language agnostic tool which targets various programming languages (Java, JML, CoFoJa, .NET, C, Kermeta).
* [https://github.com/codelion/gramtest GramTest] - a grammar based random testing tool written in Java, it uses BNF notation to specify input grammars.
* [http://webpages.uncc.edu/yonwang/liltest/ LIL test] - a statistical distance and the law of the iterated logarithm-based random testing tool. The software testing tool is available in Java JAR file and could be run on all platforms.
 
== Critique ==