Many websites show users several levels of navigation at once, as a way of previewing what’s in each section. Mega menus are a popular way of doing this:



But most tree-testing tools insist on showing only one level of navigation at a time. How should we handle this in our tree test?

There are three common approaches that we’ve seen:


1)  Show one level at a time – This ignores the previewing of subtopics and makes the user click through each level manually:


2)  Combine levels using a prefix – The subtopics are brought up to the parent’s level, and the parent topic becomes their prefix:


3) Indent using spacer characters – Subtopics are moved up to the parent level, but they are moved to the right to look like they are under the parent topic. In the example below, underscores show the spaces.


While all three methods work, we generally go with method 1. While it is less “realistic” than the others (in terms of visual presentation), it does test the clarity of each topic separately. Ideally, parent topics should be clear and distinguishable on their own, even without previewing their subtopics.



Next: Using link names instead of page titles