# Video Splits

The **Video Splits section** provides a detailed breakdown of the test execution video, divided into smaller clips for each action or sequence (e.g., “Click Element,” “Go Back”). This allows users to quickly review specific parts of the test without replaying the entire recording.

<figure><img src="/files/xpgD9ybak7nJW0JmZcYa" alt=""><figcaption></figcaption></figure>

#### **Key Features**

* **Split-Level Playback:** Each test run is automatically segmented by start and end nodes, making it easier to analyze interactions step-by-step.
* **Frame Freeze Detection:** QApilot’s AI automatically scans every video split to detect **frame freezes,** moments where the app visually stalls or becomes unresponsive.
  * Detected freezes are highlighted with their timestamps.
  * If no visual freezes are found, the report displays *“No Freezes Detected.”*
* **Visual Debugging:** Users can play back each split, inspect UI transitions, and validate responsiveness directly from the report.

This section enables quick visual diagnosis of app performance issues, helping teams identify lag, hangs, or UI stalls across test executions.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.qapilot.io/detailed-documentation/reports/video-splits.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
