m (moved Quality Assurance Glossary QA Glossary to Quality/Glossary) |
|||
| Line 28: | Line 28: | ||
* (Low level) Test case: A test case with concrete (implementation level) values for input data and expected results. | * (Low level) Test case: A test case with concrete (implementation level) values for input data and expected results. | ||
* High level test case (a.k.a test idea): A test case without concrete (implementation level) values for input data and expected results. Logical operators are used; instances of the actual values are not yet defined and/or available. | * High level test case (a.k.a test idea): A test case without concrete (implementation level) values for input data and expected results. Logical operators are used; instances of the actual values are not yet defined and/or available. | ||
| + | |||
| + | ==== Test case verdict ==== | ||
| + | |||
| + | * Pass: A test is deemed to pass if its actual result matches its expected result. | ||
| + | * Fail: A test is deemed to fail if its actual result does not match its expected result. | ||
| + | * N/A - Not Applicable - can be seen as a initial value which is left as a verdict for a test case when no other verdict cannot be given due to some reason (e.g. test case could not be executed due to failure in test infra, etc.). | ||
| + | * Blocked: This is special value required for the situations where verdict cannot be given due to failure in preconditions. | ||
| + | |||
| + | For all Blocked and N/A verdicts it would be preferable that reason why pass/fail verdict could not be given is documented either by comment “Test case X verdict not given due to reason Y" or bug ID. | ||
=== References === | === References === | ||
Contents |
Smoke test ~ intake+smoke test from ISTQB. smoke test (set): A subset of all defined/planned test cases that cover the main functionality of a daily build for MeeGo distribution, to ascertaining that the most crucial features of a distribution work, but not bothering with finer details. Smoke test is carried out at the start of test execution phase to decide if the distribution is ready for detailed and further testing.
The purpose of Sanity Test for MeeGo:
Test collection maintainer ~ package maintainer (archlinux) + technical test analyst (ISTQB):
Test collection ~ tests testing on specific areas of the distribution (e.g. Application Group, Application, Domain, Component). You can replace the test collection maintainer with test package maintainer – if you wish.
For all Blocked and N/A verdicts it would be preferable that reason why pass/fail verdict could not be given is documented either by comment “Test case X verdict not given due to reason Y" or bug ID.