I'm a complete newbie in UML use case diagram, and trying to grasp the concept of use case. I've just scourging over several videos, tutorials, and examples of UML. But I still have question regarding my case. So for example, I want to create a use case for an app which has menu like this:
For this case, which one I should do?
For the first case, it will be just like actor -- activity. Done. Is this correct? Because my UML use case diagram will be like a list of activities, without connections to others except to the database. If I see other examples, they made it looks like the activity can be extended into several includes or extends. But I feel like I can't includes or extends anymore because the activity I listed is like the most end node only. But to create UML use case like a path of menu isn't feel right either.
Some of my readings:
Use cases are not about functions but about the added value a system under consideration brings to its actors. Once you identified UC and actor you will describe scenarios with Activities inside the UC. Each scenario itself is described by a couple of Actions taken. Alternatively to ADs you can describe a UC with pure text like it's done by Cockburn.
I recommend to read Bittner/Spence about use cases since a detailed description will just take the size of this book.