Content deleted Content added
m Task 18 (cosmetic): eval 11 templates: hyphenate params (2×); |
Laiwoonsiu (talk | contribs) Added ''partial oracle'' from [6].515. Also, corrected the position of reference [6].515 in the sentence introducing ''pseudo-oracle''. |
||
Line 16:
A derived test oracle differentiates correct and incorrect behaviour by using information derived from artefacts of the system. These may include documentation, system execution results and characteristics of versions of the system under test.<ref name="Oracle survey"/>{{rp|514}} Regression test suites (or reports) are an example of a derived test oracle - they are built on the assumption that the result from a previous system version can be used as aid (oracle) for a future system version. Previously measured performance characteristics may be used as an oracle for future system versions, for example, to trigger a question about observed potential performance degradation. Textual documentation from previous system versions may be used as a basis to guide expectations in future system versions.
A '''pseudo-oracle'''
A '''partial oracle'''<ref name="Oracle survey"/>{{rp|515}} is a hybrid between specified test oracle and derived test oracle. It specifies important (but not complete) properties of the system under test. For example, [[metamorphic testing]] exploits such properties, called metamorphic relations, across multiple executions of the system.
=== Implicit ===
|