

Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Definitions for various terms related to software engineering and systems engineering, including fit criterion, use case, domain model, context diagram, rationale, functional requirement, non-functional requirement, stakeholder, business event, and trawling for requirements techniques. These terms cover concepts such as functional and non-functional requirements, use cases, domain modeling, context diagrams, and techniques for gathering requirements.
Typology: Quizzes
1 / 3
This page cannot be seen from the preview
Don't miss anything!


a system-s behavior as it responds to a request that originates from outside of that system. (wiki) # The respond to the business event is called a business use case (book 73) A use case (or set of use cases) has these characteristics: Organizes functional requirements Models the goals of system/actor (user) interactions Records paths (called scenarios) from trigger events to goals Describes one main flow of events (also called a basic course of action), and possibly other ones, called exceptional flows of events (also called alternate courses of action) Is multi-level, so that one use case can use the functionality of another one. TERM 3