# Execution

- [Execution Overview](https://learning.contextqa.com/execution/execution.md): Run, schedule, and monitor test executions across browsers and environments — with parallel runs, video evidence, and full execution traceability.
- [Running Tests](https://learning.contextqa.com/execution/running-tests.md): How to execute individual test cases, test suites, and test plans in ContextQA, including live execution monitoring, parallel execution, and programmatic triggering via the MCP server.
- [Debugging Tests](https://learning.contextqa.com/execution/debugging-tests.md): Use the interactive debugger to step through test cases, set breakpoints, inspect live variables, capture video, review AI agent steps, and modify steps mid-session in ContextQA.
- [Parallel Execution](https://learning.contextqa.com/execution/parallel-execution.md): Parallel test execution in ContextQA lets multiple test cases run simultaneously, cutting total plan duration and surfacing failures faster.
- [Environments](https://learning.contextqa.com/execution/environments.md): How to create and manage environment configurations in ContextQA, including base URLs, encrypted parameters, variable usage in test steps, and environment selection at execution time.
- [Scheduling](https://learning.contextqa.com/execution/scheduling.md): How to create, configure, and manage recurring test schedules in ContextQA using cron expressions or frequency presets, and how to integrate scheduled results with Slack and email notifications.
- [Video & Screenshots](https://learning.contextqa.com/execution/video-and-screenshots.md): Test execution video recording and screenshots in ContextQA — every run produces a complete evidence package including WebM video, HAR, and Playwright trace.
- [Interactive Demo](https://learning.contextqa.com/execution/demo.md): Explore a live test execution run — step-by-step results, per-step screenshots, console logs, network traces, and AI root cause analysis, all captured automatically.


---

# 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://learning.contextqa.com/execution.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.
