mirror of
https://github.com/nasa/openmct.git
synced 2025-05-08 03:28:33 +00:00
16 lines
617 B
Markdown
16 lines
617 B
Markdown
# Development Process
|
|
|
|
The process used to develop Open MCT is described in the following
|
|
documents:
|
|
|
|
* The [Development Cycle](cycle.md) describes how and when specific
|
|
process points are repeated during development.
|
|
* The [Version Guide](version.md) describes version numbering for
|
|
Open MCT (both semantics and process.)
|
|
* Testing is described in two documents:
|
|
* The [Test Plan](testing/plan.md) summarizes the approaches used
|
|
to test Open MCT.
|
|
* The [Test Procedures](testing/procedures.md) document what
|
|
specific tests are performed to verify correctness, and how
|
|
they should be carried out.
|