# Naming your tests

Think of a smart convention for naming your tests so that you can handle hundreds of test cases in the future.

You can use special characters in the names of the tests so that you can quickly filter them using the search box, for example, use slashes, emojis, etc.&#x20;

The [searching](/organizing-tests/searching-tests.md) is case insensitive - that means that it doesn't matter if you use capital or small letters in the names of your tests.

You can edit the test name in two ways

#### Renaming tests on the tests list

![](/files/tre7HeFCPI90uIqkINqM)

#### Renaming when editing the test, by clicking its title

![](/files/qQlQQmrEBTsrYLHMRWHW)


---

# 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.bugbug.io/organizing-tests/organising-your-tests.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.
