Same use case, different actors, slightly different scenarios

yasmine92

Let's say I have a use case named "addSalesForecast" and I have two actors : the shop manager and the CEO Well the shop manager can only add sales forecasts for his own shop on the other hand the CEO can add sales forecasts for all the shops. So the difference would be that the CEO will have to select a shop first then add the forecast (the shop manager will have direct access to add the forecast). I thought that I can solve this by adding an "If" in the scenario for example : "if the user is the CEO then he will have to select a shop first".

Thanks in advance.

qwerty_so

Unfortunately the <<extend>> relation is often used wrong and you should simply not use it. Instead you just apply pre- and post-conditions which express the need to first select the shop:

enter image description here

See also here.

Collected from the Internet

Please contact debug[email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

same switch case is used but the definition is different

From Dev

Case-insensitive sorted Set - keep same string with different case

From Dev

Generate slightly different APKs from the same code

From Dev

How do I persist states between two same actors deployed on different cluster node? (akka.net)

From Dev

Trying to process different scenarios in Service

From Dev

Json Deserialization with same property name with different case

From Dev

Deserialize two slightly different JSON strings (same structure, different names) to the same class

From Dev

F# CsvTypeProvider extracting the same columns from slightly different csv-files

From Dev

Sort List of JSONObjects on different scenarios

From Dev

Use same arguments with different command

From Dev

same switch case is used but the definition is different

From Dev

How to use different formula in case of en error?

From Dev

How to define two different layouts for the layouts in the same category but slightly different inches?

From Dev

Use same UIAlertView on different places

From Dev

Writing a method to serve slightly different scenarios C#

From Dev

what different message encodings does WCF use and in which scenarios?

From Dev

Restful - same request but difference response on different scenarios

From Dev

Custom validation for two fields with same validation but slightly different

From Dev

Use same textView in same activity with different text

From Dev

Should I write different test case for different branch of same service?

From Dev

Diff: slightly different filenames, same file

From Dev

Use same QTableView in different tabs

From Dev

Navigation displaying slightly different in Firefox

From Dev

Same Method for Client and Server slightly different behavior

From Dev

how to repeat the same code (but slightly different each time) in html?

From Dev

Same object in one case, different object in another?

From Dev

Use the same template on different scopes

From Dev

Is it possible to convert between two case class with different name and slightly different field in scala

From Dev

SUM the same field on different CASE conditions

Related Related

  1. 1

    same switch case is used but the definition is different

  2. 2

    Case-insensitive sorted Set - keep same string with different case

  3. 3

    Generate slightly different APKs from the same code

  4. 4

    How do I persist states between two same actors deployed on different cluster node? (akka.net)

  5. 5

    Trying to process different scenarios in Service

  6. 6

    Json Deserialization with same property name with different case

  7. 7

    Deserialize two slightly different JSON strings (same structure, different names) to the same class

  8. 8

    F# CsvTypeProvider extracting the same columns from slightly different csv-files

  9. 9

    Sort List of JSONObjects on different scenarios

  10. 10

    Use same arguments with different command

  11. 11

    same switch case is used but the definition is different

  12. 12

    How to use different formula in case of en error?

  13. 13

    How to define two different layouts for the layouts in the same category but slightly different inches?

  14. 14

    Use same UIAlertView on different places

  15. 15

    Writing a method to serve slightly different scenarios C#

  16. 16

    what different message encodings does WCF use and in which scenarios?

  17. 17

    Restful - same request but difference response on different scenarios

  18. 18

    Custom validation for two fields with same validation but slightly different

  19. 19

    Use same textView in same activity with different text

  20. 20

    Should I write different test case for different branch of same service?

  21. 21

    Diff: slightly different filenames, same file

  22. 22

    Use same QTableView in different tabs

  23. 23

    Navigation displaying slightly different in Firefox

  24. 24

    Same Method for Client and Server slightly different behavior

  25. 25

    how to repeat the same code (but slightly different each time) in html?

  26. 26

    Same object in one case, different object in another?

  27. 27

    Use the same template on different scopes

  28. 28

    Is it possible to convert between two case class with different name and slightly different field in scala

  29. 29

    SUM the same field on different CASE conditions

HotTag

Archive