Does ALM / QC allow nested Test Configurations or a similar setup?
For example, I want to setup test cases with test configurations for different browsers and user roles for which the application will be tested. In the scenarios, each user role needs to be tested in each browser.
Say, Browsers: IE9, Firefox, Chrome
User Roles: Free User, Paid User
Under IE9 --> test Free User and Paid User configurations
Under IE10 --> test Free User and Paid User configurations
Under Chrome....and so on?
1. Is there a way to setup Test Configurations to support this
OR
2. Is this the only way --> I simply have separate test sets for each browser (with the same test cases copied over and over) and have the user roles setup as test configurations?