In access control testing, what is meant by "RBAC"?
- Random-Based Access Control
- Record-Based Access Control
- Role-Based Access Control
- Rule-Based Access Control
Role-Based Access Control (RBAC) is a method of access control that restricts access to resources based on the roles of individual users within an organization. It ensures that only authorized users are able to access certain resources based on their assigned roles, minimizing the risk of unauthorized access. RBAC is widely used in database security to enforce strict access control policies.
Loading...
Related Quiz
- In data migration testing, the process of verifying data consistency and correctness between source and target systems is crucial for ensuring ____________.
- Which factor is NOT typically considered when performing scalability testing?
- Test scripts in database testing are typically written using _______ language.
- A SQL ____________ error occurs during the compilation of a query.
- Which aspect of database testing is typically automated as part of the CI process?