views:

8

answers:

0

Hello,

I am writing Selenium RC C# test scripts in Visual Studio 2008 for a web application where different logins open the app with user granted permissions. So basically userlevel1 can see tabs A ans B whereas user2 can see tabs A,B, C and D. About 80% of the functions are common to all users and the rest 20% differ.

What would be a good way to organize the tests? I don't want to rewrite the same tests for every user level.

Thanks!