diff --git a/workflow/testing/README.md b/workflow/testing/README.md index f99ea73ab..896bda972 100644 --- a/workflow/testing/README.md +++ b/workflow/testing/README.md @@ -2,19 +2,19 @@ ## [Integration Testing](integration-testing.md) -To test the all peaces together from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app. +To test all the pieces together, from the user perspective, we use integration tests. They also show if the the backend and the frontend are working as expected in conjunction and also if the browser likes our app. [more...](integration-testing.md) ## [Component Testing](component-testing.md) -Individual Vue Components should also be documented and testet properly. This guaranties they they are reusable and the api gets more solid in that process. +Individual Vue Components should also be documented and tested properly. This guarantees that they are reusable and the api gets more solid in the process. [more...](component-testing.md) ## [Unit Testing](unit-testing.md) -Expecially the Backend relies on Unit Tests as there are no Vue Components. +Expecially the Backend relies on Unit Tests, as there are no Vue Components. [more...](unit-testing.md)