How to test Role Based Access Control testcases?

I have an application with three roles (Admin/Student/Faculty)
When Admin Login he should see All the Links in the menu (10 Links)

When Students Login he should see only 3 Links in the menu (3 Links)

When Faculty Login he should see 6 Links in the menu

So I want to iterate Login Testcase with test data (Admin/Student/Faculty). I know this is possible with Test Data bindings. But How can I verify the links on Role Based Access?

Hi Hari,

Is there anything unique for the links you want to verify here or do you have any screenshot showing that Role Based Access control you are talking about?

Was this answered anywhere else? I couldn’t find it