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 2 Next »

Overview

Test case for edge cases of the REST security service logout method. 

Procedure 1

  • Logout of "guest" user without logging in.
  • TEST: no exception
  • Login as "guest" user with "guest" password
  • Logout of "guest" user without logging in.
  • Logout of "guest" again user without logging in.
  • TEST: no exception
  • Login as "admin" user with any password
  • Logout of "admin" user without logging in.
  • Logout of "admin" again user without logging in.
  • TEST: no exception

Expected Runtime

  • < 1 sec

Notes

  • n/a
  • No labels