-1

I want to write an application that can upload a file, validate that file, convert it and return the file in the new format.

The user has to upload a file. The next step is to choose a template that the system has to use for validation. This second step will only be available if the upload succeeded. Third step is to choose an output format. There is also the option to create a new output format.

All 4 steps are done by the user. But each step can only start if the step before has succeeded. In my mind the actor needs relations(lines) to all the use-cases or all the relations are extended?

Does my diagram display correctly what I'm describing?

Use-case-diagram image

Geert Bellekens
  • 12,788
  • 2
  • 23
  • 50
Rva03
  • 1
  • 2

1 Answers1

1

No. This is just ONE use case: Convert file and the bubbles are actions inside of the "Sunny day" Activity/Scenario which is inside the use case.

qwerty_so
  • 35,448
  • 8
  • 62
  • 86