Reproduction Steps

Manual Testing

// Definition

A numbered sequence of actions a developer can follow to reliably trigger a defect from a known starting state. High-quality reproduction steps include: the environment and version, preconditions and test data, each action in order, and the actual vs expected result. Reproducibility is the single biggest factor in defect resolution speed — a bug that cannot be reproduced is rarely fixed. For intermittent defects, include the reproduction rate and any environmental conditions that affect it.

// Related terms