From d538dd87e623faa28ba9dafef459738e05b6cc48 Mon Sep 17 00:00:00 2001
From: Sean Madsen <sean@seanmadsen.com>
Date: Sat, 12 Aug 2017 16:04:10 -0600
Subject: [PATCH] Import "Manual+testing" wiki page

https://wiki.civicrm.org/confluence/display/CRMDOC/Manual+testing
---
 docs/testing/manual.md    | 4 ++++
 mkdocs.yml                | 1 +
 redirects/wiki-crmdoc.txt | 1 +
 3 files changed, 6 insertions(+)
 create mode 100644 docs/testing/manual.md

diff --git a/docs/testing/manual.md b/docs/testing/manual.md
new file mode 100644
index 00000000..fac69112
--- /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 c1391f4a..416d2c4e 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 e4a45a58..44d097cb 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
-- 
GitLab