Difference between revisions of "Testing"

From CNM Wiki
Jump to: navigation, search
Line 4: Line 4:
 
#script to install necessary environment for *nix system or list of it
 
#script to install necessary environment for *nix system or list of it
 
#possibility take snapshot with production base and without
 
#possibility take snapshot with production base and without
 +
 +
==Related lectures==
 +
*[[Validated Learning Quarter]].
 +
 +
[[Category: Septem Artes Administrativi]][[Category: Articles]]

Revision as of 11:50, 4 January 2019

Every separate application should have possibility to testing separately on remote hardware. For that we need

  1. policy how and where we can get snapshot of application, and how push changes backwards (is inseparable connected with testing process)
  2. script to install necessary environment for *nix system or list of it
  3. possibility take snapshot with production base and without

Related lectures