From 6fbcc8f40d3b66f48c37a0533c9628e4c35f758a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20Rintam=C3=A4ki?= <marko.rintamaki@jamk.fi> Date: Tue, 6 Apr 2021 18:08:02 +0300 Subject: [PATCH] Delete acceptance-test-template.md --- .../templates/acceptance-test-template.md | 48 ------------------- 1 file changed, 48 deletions(-) delete mode 100644 docs/20-Requirement-management/templates/acceptance-test-template.md diff --git a/docs/20-Requirement-management/templates/acceptance-test-template.md b/docs/20-Requirement-management/templates/acceptance-test-template.md deleted file mode 100644 index 7b67fc3..0000000 --- a/docs/20-Requirement-management/templates/acceptance-test-template.md +++ /dev/null @@ -1,48 +0,0 @@ -# Template of Acceptance Test - -| | | -|:-:|:-:| -| Test case description Eligible for customer scenario ... | -| Test case ID | - | -| Designer | - | -| Test case approver | - | -| Date | - | -| Classification | Acceptance Test | - -**Update history** - ->version 0.1 - -**Test description / objective** - ->Description - -**Links to requirements or other sources** - -* Requirement: [Requirement] ()? -* Use Case: [Use Case] ​​()? -* Property: [Property] ()? - -**Pre-state** - ->Initial situation - -** Test Steps ** - -Acceptance in the test can be limited to performance, e.g., based on selected use cases - -| Step | Description | Verify | -|:-:|:-:|:-:| -| Step1 | Do .... | Check if.. | -| Step2 | Select... | Check if there is ..| -| Step3 | Press... | Check if there is ..| - -** End-State ** - ->What should be last state of test target - - -**Pass / Fail Criterias** - -* PASS condition? -* FAIL CONDITION? -- GitLab