(Created page with '=== Glossary === ==== Smoke Test ==== Smoke test ~ intake+smoke test from ISTQB. smoke test (set): A subset of all defined/planned test cases that cover the main functionality …') |
(→Glossary) |
||
| Line 1: | Line 1: | ||
=== Glossary === | === Glossary === | ||
| - | ==== Smoke Test ==== | + | ==== Smoke Test (a.k.a Sanity Test) ==== |
Smoke test ~ intake+smoke test from ISTQB. | 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. | 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. | ||
| - | ==== Test Collection maintainer ==== | + | The purpose of Sanity Test for MeeGo: |
| + | * Provide basic health status of the whole system on daily basis, so people have basic understanding where we are in terms of quality | ||
| + | * Report out outstanding issues and regressions and track them fixed quickly | ||
| + | * Sanity test results are used to measure if the MeeGo repositories are in good shape so that decisions can be made if the software is ready for further testing or release. Of course, the release decision cannot be made only based on sanity test results, further testing results will also be referred to. | ||
| + | |||
| + | ==== Test Collection maintainer (a.k.a Test Suite maintainer) ==== | ||
Test collection maintainer ~ package maintainer (archlinux) + technical test analyst (ISTQB): | Test collection maintainer ~ package maintainer (archlinux) + technical test analyst (ISTQB): | ||
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.