I have a "Regression Test" Class in which i defined 3 different user Roles in the TestFixture
In the regression test i'm testing other web app functionalities beside of the main feature functionalities. Currently im having there 5 different tests as seen below in the screenshot.
What i want now is, that the first 4 Test Methods will be started ONLY with the admin
user Role, and the last Test Method called UserRights
should be tested only with hsuINT
and hsuIntRequest
The problem im having right now is, that all the 5 Test Methods will be started with all userRoles defined at the class in TestFixture
Is there a way, how to tell the TestMethod with which UserRole it should start the test?