Updated Test Plan (markdown)

Patrick 2021-06-10 19:07:48 +02:00
parent 92fd71fb13
commit a5197f7ed0

@ -117,7 +117,7 @@ The tests will mainly be written to ensure that any changes in the future don't
### 2.1 Background
Testing serves to ensure that the written code does what it is intended to do. It also prevents future code changes to break existing functionality unnoticed. In the context of integration it can also prevent broken software states to be merged into secured VC branches
Testing serves to ensure that the written code does what it is intended to do. It also prevents future code changes to break existing functionality unnoticed. In the context of integration it can also prevent broken software states to be merged into secured VC branches.
### 2.2 Evaluation Mission
@ -131,7 +131,7 @@ Testing serves to ensure that the written code does what it is intended to do. I
### 2.3 Test Motivators
The main test motivators are quality and technical risks as we want to make sure that every version that gets deployed to production is working and as bug-free as possible
The main test motivators are quality and technical risks as we want to make sure that every version that gets deployed to production is working and as bug-free as possible.
## 3. Target Test Items