From 4e60c15701319cc682fdc7dde9e3a33c49c681ac Mon Sep 17 00:00:00 2001 From: Grzegorz Leoniec Date: Fri, 16 Nov 2018 11:50:45 +0000 Subject: [PATCH] GitBook: [master] one page modified --- integration-tests/testing/README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/integration-tests/testing/README.md b/integration-tests/testing/README.md index b1bf773f1..ff86eba03 100644 --- a/integration-tests/testing/README.md +++ b/integration-tests/testing/README.md @@ -4,17 +4,23 @@ description: Explaniation of the main three testing approaches. # Testing Guide -## Integration Testing +## [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 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. -## Component Testing +[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. -## Unit Testing +[more...](component-testing.md) + +## [Unit Testing](unit-testing.md) Expecially the Backend relies on Unit Tests as there are no Vue Components. +[more...](unit-testing.md) +