The use-case tag has no wiki summary.
4
votes
1answer
66 views
Should the database of a web application be considered an actor?
I'm just learning about use-case analysis and use-case diagrams and am a little confused whether or not the MySQL database of a web app should be considered an actor.
Is the databased considered ...
0
votes
6answers
351 views
Writing a killer use case for a cron job
I'm a beginner when it comes to writing use cases, but I searched a lot and most of the materials I found mentioned that I should concentrate on the business value to the customer when writing a use ...
2
votes
3answers
74 views
How to model two similar tasks with the Use-case diagram
I am trying to draw a use-case diagram for a software project.
Two requirements for the software I am trying to model in use-case diagram are:
A customer (i.e. Client) should be able to cancel its ...
4
votes
1answer
104 views
Are using <<include>> and <<extend>> relationship in this use-case diagram actually same?
I am trying to draw a UML use-case diagram to model requirements for a software project.
The two requirements I have issue to model are:
TravelAgent creates a booking for a [old] client who is ...
0
votes
1answer
59 views
Identifying key activites for primary and secondary senarios in use cases [closed]
What questions should i ask myself and what steps should i use when identifying key activities for both primary and secondary activities in use case designing?
2
votes
1answer
85 views
What does “automating a use case” mean and what are the tools to do it?
What does 'automating a use case 'means and how does the tools that automate helps with that?
whats makes automation good to do and does it holds any significance for web developement.
2
votes
1answer
74 views
What Use Cases are Appropriate for JScript.NET?
In this Stack Overflow question:
http://stackoverflow.com/questions/9471332
I learned that Jscript is not dead after all. Yay!
But what is JScript.NET good for?
According to this article, you ...
0
votes
2answers
100 views
Use Case Structure
I am creating use cases for a project. A generic user is extended by user "categories" which then is extended by an administrator (that can do all tasks possible).
Is the following acceptable to ...
2
votes
1answer
189 views
How to use BPMN and use case and other diagrams together
I asked this question on stackoverflow, but it seems this question is not suitable there, so I post here for discussion.
BPMN (Business Process Modeling Notations) is used for modeling business ...
4
votes
3answers
177 views
Use Case level confusion
I'm working on the use case model of a web design application something like Dreamwaver, I'm little confusing about to which level should I write the use case model.
ex: when the user insert a text ...
4
votes
4answers
124 views
Who usually does the use case analysis in the team?
I've just started my first IT job in a team with two developers (junior and senior), a project leader and an architect. My role is not yet completely defined and I said I'd be ok with both programming ...
1
vote
2answers
183 views
Use case notation for login
When a login is needed in a system to perfom any action. How do you express that in a Use Case Diagram?
I have a system that will allow employees to perform sells. They must be logged in, but once ...
3
votes
1answer
138 views
Is this the correct way to use extends?
I am making a UML diagram. Im wondering if im using the extends feature correctly.
I have a marketer that can search contacts but only if they have created them in the first place....
Have i got the ...
4
votes
3answers
158 views
Writing use cases for a rather complex scenario
I'm trying to improve my use-case writing skills but I'm stuck on a certain scenario.
The idea is that there are a bunch of entries in a task list (some kind of todo list). Now the user wishes to ...
5
votes
1answer
119 views
Testing Data : Should I Create a bogus test case?
I've written an Integration program that produces files from a source set of data and converts it to a target data file. These files contain field/record information that must be validated by our ...