From 0a2f0b9cf5b9c5220c80e213229c2281529638d6 Mon Sep 17 00:00:00 2001
From: L4136 <l4136@student.jamk.fi>
Date: Thu, 20 Aug 2020 10:43:43 +0300
Subject: [PATCH] Update testitapaus-pohja.md

---
 .../50-Test-management/template-testcase.md   | 56 ++++++++++++++++++
 .../50-Test-management/testitapaus-pohja.md   | 58 -------------------
 2 files changed, 56 insertions(+), 58 deletions(-)
 create mode 100644 documentation/50-Test-management/template-testcase.md
 delete mode 100644 documentation/50-Test-management/testitapaus-pohja.md

diff --git a/documentation/50-Test-management/template-testcase.md b/documentation/50-Test-management/template-testcase.md
new file mode 100644
index 00000000..c9ad09dd
--- /dev/null
+++ b/documentation/50-Test-management/template-testcase.md
@@ -0,0 +1,56 @@
+This is an example of a test case. You should consider using a more suitable tool for test planning and management, for example [Testlink](http://testlink.org)
+
+
+### Test case ID  : TCID1234
+
+  * Test case designer: *name*
+  * Date of creation : 26.0x.20xx
+
+### Update history
+
+* version 0.1 - 26.0x.20xx - Narsuman - test case created
+
+### Test case description
+
+What are we testing?
+
+### Source for the test
+
+What is the test based on? List any relevant features or requirements here.
+
+
+* [E.g. Use Case](https://github.com/JAMK-IT/TTOS0100-Ohjelmistosuunnittelu-ja-testaus/blob/master/pohja-kayttotapauskuvaus.md)
+* [E.g. Feature](https://github.com/JAMK-IT/TTOS0100-Ohjelmistosuunnittelu-ja-testaus/blob/master/pohja-ominaisuuskuvaus.md)
+
+
+
+### Pre-state: 
+
+* What should be ready before running the test?
+
+### Test Steps
+
+
+Step and expected result
+
+ 1. Step 
+ 2. Step 
+ 3. Step 
+ 4. Step 
+ 5. Step 
+ 6. Step 
+ 7. Step 
+ 8. Step 
+ 
+### To be taken into account during test
+
+* notion 1
+
+### PASS/FAIL Criteria
+
+* PASS:
+* FAIL:
+
+
+
+
diff --git a/documentation/50-Test-management/testitapaus-pohja.md b/documentation/50-Test-management/testitapaus-pohja.md
deleted file mode 100644
index 6481dd03..00000000
--- a/documentation/50-Test-management/testitapaus-pohja.md
+++ /dev/null
@@ -1,58 +0,0 @@
-Tämä on esimerkki testitapauksesta. Testien suunnittelu kannattaa tehdä tarkoitukseen paremmin soveltuvalla testaushallintatyövälineellä esim. [Testlink](http://testlink.org)
-
-
-
-### Testitapaus ID  : TCID1234
-
-  * Testitapauksen suunnittelija: *nimi*
-  * Luontipvm : 26.0x.20xx
-
-### Päivityshistoria
-
-* versio 0.1 - 26.0x.20xx - Narsuman - testitapaus luotu
-
-### Testitapauksen kuvaus
-
-Mitä pyritään tarkistamaan/testaamaan?
-
-### Lähde testille
-
-Eli minkä pohjalta testi on suunniteltu?
-
-* [Esim. Käyttötapaus - Use Case](https://github.com/JAMK-IT/TTOS0100-Ohjelmistosuunnittelu-ja-testaus/blob/master/pohja-kayttotapauskuvaus.md)
-* [Esim. Ominaisuus - Feature](https://github.com/JAMK-IT/TTOS0100-Ohjelmistosuunnittelu-ja-testaus/blob/master/pohja-ominaisuuskuvaus.md)
-
-Minkä pohjalta testi on suunniteltu?
-
-* vaatimus,ominaisuus,
-
-### Alkutilanne (Pre-state): 
-
-* Mitä pitää olla valmiina ennen testin suorittamista?
-
-### Testiaskeleet (Test Steps)
-
-
-Askel ja odotettu tulos
-
- 1. Step 
- 1. Step 
- 1. Step 
- 1. Step 
- 1. Step 
- 1. Step 
- 1. Step 
- 1. Step 
- 
-### Huomioitava testin aikana
-
-* huomio 1
-
-### PASS/FAIL Kriteerit
-
-* PASS:
-* FAIL:
-
-
-
-
-- 
GitLab