A metalanguage used to formally describe the syntax of a language.
What is Basic Block?
A sequence of one or more consecutive, executable statements containing no branches.
What is Basis Path Testing?
A white box test case design technique that uses the algorithmic flow of the program to design tests.
What is Basis Set?
The set of tests derived using basis path testing.
What is Baseline?
The point at which some deliverable produced during the software engineering process is put under formal change control.
What is Beta Testing?
Testing of a rerelease of a software product conducted by customers.
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 Black Box Testing?
Testing based on an analysis of the specification of a piece of software without reference to its internal workings. The goal is to test how well the component conforms to the published requirements for the component.