Is your website designed for everyone? Perform an accessibility scan.

Free check-up

Software Testing Glossary

A B C D E F G H I K L M N O P Q R S T U V W

Error Guessing

The method of test design, in which the experience of a software tester is used to anticipate what defects may occur in the test component or system as a result of the errors made.

Error Tolerance

It is the ability of a system or a component to continue normal functioning despite the presence of invalid input data.

Establishing

The phase within the ideal model where the specifics of how an organization will reach its destination are planned.

Exception Handling

Behavior of a component or system in case of incorrect data input entered by a person or by another component or system, or due to an internal fault.

Executable Statement

Statement which moved into the object of code during compiling, and which will be executed procedurally when the program runs and can perform operations on data.