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

Moderator

The leader and main person responsible for the inspection or any other review process.

Modularity-driven Testing

Software testing technique which requires creation of small, independent scripts that represent modules, sections, and functions of the application under test.

Monitor

A software tool or hardware device that runs concurrently with the component or system under test and supervises, records and/or analyses the behavior of the component or system.

Monkey Testing

It is a random choice testing from a wide range of inputs by randomly pressing buttons, without taking into consideration the way the system will be used in reality.

Multiple Condition Coverage

Percentage of combinations of all single condition outcomes within one and the same operator that have been tested by a set of tests. 100% multiple condition coverage presupposes 100% condition determination coverage.

Mutation Analysis

Method of determining the set of tests completeness by measuring the degree to which a set of tests can distinguish the program from its minor variations.

Mutation Testing

Method of software testing which involves modifying programs' source code or byte code in small ways in order to test sections of the code that are seldom or never accessed during normal tests execution.