-
-
-
-
What is Depth Testing
A test that exercises a feature of a product in full detail.
-
-
-
-
What is Breadth Testing
A test suite that exercises the full functionality of a product but does not test features in detail.
-
What is Basis Set
The set of tests derived using basis path testing.
-
What is Binary Portability Testing
Testing an executable application for portability across system platforms and environments, usually for conformation to an ABI specification.
-
What is Context Driven Testing
The context-driven testing is flavor of Agile Testing that advocates continuous and creative evaluation of testing opportunities in light of the potential information revealed and the value of that information to the organization right now or it can be defined as testing driven by an understanding of the environment, culture, and intended use of software. For example, the testing approach for life-critical...
-
What is Concurrency Testing
Multi-user testing geared towards determining the effects of accessing the same application code, module or database records. Identifies and measures the level of locking, deadlocking and use of single-threaded code and locking semaphores.
-
What is Component Testing
See Unit Testing.
-
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 Dependency Testing
Examines an application's requirements for pre-existing software, initial states and configuration in order to maintain proper functionality.
-
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 Data Flow Diagram
A modeling notation that represents a functional decomposition of a system.
-
-
-
Software Testing Definitions
Ans