Commit cbcb7ca14b12fe246a00dffec009bf52070534e7

Authored by Diego Araújo
1 parent c2aad9c8

[ieeeSW] Rewrite automated tests section

To make sense with the introduction and context.
ieeeSW/releaseEng3/IEEE_ThemeIssue_ReleaseEng_CD.md
... ... @@ -120,13 +120,18 @@ more new code.
120 120  
121 121 ### Automated Tests
122 122  
123   -The SPB portal consists of more than 10 integrated software projects and each
124   -of them, as well as the entire platform, had to be tested. These software
  123 +<!---
  124 +Diego: Deixei a mini explicação usando o Colab porque achei que ainda faz sentido
  125 +e está bem colocada. Se decidirmos tirar, teremos que repensar o parágrafo.
  126 +-->
  127 +The SPB portal is a system-of-systems with several integrated software projects.
  128 +Each of them, as well as the entire platform, had to be tested. These software
125 129 components have their own test suite. Communication between all components is
126 130 orchestrated by Colab, a systems integration platform for web applications based
127 131 on a plugins architecture. Therefore, specific plugins were developed for
128   -each portal software component, such as Gitlab and Mailman. Each plugin has its
129   -own test suite and this set also worked as integration tests.
  132 +each portal software component, such as Gitlab (www.gitlab.com) and
  133 +Noosfero (www.noosfero.org). Each plugin has its own test suite and this set
  134 +also worked as integration tests.
130 135  
131 136 Both unit and integration tests provided us the performance and security needed
132 137 to guarantee the stability for components and the platform. If any test suite
... ...