Crud generator problem

I am trying to create with gii the Crud Generator but the views are not created.I set model app\models\Builds,search model app\models\search,controller class app\Controllers\TestController and view path app\views\test.

I can see test controller and search model.What is wrong?

You need to enter an absolute path or a path using alias: "@app/views/test"

Or you can leave it empty. The value defaults to "@app/views/ControllerID".

Its True!