Overview
Test suite for the Security REST service.
Assumptions
- The run.config is configured with a "security.handler"
- The run.config has a "admin.user" and "admin.password" that is valid for the configured handler, and has role of ADMINISTRATOR.
- The run.config has a "test.user" and "test.password" that is valid for the configured handler. Any role for this user is acceptable
- The run.config has a "bad.user" and "bad.password" that is invalid for the configured handler.
Prerequisites
- The test.user specified in the config file is not attached to any project
Test Cases.
This test suite comprises the following test cases:
- Normal Use - org.ihtsdo.otf.ts.test.Rest.SecurityServiceNormalUseTest
- Degenerate Use - org.ihtsdo.otf.ts.test.Rest.SecurityServiceDegenerateUseTest
- Edge Cases - org.ihtsdo.otf.ts.test.rest.SecurityServiceEdgeCasesTest
- Case testEdgeCasesRestSecurity001
- n/a (no conditions)
- Case testEdgeCasesRestSecurity003
References/Links
- n/a