More requirements in a single use case – correct?

I have been arguying with a developer who insists that 1 functional request (FR) == 1 use case (UC). I think that is nonsense as there are requirements often describing situations arising from the same point – for this the use cases have alternate flows.

For example:

FR01 - User can log in
FR02 - User's account will be locked after 3 incorrect passwords.
FR03 - Logged user can log out

I believe all these can be nicely captured within a single use case, describing the interaction between the user and the system.

But maybe I am missing something?

EDIT: According to the book “Use Case Modeling” from Bittner, Spence:

a use case contains a set of description of requirements, the requirements
are presented in the form of narrative rather than an itemized list…


So I would say definitely more requirements can be captured within a single use case.

4

A use case describes an independent, complete interaction done by the user. Think about what the user will be doing.

A use case is descriptive. It describes the motivation of the user, what purpose the feature serves, why the feature is important, etc. It does not have the “hard” functional requirements used in a PRD. But it describes the same scenario with more context.

Then break that down into “hard” functional requirements. Based on your examples, I think you are mixing the two scopes. Assume the example of a shopping website:

UC 1: As a customer, I want to log in to the site so that I can save relevant data to my profile. This helps me to save time and effort by entering the data only once. I want my data to be secure and visible only to me.

FR 1.1: If user is already logged in, they should not be able to log in again

FR 1.2: If not logged in. a login screen should be shown

FR 1.3: If login is successful, …

FR 1.4: If login is unsuccessful, show an error message.

FR 1.5: User’s account will be locked after 3 incorrect passwords

and so on.

5

There is no single rule to govern your situation. There are valid arguments for a single use case for all your requirements, and there are valid arguments to make each function a use case. Either is fine. Agile isn’t about the methodology, it’s about getting the work done.

If you can easily get all of the requirements done in a sprint, and that work can be accurately estimated, there’s no need to break it down into separate stories. In fact, one could argue that doing so makes more work for the team, which is definitely not agile.

On the other hand, if some of those requirements are hard to implement and some are easy, and some you want to get into your users hands as soon as possible, breaking the story down will make your sprint easier to manager. This would result in you being able to deliver some of those features easier, which definitely is agile.

The goal is to get the work done. If doing all of that work as a single story gets you closest to that goal, do it. If making the requirements separate stores, do that.

Keep focused on your real goal, which is to deliver high quality software.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa

More requirements in a single use case – correct?

I have been arguying with a developer who insists that 1 functional request (FR) == 1 use case (UC). I think that is nonsense as there are requirements often describing situations arising from the same point – for this the use cases have alternate flows.

For example:

FR01 - User can log in
FR02 - User's account will be locked after 3 incorrect passwords.
FR03 - Logged user can log out

I believe all these can be nicely captured within a single use case, describing the interaction between the user and the system.

But maybe I am missing something?

EDIT: According to the book “Use Case Modeling” from Bittner, Spence:

a use case contains a set of description of requirements, the requirements
are presented in the form of narrative rather than an itemized list…


So I would say definitely more requirements can be captured within a single use case.

4

A use case describes an independent, complete interaction done by the user. Think about what the user will be doing.

A use case is descriptive. It describes the motivation of the user, what purpose the feature serves, why the feature is important, etc. It does not have the “hard” functional requirements used in a PRD. But it describes the same scenario with more context.

Then break that down into “hard” functional requirements. Based on your examples, I think you are mixing the two scopes. Assume the example of a shopping website:

UC 1: As a customer, I want to log in to the site so that I can save relevant data to my profile. This helps me to save time and effort by entering the data only once. I want my data to be secure and visible only to me.

FR 1.1: If user is already logged in, they should not be able to log in again

FR 1.2: If not logged in. a login screen should be shown

FR 1.3: If login is successful, …

FR 1.4: If login is unsuccessful, show an error message.

FR 1.5: User’s account will be locked after 3 incorrect passwords

and so on.

5

There is no single rule to govern your situation. There are valid arguments for a single use case for all your requirements, and there are valid arguments to make each function a use case. Either is fine. Agile isn’t about the methodology, it’s about getting the work done.

If you can easily get all of the requirements done in a sprint, and that work can be accurately estimated, there’s no need to break it down into separate stories. In fact, one could argue that doing so makes more work for the team, which is definitely not agile.

On the other hand, if some of those requirements are hard to implement and some are easy, and some you want to get into your users hands as soon as possible, breaking the story down will make your sprint easier to manager. This would result in you being able to deliver some of those features easier, which definitely is agile.

The goal is to get the work done. If doing all of that work as a single story gets you closest to that goal, do it. If making the requirements separate stores, do that.

Keep focused on your real goal, which is to deliver high quality software.

Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa Dịch vụ tổ chức sự kiện 5 sao Thông tin về chúng tôi Dịch vụ sinh nhật bé trai Dịch vụ sinh nhật bé gái Sự kiện trọn gói Các tiết mục giải trí Dịch vụ bổ trợ Tiệc cưới sang trọng Dịch vụ khai trương Tư vấn tổ chức sự kiện Hình ảnh sự kiện Cập nhật tin tức Liên hệ ngay Thuê chú hề chuyên nghiệp Tiệc tất niên cho công ty Trang trí tiệc cuối năm Tiệc tất niên độc đáo Sinh nhật bé Hải Đăng Sinh nhật đáng yêu bé Khánh Vân Sinh nhật sang trọng Bích Ngân Tiệc sinh nhật bé Thanh Trang Dịch vụ ông già Noel Xiếc thú vui nhộn Biểu diễn xiếc quay đĩa Dịch vụ tổ chức tiệc uy tín Khám phá dịch vụ của chúng tôi Tiệc sinh nhật cho bé trai Trang trí tiệc cho bé gái Gói sự kiện chuyên nghiệp Chương trình giải trí hấp dẫn Dịch vụ hỗ trợ sự kiện Trang trí tiệc cưới đẹp Khởi đầu thành công với khai trương Chuyên gia tư vấn sự kiện Xem ảnh các sự kiện đẹp Tin mới về sự kiện Kết nối với đội ngũ chuyên gia Chú hề vui nhộn cho tiệc sinh nhật Ý tưởng tiệc cuối năm Tất niên độc đáo Trang trí tiệc hiện đại Tổ chức sinh nhật cho Hải Đăng Sinh nhật độc quyền Khánh Vân Phong cách tiệc Bích Ngân Trang trí tiệc bé Thanh Trang Thuê dịch vụ ông già Noel chuyên nghiệp Xem xiếc khỉ đặc sắc Xiếc quay đĩa thú vị
Trang chủ Giới thiệu Sinh nhật bé trai Sinh nhật bé gái Tổ chức sự kiện Biểu diễn giải trí Dịch vụ khác Trang trí tiệc cưới Tổ chức khai trương Tư vấn dịch vụ Thư viện ảnh Tin tức - sự kiện Liên hệ Chú hề sinh nhật Trang trí YEAR END PARTY công ty Trang trí tất niên cuối năm Trang trí tất niên xu hướng mới nhất Trang trí sinh nhật bé trai Hải Đăng Trang trí sinh nhật bé Khánh Vân Trang trí sinh nhật Bích Ngân Trang trí sinh nhật bé Thanh Trang Thuê ông già Noel phát quà Biểu diễn xiếc khỉ Xiếc quay đĩa
Thiết kế website Thiết kế website Thiết kế website Cách kháng tài khoản quảng cáo Mua bán Fanpage Facebook Dịch vụ SEO Tổ chức sinh nhật