...
- The run.config is configured with a "security.handler"
- The run.config has a "testadmin.user" and "testadmin.password" that is valid for the configured handler, and has role of ADMINISTRATOR.
- The run.config has a "test.baduser" that fails to authenticate with any password user" and "test.password" that is valid for the configured handler. Any role for this user is acceptable
- The run.config has a "test"bad.user" and "bad.password" that fails to authenticate with any user is invalid for the configured handler.
Prerequisites
- The test.user specified in the config file is not attached to any project
...