Glass Box testing - Answer -A method of software testing which tests the code and internal program
structure of software.
Functional testing - Answer -A type of software testing that verifies the functionality of a software system
or application. Focuses on ensuring the system behaves according to the functional requirements.
Unit testing - Answer -A testing method which individual units of source code are tested to determine
whether they are fit for use.
Define coupling - Answer -The degree of interaction between two modules
List the five categories (levels) of coupling - Answer -5. Data coupling (good)
4. Stamp coupling
3. Control coupling
2. Common coupling
1. Content coupling (bad)
Define cohesion - Answer -The degree of interaction within a module
List the seven categories (levels) of cohesion - Answer -7. Informational cohesion (good)
6. Functional cohesion
5. Communicational cohesion
4. Procedural cohesion
3. Temporal cohesion
2. Logical cohesion
1. Coincidental cohesion (bad)
Powered by TCPDF (www.tcpdf.org)
1 / 1