# The Batching Rule

When getting started with welltested, the first few test generations may have syntax errors. However as you fix the issues and save the tests, welltested starts learning from them and provides better subsequent results.

Hence we strongly recommend creating tests in batches of 1, 3, 5, 7 and 10.

### Batching procedure

Start out with 3 methods that are different from each other in terms of syntax and dependencies used.  Fix any syntax issues in generated tests and save them to the system.&#x20;

Repeat the process with 5, 7, 10 and more and you'll see that we start performing better with each iteration.

> 💡: To select specific methods, use [`excludeMethods`](/documentation/unit-tests/annotation.md#exclude-methods) or [scoped arguments](/documentation/unit-tests/generate-tests.md#scope-arguments-optional).


---

# 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.welltested.ai/documentation/unit-tests/good-to-knows/the-batching-rule.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.
