code injection
A type of security attack performed by inserting malicious code at an interface into an application to exploit poor handling of untrusted data.
A type of security attack performed by inserting malicious code at an interface into an application to exploit poor handling of untrusted data.
The degree to which a system is composed of discrete components such that a change to one component has minimal impact on other components.
A black-box test technique in which test cases are designed to exercise specific combinations of values of several parameters
An automated software development procedure that merges, integrates and tests all changes as soon as they are committed.
A type of interface in which the components or systems involved exchange information in a defined formal structure.
A type of interface in which the information is passed in form of command lines.
The degree to which a component or system allows only authorized access and modification to a component, a system or data.
A sequence of events (paths) in the execution through a component or system.
A software tool or hardware device that runs concurrently with the component or system under test and supervises, records and/or analyzes the behavior of the component or system.
A memory access Failure due to a Defect in a program’s dynamic store allocation logic that causes it to fail to release memory after it has finished using it, eventually causing the program and/or other concurrent processes to fail due to lack of memory.