Ad hoc
Something that is ad hoc or that is done on an ad hoc basis happens or is done only when the situation makes it necessary or desirable, rather than being arranged in advance or being part of a general plan.
Ad hoc testing
Testing carried out using no recognized test case design technique.
Ad-lib test
(also ad hoc test), a test executed without prior planning; especially if the expected test outcome is not predicted beforehand. an undocumented test.
Anomaly
An anomaly is a rule or practice that is different from what is normal or usual, and which is therefore unsatisfactory.
Anything observed in the documentation or operation of software that deviates from expectations based on previously verified software products or reference documents.
Attack
An attempt to bypass security controls on a computer. The attack may alter, release, or deny data. Whether an attack will succeed depends on the vulnerability of the computer system and the effectiveness of existing countermeasures.
The act of trying to bypass security controls on a system. An attack may be active, resulting in the alteration of data; or passive, resulting in the release of data. Note: The fact that an attack is made does not necessarily mean that it will succeed. The degree of success depends on the vulnerability of the system or activity and the effectiveness of existing countermeasures.
Attack potential
The perceived potential for success of an attack, should an attack be launched, expressed in terms of an attacker's expertise, resources and motivation.
Availability
Assuring information and communications services will be ready for use when expected.
Availability of data
The state when data are in the place needed by the user, at the time the user needs them, and in the form needed by the user.
Backus-Naur Form
(also Backus normal form, BNF), a met language used to formally describe the syntax of another language.
A met language used to formally describe the syntax of a language.
Basic Encoding Rules (BER)
Standard rules for encoding data units described in ASN.1. Sometimes incorrectly lumped under the term ASN.1, which properly refers only to the abstract syntax description language, not the encoding technique. See also: Abstract Syntax Notation One.
Black-box testing
Functional test case design: Test case selection that is based on an analysis of the specification of the component without reference to its internal workings.
Fuctional testing. Testing that ignores the internal mechanism of a system or component and focuses solely on the outputs generated in response to the selected inputs and execution conditions.
Boundary value
A data value that corresponds to a minimum or maximum input, internal, or output value specified for a system or component. See also: stress testing.
An input value or output value which is on the boundary between equivalence classes, or an incremental distance either side of the boundary.
Boundary value analysis
(NBS) A selection technique in which test data are chosen to lie along "boundaries" of the input domain [or output range] classes, data structures, procedure parameters, etc. Choices often include maximum, minimum, and trivial values or parameters. This technique is often called stress testing.
A test case design technique for a component in which test cases are designed which include representatives of boundary values.
Comments