diff --git a/Test-Plan.md b/Test-Plan.md index 9babb05..6efc704 100644 --- a/Test-Plan.md +++ b/Test-Plan.md @@ -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