-
Latent bug
What is Latent bug? What the tester should do after finding the Latent bug?
-
What is Basic Block
A sequence of one or more consecutive, executable statements containing no branches.
-
What is Boundary Value Analysis
BVA is similar to Equivalence Partitioning but focuses on "corner cases" or values that are usually out of range as defined by the specification. It means that if a function expects all values in range of negative 100 to positive 1000, test inputs would include negative 101 and positive 1001.
-
What is CAST
Computer Aided Software Testing.
-
What is Dynamic Testing
Testing software through executing it. See also Static Testing.
-
What is Quality System
The organizational structure, responsibilities, procedures, processes, and resources for implementing quality management.
-
-
-
-
-
-
-
-
-
-
-
What is Backus-Naur Form
A Meta language used to formally describe the syntax of a language.
-
What is Branch Testing
Testing in which all branches in the program source code are tested at least once.
-
What is Breadth Testing
A test suite that exercises the full functionality of a product but does not test features in detail.
-
What is CMM
The Capability Maturity Model for Software (CMM or SW-CMM) is a model for judging the maturity of the software processes of an organization and for identifying the key practices that are required to increase the maturity of these processes.
Software Testing Definitions
Ans