Show Menu
Cheatography

Testing Terms Cheat Sheet (DRAFT) by

Testing Terms

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Integr­ati­on/­System Testing

System Testing
verifies system functi­ona­lity, intera­ctions between modules. NOT individual modules
 

Program Analysis

Lockset Analysis
Detects breaking of locking principle. (Data Races) Identifies set of locks held by threads.
Memory Analysis
Detect misuse of dynami­cal­ly/­ref­erenced memory through tracing data

Testing Levels

Unit Testing (Test each component) ->
Integr­ation Testing (inter­action compon­ents) ->
System Testing (meets reqs) ->
Acceptance Test (users accept it)