From eb942b0bf78b16ab437cd79cbe5487ff86d0938d Mon Sep 17 00:00:00 2001 From: Victor Woeltjen Date: Tue, 24 Nov 2015 13:08:59 -0800 Subject: [PATCH] [Documentation] Intermediary commit Begin adding test plan, procedures. WTD-1573. --- docs/src/process/index.md | 13 +++++++++++++ docs/src/process/testing/plan.md | 0 docs/src/process/testing/procedures.md | 6 ++++++ 3 files changed, 19 insertions(+) create mode 100644 docs/src/process/index.md create mode 100644 docs/src/process/testing/plan.md create mode 100644 docs/src/process/testing/procedures.md diff --git a/docs/src/process/index.md b/docs/src/process/index.md new file mode 100644 index 0000000000..61a22ed6a0 --- /dev/null +++ b/docs/src/process/index.md @@ -0,0 +1,13 @@ +# Development Process + +The process used to develop Open MCT Web is described in the following +documents: + +* [Development Cycle](cycle.md): Describes how and when specific + process points are repeated during development. +* Testing is described in two documents: + * The [Test Plan](testing/plan.md) summarizes the approaches used + to test Open MCT Web. + * The [Test Procedures](testing/procedures.md) document what + specific tests are performed to verify correctness, and how + they should be carried out. diff --git a/docs/src/process/testing/plan.md b/docs/src/process/testing/plan.md new file mode 100644 index 0000000000..e69de29bb2 diff --git a/docs/src/process/testing/procedures.md b/docs/src/process/testing/procedures.md new file mode 100644 index 0000000000..b9d159a032 --- /dev/null +++ b/docs/src/process/testing/procedures.md @@ -0,0 +1,6 @@ +# Test Procedures + +## Template + +Test procedures should use the following template: +