# Test Optimization Playbooks

Test Optimization playbooks provide the operational blueprints and configurations required to align testing efforts with code risk. Each playbook is designed to ensure that execution time remains strictly proportional to the scope of a change, maximizing coverage while eliminating redundant effort across all testing stages.

### Test Optimization Playbooks

<table data-view="cards"><thead><tr><th></th><th data-type="content-ref"></th><th></th><th data-hidden data-card-cover data-type="files"></th><th data-hidden data-card-target data-type="content-ref"></th></tr></thead><tbody><tr><td><strong>Automated Testing Optimization</strong></td><td></td><td>Adjust strategy aggressiveness to ensure that automated execution time is strictly proportional to the scope of change, eliminating wasted compute time on unrelated tests.</td><td><a href="/files/eFak515Dgmvzr3u2ZLE8">/files/eFak515Dgmvzr3u2ZLE8</a></td><td><a href="/pages/5UyUSwLFjO5itGJN5ABx">/pages/5UyUSwLFjO5itGJN5ABx</a></td></tr><tr><td><strong>Manual Testing Optimization</strong></td><td></td><td>Transition from "blanket" regression to a risk-proportional model that pinpoints necessary human intervention, freeing QA teams to focus on strategic, high-value exploratory tasks.</td><td><a href="/files/rKVMvKo9wuseQ40IvvYM">/files/rKVMvKo9wuseQ40IvvYM</a></td><td><a href="/pages/iikqQ5y64n5KjWKJebBW">/pages/iikqQ5y64n5KjWKJebBW</a></td></tr><tr><td><strong>Test Optimization for Shift Left Testing</strong></td><td></td><td>Run hyper-focused suites on feature branches using high-aggressiveness configurations to ensure feedback speed is proportional to the small scope of individual developer changes.</td><td><a href="/files/bif5CAcljDiH374XfUkQ">/files/bif5CAcljDiH374XfUkQ</a></td><td><a href="/pages/QzIhL0DrA5qZTsfiTt1H">/pages/QzIhL0DrA5qZTsfiTt1H</a></td></tr></tbody></table>


---

# 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.sealights.io/knowledgebase/guides/test-optimization/test-optimization-playbooks.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.
