# Where to write test cases in a project?

In a smile project, inside the folder of every module , there is a folder called test inside which files ending with TestSuite are present. In these files we write the test cases.

Goto Command Testing to see how test cases are written for command module.