# Automating

* configuring the system
* generating data for the system
* operating some aspect of the system
* observing aspects of the state of the system before/after configuration
* observing some aspects of the system's behaviour
* observing some aspects of the system's output
* observing records that the system produces as it behaves (i.e., typically, log files)
* observing aspects of the state of the system after it has performed some function
* applying decision rules to the operations and observations above
* aggregating the outcome of any of the operations or observations above
* parsing, sorting, or filtering data
* performing analysis of that data
* comparing that output to some specified and desired (or perhaps undesired) output
* alerting someone to the the outcomes of operations and observations
* representing the aggregated outcomes in different forms (for example, rendering data from log files as tables, charts, or graphs, in order to help testers see patterns of behavior or output)

Scientific Method says:

1. Observe & Question
2. Form a Hypothesis
3. Test with experiment
4. Analyze data
5. Interepret the data
6. Report conclusions


---

# 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://guides.kenst.com/test-design/automate.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.
