Test case

From Wiki @ Karl Jones dot com
Revision as of 10:52, 24 August 2016 by Karl Jones (Talk | contribs) (Created page with "A '''test case''', in software engineering, is a set of conditions under which a tester will determine whether an application, software system or one of its features is wo...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

A test case, in software engineering, is a set of conditions under which a tester will determine whether an application, software system or one of its features is working as it was originally established for it to do.

Description

The mechanism for determining whether a software program or system has passed or failed such a test is known as a test oracle.

In some settings, an oracle could be a requirement or use case, while in others it could be a heuristic.

It may take many test cases to determine that a software program or system is considered sufficiently scrutinized to be released.

Test cases are often referred to as test scripts, particularly when written - when they are usually collected into test suites.

See also

External links