From 15a2547443cf82434abe544b1dc2d5dd8edb984b Mon Sep 17 00:00:00 2001 From: Jacob Snarr Date: Mon, 4 Mar 2024 03:46:40 -0500 Subject: [PATCH 1/2] Add acceptance testing doc URL, rename doc --- .../testing/{acceptence-testing.md => acceptance-testing.md} | 4 ++++ 1 file changed, 4 insertions(+) rename documentation/docs/testing/{acceptence-testing.md => acceptance-testing.md} (62%) diff --git a/documentation/docs/testing/acceptence-testing.md b/documentation/docs/testing/acceptance-testing.md similarity index 62% rename from documentation/docs/testing/acceptence-testing.md rename to documentation/docs/testing/acceptance-testing.md index 46d27fcb..d6e2e30a 100644 --- a/documentation/docs/testing/acceptence-testing.md +++ b/documentation/docs/testing/acceptance-testing.md @@ -4,3 +4,7 @@ sidebar_position: 3 # Acceptance test Demonstration of all of the functional and non-functional requirements. This can be a combination of automated tests derived from the use-cases (user stories) and manual tests with recorded observation of the results. + +# Document + +The spreadsheet containing these test descriptions can be found [here](https://docs.google.com/spreadsheets/d/1UMykbQHsTO30LlokEuJ5SECTfhdE0LnR/) \ No newline at end of file From 1e6f16bf0f1a5b10bfc406c94609c57047f511eb Mon Sep 17 00:00:00 2001 From: Jacob Snarr Date: Mon, 4 Mar 2024 16:42:26 -0500 Subject: [PATCH 2/2] Change sheet URL to non .XLSX sheet --- documentation/docs/testing/acceptance-testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/docs/testing/acceptance-testing.md b/documentation/docs/testing/acceptance-testing.md index d6e2e30a..f5d7ec75 100644 --- a/documentation/docs/testing/acceptance-testing.md +++ b/documentation/docs/testing/acceptance-testing.md @@ -7,4 +7,4 @@ Demonstration of all of the functional and non-functional requirements. This can # Document -The spreadsheet containing these test descriptions can be found [here](https://docs.google.com/spreadsheets/d/1UMykbQHsTO30LlokEuJ5SECTfhdE0LnR/) \ No newline at end of file +The spreadsheet containing these test descriptions can be found [here](https://docs.google.com/spreadsheets/d/1myNsihvKN3PhJiyBspw6JFWKa__VjyWOWrWWQ6Lz-2Y/) \ No newline at end of file