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

State Diagram

Diagram illustrating the states that a component or system can have, and showing the situation or the events leading to the transition from one state to another.

State Table

A table showing the resulting transitions for each state together with each possible event for both valid and invalid transitions.

Statement

The essence of programming language, which is usually the minimum indivisible executed block.

Static Analysis

Analysis of software artifacts such as requirements or code, carried out without execution of these software artifacts.