A Test Step is a single interaction between an actor (tester) and a test object (software feature). Each step consists of an input, an action taken and an expected result.
Key Components:
- Input data provided by the tester
- Action performed on the system (e.g., clicking a button)
- Expected outcome based on requirements
Defining clear test steps ensures consistency in execution and helps identify issues effectively.
