Saltar al contenido
Portada » Tooltips » Página 3

Informaciones emergentes

combinatorial testing

  • por

A black-box test technique in which test cases are designed to exercise specific combinations of values of several parameters

modularity

  • por

The degree to which a system is composed of discrete components such that a change to one component has minimal impact on other components.

code injection

  • por

A type of security attack performed by inserting malicious code at an interface into an application to exploit poor handling of untrusted data.

integrity

  • por

The degree to which a component or system allows only authorized access and modification to a component, a system or data.

continuous integration

  • por

An automated software development procedure that merges, integrates and tests all changes as soon as they are committed.

monitoring tool

  • por

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.

memory leak

  • por

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.

control flow

  • por

A sequence of events (paths) in the execution through a component or system.