/
Case testNormalUseRestSecurity001

Case testNormalUseRestSecurity001

Overview

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

Procedure 1

  • Authenticate "guest" user with "guest" password
    • TEST: authentication is successful and auth token matches username
  • Authenticate "admin" user with any password
    • TEST: authentication is successful and auth token matches username

Expected Runtime

  • < 1 sec

Notes

  • n/a