added M306/Testing
This commit is contained in:
parent
3a4a6a9334
commit
ac8c4ce412
|
|
@ -0,0 +1,35 @@
|
|||
+++
|
||||
title = 'Testing'
|
||||
date = 2021-12-22T00:00:00+01:00
|
||||
draft = false
|
||||
+++
|
||||
|
||||
{{< toc >}}
|
||||
|
||||
{{< style_regular >}}
|
||||
|
||||
# Testkonzept
|
||||
- Testdrehbuch
|
||||
- Testprotokoll
|
||||
|
||||
# Testdrehbuch
|
||||
- Beinhaltet Testfälle
|
||||
- Beinhaltet Rahmenbedingungen
|
||||
- Definiert die Testumgebung:
|
||||
- Physische Ifnrastruktur
|
||||
- OS
|
||||
- Software (mit Version)
|
||||
- Testdaten
|
||||
- etc.
|
||||
|
||||
# Testprotokoll
|
||||
Mögliche Spalten für eine Tabelle eines Testprotokolls:
|
||||
|
||||
- Nr. (Incremental)
|
||||
- ID (des Testfalls)
|
||||
- Person
|
||||
- Datum start
|
||||
- Datum ende
|
||||
- "Fail"- oder "Pass"-Checkbox
|
||||
|
||||
Tests können wiederholt werden (dafür ist das Feld "Nr.")
|
||||
Loading…
Reference in New Issue