Lab 06: RBAC Test Cases

Back to Lab 06 Dashboard


These are the Lab 06 test scenarios for validating RBAC behavior.

Coverage

  1. Admin login success and catalog visibility.
  2. Staff login success and catalog hidden.
  3. Customer login success and catalog hidden.
  4. Invalid credential rejection.
  5. Unauthenticated direct URL access blocked.
  6. Non-admin catalog access blocked.
  7. Customer order restricted to own profile.
  8. Staff/Admin order placement for selected customer.

Pass Criteria

All eight test cases pass with expected behavior and no unauthorized access.


Back to Lab 06 Dashboard