It's often a good idea to start the test with opening /selenium/setup (see <%%= link_to 'here', :controller => 'selenium', :action => 'setup' %> for more info).

<%% for page in ['/', '/home'] -%> <%% end -%>
<%%= @page_title %>
open/selenium/setup 
open<%%= page %> 
assertTitleHome 

More information about the commands is available here.

You can write comments above and below the commands, but you can only have one set of commands, i.e. one table, per test.

Point the browser to <%= testcase_link %> to see how this test is rendered, or to <%= suite_link %> to run the suite.