Difference between revisions of "Software Integration and Distribution: Procedures"

From Gcube Wiki
Jump to: navigation, search
(Created page with '=== Release Procedures === === Testing Procedures ===')
 
m
 
(8 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
=== [[Release Procedures|Release Procedures]] ===
 
=== [[Release Procedures|Release Procedures]] ===
=== [[Testing Procedures|Testing Procedures]] ===
+
 
 +
A number of procedures have been defined to accomplish different tasks concerning the integration, documentation and distribution of gCube System releases. In this section we describes in details the most important procedures with all the steps and responsibilities of each role.
 +
 
 +
Table of Content for this section:
 +
 
 +
* [[Continuous Integration procedure|Continuous Integration]]
 +
* [[Continuous_Integration_procedure_(2019)|Continuous Integration (after 2019)]]
 +
* [[Major/Minor Release Cycle procedure|Major/Minor Release Cycle]]
 +
* [[Maintenance Release Cycle procedure|Maintenance Release Cycle]]
 +
* [[Documentation Writing guidelines|Documentation Writing guidelines]]
 +
** [[Changelog Generation procedure|Changelog Generation procedure]]
 +
* [[Distribution procedure|Distribution procedure]]
 +
* [[Docker_Guide_for_gCube_Users|Docker Guide for gCube Developers]]
 +
=== [[Testing Plan|Testing Plan]] ===
 +
 
 +
This section collects all testing methodologies and technologies used in gCube project to test different aspects of its components.
 +
 
 +
For detailed information about each type of test, please see subsections:
 +
* [[Static Code Analysis|Static Code Analysis]]
 +
* [[Unit Testing|Unit Testing]]
 +
* [[Functional Testing|Functional Testing]]
 +
* [[Deployment Testing|Deployment Testing]]
 +
* [[Performance Testing|Performance Testing]]

Latest revision as of 15:42, 24 August 2020

Release Procedures

A number of procedures have been defined to accomplish different tasks concerning the integration, documentation and distribution of gCube System releases. In this section we describes in details the most important procedures with all the steps and responsibilities of each role.

Table of Content for this section:

Testing Plan

This section collects all testing methodologies and technologies used in gCube project to test different aspects of its components.

For detailed information about each type of test, please see subsections: