1

What is an appropriate UML diagram if I want to display how user request web page, enters some data, then posts the form (and if the validation has not succeeded, user is redirected back to requested web page)?

asked Mar 20, 2011 at 8:19

2 Answers 2

4

That would be the sequence diagram (see also message sequence chart) in which you represent the success and failure as separate parties.

answered Mar 20, 2011 at 8:34
3

If you want to represent the sequence of calls in a system to perform a specific functionality then use sequence diagram or If you want to describe the general sequence of actions for several objects in several use cases then use Activity diagram. sequence diagram may also express conditions, loops and concurrency by using guards, but they are not as intuitive and convenient as those in activity diagram.

As per your description you have to use sequence diagram.

answered Dec 14, 2020 at 4:04

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.