> For the complete documentation index, see [llms.txt](https://docs.qapilot.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.qapilot.io/detailed-documentation/reports/artifacts-video-splits.md).

# Artifacts, Video Splits

## **Artifacts**

The **Artifacts section** in QApilot consolidates all **execution screenshots** captured during a test run or test plan. It provides a complete visual record of the app’s behavior across every step and flow executed, making it easy to review, validate, and share results

#### **Key Highlights**

* **Comprehensive Visual Log:** Displays all screenshots captured during the execution in a chronological grid view. Each image corresponds to a specific action or state within the test journey.
* **Step Context:** Every screenshot is labeled with the corresponding **test step name or action keyword** (e.g., “Click on LOGIN / REGISTER”, “Tap on Learn More”).
* **Quick Navigation:** The **Navigation View** toggle allows you to switch between visual browsing and step-based navigation for faster context switching.
* **Cross-Verification:** Ideal for verifying UI flows, visual consistency, and navigation accuracy without opening each test case individually.

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

## 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
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
