# 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](https://docs.bugbug.io/organizing-tests/searching-tests) 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

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2Fe0iZMgpytgxx3O1F44Q8%2FScreenshot%202022-04-11%20at%2012.19.26.png?alt=media\&token=79410e5e-d9b6-4ff2-962b-107345dab8bf)

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

![](https://3168433179-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-MKixgeBPbLvnD0l1eiV%2Fuploads%2F6qMcRxpR1OhFHEPXtD5R%2FScreenshot%202022-04-11%20at%2012.18.37.png?alt=media\&token=a3fddcdf-71f3-40c0-a9f3-17c413c89657)
