# Execution

- [Test Case](https://docs.qatts.com/execution/test-case.md): A specification of input, a set of procedure, desired output is all part of a Test Case.
- [Clients Summary](https://docs.qatts.com/execution/test-case/counts-by-clients.md): It is a mini dashboards to summarize the Test Cases status for each Client
- [Search and Manage](https://docs.qatts.com/execution/test-case/search-and-manage.md): In this section you will get to know how to search test cases in QATTS.
- [Context Parameters](https://docs.qatts.com/execution/test-case/context-parameters.md)
- [Details by Functionality](https://docs.qatts.com/execution/test-case/details-by-functionality.md): The Test cases are arranged according to the functionality name. User can change the test cases by changing the Product, Code Branch and Client.
- [Sync](https://docs.qatts.com/execution/test-case/details-by-functionality/sync.md): Sync helps you to update your recently edited Test case data.
- [Test Suite](https://docs.qatts.com/execution/suite.md): Test suite is a package that you make for certain groups of test cases
- [Create Suite](https://docs.qatts.com/execution/suite/create-suite.md): Step by step walkthrough on how to create suite
- [Test Run](https://docs.qatts.com/execution/test-task.md): Test Run gives the detailed log of the test cases which are running at present and have completed
- [Schedule Test Run](https://docs.qatts.com/execution/test-task/schedule-test-run.md)
- [Untitled](https://docs.qatts.com/execution/test-task/untitled.md)
- [Test Result](https://docs.qatts.com/execution/test-result.md): Here the test runs results are displayed with the functionality name.
- [Results by Clients](https://docs.qatts.com/execution/test-result/results-by-clients.md): The Clients are arranged according to selected Product, Code Branch.
- [Results by Fuctionality](https://docs.qatts.com/execution/test-result/results-by-fuctionality.md): The Test cases are arranged according to the functionality name. User can change the test cases by changing the Product, Code Branch and Client.
- [Build No](https://docs.qatts.com/execution/build-no.md): Learn how to create a Build
- [Reports](https://docs.qatts.com/execution/reports.md)
- [All Failed Test Cases](https://docs.qatts.com/execution/reports/all-failed-reports.md): All the failed test cases will be displayed in this panel depending on the selected Product, Client and Deployment.
- [Recently Failed Test Cases](https://docs.qatts.com/execution/reports/recently-failed-reports.md)


---

# 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.qatts.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.
