Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.Logout as null/empty user
    • TEST: no exception

Expected Runtime

  • < 1 sec

Notes

  • n/a