# Test Management

- [Step Designer](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/step-designer.md): Design and organize test steps efficiently with the Step Designer in the desktop client. Streamline your test management workflow for improved accuracy and clarity.
- [Test Execution](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/test-execution.md): Manage and monitor your desktop client test execution efficiently with detailed guidance on running, tracking, and overseeing test processes within the Test Management module.
- [Autosave of a test execution](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/test-execution/autosave-of-a-test-execution.md): Enable autosave during test executions to prevent data loss and ensure your latest changes are always stored automatically in the desktop client.
- [Variable Manager](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/variable-manager.md): Manage test variables efficiently in the Desktop client with Variable Manager. Learn how to create, edit, and organize variables for streamlined test management workflows.
- [Nested Testcases](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/nested-testcases.md): Easily reuse and nest test cases as pre- and post-conditions. Learn how to insert and manage nested test steps for efficient test management in aqua’s desktop client.
- [Disable manual test execution time](https://docs.aqua-cloud.io/documentation/desktop-client/test-management/disable-manual-test-execution-time.md): Learn how to disable manual test execution time in aqua by editing aquaWeb.config. Set all manual execution durations to 0 for streamlined test management in the desktop client.


---

# 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.aqua-cloud.io/documentation/desktop-client/test-management.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.
