From c86611bd52540e884a9ef24e07be457bdf77b3a2 Mon Sep 17 00:00:00 2001 From: L4136 <l4136@student.jamk.fi> Date: Fri, 31 Jul 2020 15:40:17 +0300 Subject: [PATCH] Update template-acceptancetest.md --- .../pohjat/pohja-hyvaksyntatesti.md | 56 ++++++++++++++++++ .../pohjat/template-acceptancetest.md | 58 ------------------- 2 files changed, 56 insertions(+), 58 deletions(-) create mode 100644 dokumentit/20-Vaatimustenhallinta/pohjat/pohja-hyvaksyntatesti.md delete mode 100644 dokumentit/20-Vaatimustenhallinta/pohjat/template-acceptancetest.md diff --git a/dokumentit/20-Vaatimustenhallinta/pohjat/pohja-hyvaksyntatesti.md b/dokumentit/20-Vaatimustenhallinta/pohjat/pohja-hyvaksyntatesti.md new file mode 100644 index 0000000..84ada6d --- /dev/null +++ b/dokumentit/20-Vaatimustenhallinta/pohjat/pohja-hyvaksyntatesti.md @@ -0,0 +1,56 @@ +# Hyväksyntätestin -pohja + +[](http://www.youtube.com/watch?v=YQ9rZBOMs6g "") + + +| | | +|:-:|:-:| +| Testitapauksen kuvaus | Kelpuutetaan asiakkaalla skenaario... | +| Testitapaus ID | XXXX | +| Testitapauksen suunnittelija | XXXXX XXX | +| Testitapauksen hyväksyjä: | XXXXX XXX | +| Luontipvm | X.Y.ABCD | +| Luokitus | Hyväksyntätesti / Acceptance Test | + +**Päivityshistoria** + +* versio 0.1 + +**Testin kuvaus / tavoite** + +* Kuvaus + +**Linkit vaatimuksiin tai muihin lähteisin** + +* Vaatimus: [Vaatimus]() ? +* Käyttötapaus: [Use Case]() ? +* Ominaisuus: [Ominaisuus]() ? + +**Testin alkutilanne (Pre-state)** + +* Alkutilanne + +**Testiaskeleet (Test Steps)** + +Hyväksyntä testissä voidaan rajata suoritus esim. valittujen käyttötapauksien pohjalta + +Suoritetaan Use Case 1, 2 ja 17 + +**Testin lopputilanne (End-State)** + + +* Mitä tapahtuu testin ajon jälkeen + + + +**Huomioitava testin aikana** + +* Huomio 1 +* Huomio 2 + + +**Testin "tuomio"/tulos (Pass/Fail Criteria)** + + +* PASS ehto? +* FAIL ehto ? diff --git a/dokumentit/20-Vaatimustenhallinta/pohjat/template-acceptancetest.md b/dokumentit/20-Vaatimustenhallinta/pohjat/template-acceptancetest.md deleted file mode 100644 index 2b86021..0000000 --- a/dokumentit/20-Vaatimustenhallinta/pohjat/template-acceptancetest.md +++ /dev/null @@ -1,58 +0,0 @@ -# Acceptance test: - - -| | | -|:-:|:-:| -| Test case description | Does the customer approve the tested component | -| Test case ID | TCXXX | -| Test case designer | XXXX XXX | -| Creation date | X.Y.ABCD | -| Classification | Acceptance Test| - - -** Update history ** - -* version 0.1 Base - -** Test description / objective ** - -> The goal of the acceptance test is to ensure that the customer gets what they ordered! -> Answer the question: Does the component / functionality to be delivered meet the customer's requirements / wishes? - -* Description - -** Links to requirements or other sources ** - -* Requirement: [Requirement] ()? -* Use Case: [Use Case.md]? -* Property: [Property] (base-property.md)? - -** Pre-state ** - -* Initial situation from which the test starts - -> The acceptance test includes a broader set, during which the product is examined, for example, from the end user's perspective - -** Test Steps ** - -Step 1 -> check if ... -Step 2 -> check if .. -Step 3 -> check at the same time .. -Step 4 -> check elsewhere .. - -> On the other hand, the acceptance test may also include a number of selected use cases that must be feasible. -The customer / client may be required to pass the selected use cases as conditions for approval. - - - -** End-State ** - -> What happens after the test? - - -** Determination of test result (Pass / Fail Criteria) ** - -> Under what conditions can a test result be accepted and under what conditions is it rejected? - -* PASS condition? -* FAIL CONDITION? \ No newline at end of file -- GitLab