diff --git a/docs/testing/manual.md b/docs/testing/manual.md new file mode 100644 index 0000000000000000000000000000000000000000..fac691123d8b111b1decbf1454ca7f99eb6d0834 --- /dev/null +++ b/docs/testing/manual.md @@ -0,0 +1,4 @@ +# Manual testing + +Due to the varied nature of environments & the implicitly incomplete coverage automated tests have manual testing will never be obsolete. This page contains links to some test plans to be mixed & matched for RC testing + diff --git a/mkdocs.yml b/mkdocs.yml index c1391f4aa319bbcad87933d42f85190b7680fcb4..416d2c4e8b17085e031ef2d9df1d152e63b8306a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -55,6 +55,7 @@ pages: - "Selinium Tests": testing/selinium.md - "Continuous Integration": testing/continuous-integration.md - "Upgrade Tests": testing/upgrades.md + - Manual Testing: testing/manual.md - Framework Reference: - AngularJS: - "AngularJS: Intro": framework/angular/index.md diff --git a/redirects/wiki-crmdoc.txt b/redirects/wiki-crmdoc.txt index e4a45a5832bd4dcb5ae9f3ec10aa0d2b6eb6368e..44d097cb5bf29b066a761c1b8b6dd878b870cab3 100644 --- a/redirects/wiki-crmdoc.txt +++ b/redirects/wiki-crmdoc.txt @@ -168,3 +168,4 @@ Section+elements framework/ui Database+layer standards/database Using+Custom+Data+with+the+API api/custom-data CiviReport+Reference reference/civireport +Manual+testing testing/manual