Content deleted Content added
m →Critique: link |
→Strengths and weaknesses: note problems for CI |
||
Line 68:
* 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 program analysis]]).
* If different inputs are randomly selected on each test run, this can create problems for [[continuous integration]] because the same tests will pass or fail randomly.<ref>http://stackoverflow.com/questions/636353/is-it-a-bad-practice-to-randomly-generate-test-data</ref>
== Types of random testing ==
|