As title, I have an action justTestAction(), I want to rename filename of this view to just-test. Is that possible?
You can use pick() method to select any view you want. Example:
$this->view->pick(array('templates/test-test-test'));
Notice that pick accepts array() for parameter!