Skip to content

Application Testing (quick test)

Nathan Novak edited this page Jul 24, 2018 · 1 revision

Application Testing (quick-test)

This test covers the main areas of functionality in a broader sense to ensure the most commonly used pages in the app work correctly. The test does not go into to much depth or specifics and is intended quickly ensure the broad functionality of the app still remains after changes or enhancements. Tests on areas where enhancements, or fixes, were made should be tested first.

If any item fails the test please create an issue by clicking the Issues link above and provide as much detail about the failure, including the steps takes to come to the failure, as possible so we can attempt to recreate the failure and triage.

Areas to be tested are:

  • Login
  • Spots Page
  • Images
  • Maps
    • Basemaps
    • Offline maps (Mapbox Style, Classic, Topo, Satellite, and OpenLayers)
  • Manage Project

Login


  • Able to login by touching the User Profile section above Spots in Menu?
  • Able to logout?

Spots Page (pages that are still being tested will need to be turned on through the Miscellaneous page in the menu)


  • Able to add a spot by touching the + button?
  • Able to add other pages in a spot by touching the MORE button?
  • Are the additional pages opening when selected?
  • Do the all the buttons in the spot's page function correctly?
  • Does the Camera button open the camera on device?
  • Able to set location to your location?
  • Able to delete a spot?

Images


  • Able to add an image from a file?
  • Able to add an image from Camera?
  • Able to add image description for each image through image properties button (i)?
  • Able to set an image as a basemap?
  • All buttons on Images Page function correctly?
  • Able to Link and Un-link images through Images page in the menu?
  • Able to delete/save an image through the image properties button (i)?

Maps


  • Do all the buttons on Main Map page function correctly?
  • Does that map display when Main Map is opened through the menu or with the icon in the Spot's Page?
  • Able to plot a spot, line, or polygon? Edit?
  • Able to pan in the map and do additional tiles load?
  • Baselayers (Mapbox Style, Classic, Topo, Satellite, and OpenLayers)
    • Able to select different Baselayers when online?
    • Able to download maps for offline use and select different baselayers?
    • Able to add other basemaps through Other Basemaps in the menu?
    • Able to select the other basemaps in Main Map?

Manage Project


  • Able to upload/download project to StraboSpot server?
  • Able to start a new project?
  • Able to switch projects?
  • Able to export/import project to device?
  • Do all the buttons on Manage Project page function correctly?