diff --git a/docs/quality_assurance_test_cases.md b/docs/quality_assurance_test_cases.md new file mode 100644 index 0000000..748fb9c --- /dev/null +++ b/docs/quality_assurance_test_cases.md @@ -0,0 +1,12 @@ +This document contains some examples of test cases for each feature implemented on the backend. + +## Categories + +### Get sections related to a category + +**Service:** GET /categories/{id}/sections + +| Test Case | Outcome | +| ------------- | ------------- | +| Fetch sections for an existing category id | Success | +| Fetch sections for a non-existing category id | Fail | \ No newline at end of file