Create Test Suite Main App Navigation authored by Jesse Paterson (xgm608)'s avatar Jesse Paterson (xgm608)
<table>
<tr>
<th>
</th>
<th>
</th>
<th>
</th>
<th>
</th>
<th>
</th>
<th>
</th>
<th>
</th>
</tr>
<tr>
<td>Case ID</td>
<td>Scenario</td>
<td>Steps</td>
<td>Data</td>
<td>Expected Results</td>
<td>Actual Results</td>
<td>Pass/Fail</td>
</tr>
<tr>
<td>TC_NV_01</td>
<td>Move from map screen to cache list screen</td>
<td>Go to map page, then click on list navigation button</td>
<td>none</td>
<td>Should change screen to show cache list screen</td>
<td>As expected</td>
<td>Pass</td>
</tr>
<tr>
<td>TC_NV_02</td>
<td>Move from map screen to cache creation screen</td>
<td>
Go to map page
then click on cache creation navigation button
</td>
<td>none</td>
<td>Should change screen to show cache creation screen</td>
<td>AS expected</td>
<td>Pass</td>
</tr>
<tr>
<td>TC_NV_03</td>
<td>Move from list screen to cache creation screen</td>
<td>Go to list page then press cache creation navigation button</td>
<td>none</td>
<td>Should change screen to show cache creation screen</td>
<td>As expected</td>
<td>Pass</td>
</tr>
<tr>
<td>TC_NV_04</td>
<td>Move from list screen to map screen</td>
<td>Go to list page then press map navigation button</td>
<td>none</td>
<td>Should change screen to show map screen</td>
<td>As expected</td>
<td>Pass</td>
</tr>
<tr>
<td>TC_NV_05</td>
<td>Move from cache creation screen to map screen</td>
<td>Go to cache creation screen then click on map navigation button</td>
<td>none</td>
<td>Should change screen to show map</td>
<td>As expected</td>
<td>Pass</td>
</tr>
<tr>
<td>TC_NV_06</td>
<td>Move from cache creation screen to list screen</td>
<td>Go to cache screen then click on list nagivation button</td>
<td>none</td>
<td>Should change screen to show list of caches</td>
<td>As expected</td>
<td>Pass</td>
</tr>
</table>