how to access a created module in yii 2.0 ?

Hi , I need a help on yii2 module , I have created a module called test which placed in app\modules\test folder , also added this module in config/console.php but still cant access it by basic/web/test/default/index , could anyone help please ?

you add module to console but you want access it from web?

I created my module in web with gii