Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Version History

« Previous Version 4 Current »

Overview

Test case for normal use of the REST security service logout method. 

Assumptions

  • Test harness is called with a run.config having authentication set to the DefaultSecurityServiceHandler.
  • Test harness is configured to connect to a database having "guest" and "admin" users that can be authenticated with any password.

Procedure 1

  • Authenticate "guest" user with "guest" password
  • Authenticate "admin" user with any password
  • Logout using token "guest"
  • Logout using token "admin"
  • TEST: no exceptions

Expected Runtime

  • < 1 sec

Notes

  • n/a
  • No labels