Rate This Document
Findability
Accuracy
Completeness
Readability

Term

D

Assertion

A type of first-order logic in a program, such as a condition or an expression that evaluates to true or false in a test. It represents and verifies the expected result of a software developer.

M

Mock

A test technique used in software development. It simulates a false function implementation for testing and debugging before the actual code is implemented.

U

UT

A unit test (UT) is a way of testing the smallest piece of code that can be logically isolated in a software application.