Login and Metadata Test Script

Overview

Sequence of operations to test the login/logout and metadata features of the basic UI application.

Eventually this can be automated with Selenium or a similar platform.

Prerequisites

  • Standard build with UMLS 2014AB data.
  • Standard dev config.properties (with DEFAULT security configured)

Procedure 1

  • Launch the application (http://localhost:8080/umls-server-rest/index.html)
  • Login as guest/guest
    • TEST: login succssful, user redirected to "Content" page
  • Click the "Metadata" tab
    • TEST: hourglass appears until page is loaded
    • TEST: All UMLS metadata shows up
  • Click back on the "Content" tab and change to "SNOMEDCT_US".  Then click "Metadata" tab again
    • TEST: All SNOMEDCT_US metadata shows up without other UMLS metadata
  • Click back on the "Content" tab.
  • Click the "Logout" button on the footer.
    • TEST: user is logged out and returned to main page.

Procedure 1

Notes

  • n/a