...
1. Scenario given to the users
2.
...
Description of the initial prototype
Wiki Markup |
---|
{html}<a href="javascript:showhide('design1');" id="design1show">Show this design</a>{html} |
Wiki Markup |
---|
{html}<div id="design1" class="hidable">{html} |
2.1 Tasks requested to the user:
2.2 Prototype functionality:
Wiki Markup |
---|
{html}</div>{html} |
...
Wiki Markup |
---|
{html}<a href="javascript:showhide('design2');" id="design2show">Show this design</a>{html} |
Observations:
Changes made to the prototype after this test:
Wiki Markup |
---|
{html}<div id="design2" class="hidable">{html} |
- Observations: *
...
Wiki Markup |
---|
{html}</div>{html} |