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