In Software Requirements Specification,

what is the difference between Scenarios and Process Narratives of each function (described using UML)?

I understand that Scenarios are descriptions of a single feature of the system. Is it necessary to describe Scenarios also with UML, or are the text descriptions sufficient? Because I already have to detail Process narrative of each function(feature) with UML.

Both approaches are equivalent, right?

thx, guy

link|improve this question

60% accept rate
feedback

2 Answers

up vote 0 down vote accepted

You don't have to use both, you should use all teh techniques that are fit to communicate what are you modeling. There are things which are traditionally better expressed using text (use case descriptions, algorithms, ...) and there are those which are better described graphically (class hierarchy, relations, various flows...). So it is up to you to decide what notation is best for the thing you want to describe.

link|improve this answer
thank you very much, – Ratchapol Jul 13 '11 at 7:28
feedback

Use both UML and text, and for text you may include tables, paragraphs, non UML charts.

Both specification techniques are complementary, in case some feature is missing in one, the other may included.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.