Robustness (computer science)

From Wiki @ Karl Jones dot com
Jump to: navigation, search

In computer science, robustness is the ability of a computer system to cope with errors during execution and cope with erroneous input.

Description

Robustness can encompass many areas of computer science, such as robust programming, robust machine learning, and Robust Security Network.

Formal techniques, such as fuzz testing, are essential to showing robustness since this type of testing involves invalid or unexpected inputs. Alternatively, fault injection can be used to test robustness.

Various commercial products perform robustness testing of software systems, and is a process of failure assessment analysis.

See also

External links