hello there
In the use case diagram, is it necessary to maintain activity sequence? meaning, i have 4 use cases (uc1, uc2, uc3, uc4), in terms of activity actor does that in sequence. But when i draw the use case diagram, if I draw them randomly i.e. uc1, uc3, uc4, uc2, is it allowed? or it is necessary to draw sequentially.
My second question is, actor can not do uc2 without doing uc1. If I draw uc1 and uc2 and make an association relation with the actor, is it alright?
or I have to draw uc1, connect it with the actor and then draw uc2 and connect it with uc1?
which one is correct?
is there any help?