Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
What are the best practices to follow while writing a use case?
Home
Other
What are the best practices to follow while writing a use case?
0
votes
asked
Dec 8, 2021
in
Other
by
DavidAnderson
What are the best practices to follow while writing a use case?
business-analyst-interview-questions
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
Dec 8, 2021
by
DavidAnderson
Some of the best practices to write a use case are as follows:
To become a valid use case, the use case must provide some value back to the actor or stakeholder.
The functional and non-functional requirements must be captured appropriately in the use case.
The use case must have one or more alternate flow along with the main flow.
The use case should only describe what the system does and not how it is done which means it will not describe the design. It will act as a black box from the viewpoint of an actor.
The use case should not have any, i.e. it should be stand alone.
...