> ## Documentation Index
> Fetch the complete documentation index at: https://docs.testavi.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Test Step Types

> Overview of the test steps available in Testavi

## Discrete Actions

Basic browser interactions like click, type, hover, and scroll. These form the building blocks of your tests.

## Verification

Validate page content and state to ensure your application behaves correctly. Includes element presence checks and content validation.

## Extractions

Extract and store data from your pages for use in subsequent test steps. Enables dynamic data flows in your tests.

## JavaScript

Execute custom JavaScript code for advanced interactions and complex scenarios that require programmatic control.
