-
-
-
-
-
What is Race Condition
A cause of concurrency problems. Multiple accesses to a shared resource, at least one of which is a write, with no mechanism used by either to moderate simultaneous access.
-
-
-
-
-
-
-
-
-
-
-
What is Data Flow Diagram
A modeling notation that represents a functional decomposition of a system.
-
What is Emulator
A device, computer program, or system that accepts the same inputs and produces the same outputs as a given system.
-
What is Dependency Testing
Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.
-
What is Equivalence Class
A portion of a component's input or output domains for which the component's behavior is assumed to be the same from the component's specification.
-
What is Component Testing
See Unit Testing.
Software Testing Definitions
Ans