> For the complete documentation index, see [llms.txt](https://docs.simplifyqa.ai/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.simplifyqa.ai/reference-and-playback.md).

# Reference & Playback

The Reference and Playback feature in SimplifyQA is designed to simplify test case creation and execution by allowing users to record actions (Reference) and later replay them (Playback) automatically. This is particularly useful for teams looking to accelerate automation without deep technical scripting knowledge.

This functionality enables test engineers to generate automation scripts simply by performing actions on the application under test (AUT), and then executing those scripts in a repeatable, maintainable way.

### Key Benefits

* **No-code Automation**: Record actions without writing a single line of code.
* **Time-Saving**: Quickly generate test steps through interaction instead of manual scripting.
* **Consistency**: Playback ensures consistent test execution across environments.
* **Reusable**: Recorded scripts can be reused across different test cases and scenarios.

### Capabilities of Reference and Playback

1. View Execution Logs in Console during Reference Playback
   * Real-time logs display success, failure, and errors.
   * Logs help with debugging and step validation.
2. Edit Object properties in Reference Playback
   * Modify XPath, CSS selectors, and element attributes during playback.
   * Changes are saved within the test case for future executions.
3. Run any Test Case in Reference Playback
   * Execute any test case — functional, regression, or reusable components — via playback.
4. Edit Test Case during Reference Playback
   * Pause, modify test steps or locators, and resume without restarting the session.
5. Run Test Cases with Functions in Reference Playback
   * Test cases containing reusable functions or logic blocks can also be executed in Reference Playback.


---

# 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.simplifyqa.ai/reference-and-playback.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.
