Difference between revisions of "Testing"

From CNM Wiki
Jump to: navigation, search
Line 1: Line 1:
 +
testing -- the act or practice of giving tests to measure someone's knowledge or ability; the process of using or trying something to see if it works, is suitable, obeys the rules, etc.
 +
 
Every separate application should have possibility to testing separately on remote hardware.
 
Every separate application should have possibility to testing separately on remote hardware.
 
For that we need
 
For that we need
Line 5: Line 7:
 
#possibility take snapshot with production base and without
 
#possibility take snapshot with production base and without
  
==Related lectures==
+
==See also==
*[[Validated Learning Quarter]].  
+
*https://en.wikipedia.org/wiki/Product_testing
 +
*https://www.mindfulqa.com/what-is-user-experience/
 +
*https://www.mindfulqa.com/what-is-manual-testing/
 +
*https://www.mindfulqa.com/qa-vocabulary/
 +
 
 +
===Related lectures===
 +
:*[[Validated Learning Quarter]].  
  
 
[[Category: Septem Artes Administrativi]][[Category: Articles]]
 
[[Category: Septem Artes Administrativi]][[Category: Articles]]

Revision as of 23:24, 29 October 2020

testing -- the act or practice of giving tests to measure someone's knowledge or ability; the process of using or trying something to see if it works, is suitable, obeys the rules, etc.

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

See also

Related lectures