Please enable JavaScript.
Coggle requires JavaScript to display documents.
Testing - Coggle Diagram
Testing
-
Approaches
Static
Reviews, walkthroughs, inspections
Implicit, like proofreading
-
-
-
-
Exploratory
Described as: simultaneous learning, test design and test execution
-
-
Definition
The execution of an object under test (OUT) under specific preconditions with specific stimuli so that its actual behavior can be compared with its expected or required behavior
-
Stimuli
Calls, commands and messages
-
-
Behavior
-
Call, commands, and messages to other external entities
-
-
-
-
-