Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

...

The main feature to test with web-based layouts is a dynamic secondary navigation bar with a "back" button that navigates the user back one step in the embedded web browser. The back button should only appear on pages after the first page of the portlet. For example, when you open the videos portlet, it shouldn't show the back button until you actually select a video. The back button should remain at the top of the view until the user goes back to the videos home page.

Also in web-based layouts in Android, try using the device's hardware back button to go back in views (once you've navigated past the home page). If you're on the home page, it should exit the portlet.

Home Screen

The home screen should display a grid of icons representing portlets the user is able to use. It should also determine if the user is a guest user, and if so, display a blue bar at the bottom of the screen with white text indicating that this is a guest layout. Clicking this blue bar should take the user to the settings module, where they can log in.

...

Clicking "back" from the detail view should return to the map view with the search results still displayed.

  • Test that you're able to exit the map, return to the map, search, and open a new result in the detail view.
  • Test searching for nonsense strings (with dangerous characters and SQL injection statements) to make sure it handles gracefully.
  • Try a blank search.
  • Try a single letter search.

Directory

User should see any emergency contact info displayed if available, which they can click to view a detail view of contact info.

...