Week 2 - Use case driven development Flashcards
What is a use case?
A flow of events that creates a result for an actor (outside entity interacting with system)
What are the 6 types of requirements?
Functionality
Usability
Reliability
Performance
Supportability
Design Constraints
What are requirement attributes for?
Provides a link between the requirement and project elements. Can help with changing requirements.
ex:
iteration #
owner
priority
cost
risk
difficulty
status
Use cases drive analysis and design (T or F)
T
Use cases do not help define user interfaces (T or F)
F
Use cases drive the test model (T or F)
T
Use cases do not help with iteration planning (T or F)
F
What 3 models build from the use-case model?
Design model
Implementation model
Test model