Single use case for different actors

Hi All,

Here is the scenario. I have an Use case View cases(all) and two other use cases View my cases and view scheduled cases. I have modeled that View my cases and view scheduled cases extend view cases. I have one actor using View my cases, one actor using view scheduled cases and one actor using view cases and view my cases.

How do I write the use case description?
Based on login, one user group can only see cases assigned to them, another can see only unscheduled cases and last can see cases assigned to them and all the cases.

Do I have to write separate description for each?

Hello Sapna,

When documenting use case you should think about what the user want to do with the system instead of how the system is execute. The login should only a kind of precondition to the use case.

Best regards,
Rain Wong