Jump to content

Error guessing

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by BD2412 (talk | contribs) at 13:21, 12 August 2015 (==See also== *Guessing). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In software testing, error guessing is a test method in which test cases used to find bugs in programs are established based on experience in prior testing.[1] The scope of test cases usually rely on the software tester involved, who uses past experience and intuition to determine what situations commonly cause software failure, or may cause errors to appear.[2] Typical errors include divide by zero, null pointers, or invalid parameters.

Error guessing has no explicit rules for testing; test cases can be designed depending on the situation, either drawing from functional documents or when an unexpected/undocumented error is found while testing operations.[1]

Further reading

See also

References

  1. ^ a b Bernard Homès, Fundamentals of Software Testing (2013), sec. 4.5.3.
  2. ^ R.G. Evans, Supercomputational Science (2012), p. 39.