From 80d6ae5bb3ae53e83bb7262982c43f6704bf0da3 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:07:53 +0300
Subject: [PATCH] Add new file

---
 .../templates/template-testcase.md            | 48 +++++++++++++++++++
 1 file changed, 48 insertions(+)
 create mode 100644 docs/20-Requirement-management/templates/template-testcase.md

diff --git a/docs/20-Requirement-management/templates/template-testcase.md b/docs/20-Requirement-management/templates/template-testcase.md
new file mode 100644
index 0000000..7b67fc3
--- /dev/null
+++ b/docs/20-Requirement-management/templates/template-testcase.md
@@ -0,0 +1,48 @@
+# 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