I need to test a wide range of items. One of which is to see if certain links are hidden from certain users. I currently have the test running on iterations based on username/login. Any items not present report a warning.
Is there a method to compare iteration with the current action/test and provide a pass/fail report depending on which iteration?
Is there a method to compare iteration with the current action/test and provide a pass/fail report depending on which iteration?


Is there a more condensed way to do this? For several links this gets to be a long piece of code, though perhaps for my purpose it wouldn't make sense to shorten as each user (iteration) can contain different links.