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 0000000000000000000000000000000000000000..7b67fc3f7a17ecb1d28c58cdb7fc376bd675fa36
--- /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?