From 9842a0b1a7cefbe279da23931276dd6c60152f13 Mon Sep 17 00:00:00 2001 From: hotungkhanh Date: Sun, 27 Oct 2024 20:24:21 +1100 Subject: [PATCH] docs: link Testing section in README with /tests folder --- README.md | 27 +++++++-------------------- 1 file changed, 7 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 834034b..da23081 100644 --- a/README.md +++ b/README.md @@ -142,26 +142,13 @@ Run in production mode: ## Testing -
- User Stories - - * -
-
- Domain Model - - * -
-
- Flow Diagram - - * -
-
- Architecture Diagram - - * -
+- Unit Testing + - [Frontend](tests/Unit%20Testing%20(Frontend).pdf) + - [Backend](tests/Unit%20Testing%20(Backend).pdf) +- [Integration Testing](tests/Integration%20Testing.pdf) +- [System Testing](tests/System%20Testing.pdf) +- [Security Testing](tests/Security%20Testing.pdf) +- [User Acceptance Testing](tests/User%20Acceptance%20Testing.pdf)