Questions tagged [requirements-management]
Managing the functionality / requirements for the software
79 questions
-1
votes
1
answer
144
views
Rigorous way to compare designs that support the same project
When having 4 different designs that can be delivered for a project and there is a strong difference of opinions on which design is preferred taking into account functional/non-functional requirements/...
3
votes
4
answers
764
views
How to deal with high level requirements that contain implementation details?
My question actually applies to a physical device development, but I guess it is equivalent to a software development workflow, so perhaps someone here can enlighten me.
Sometimes we've got ...
0
votes
2
answers
416
views
How to design software architecture without solid requirements?
I am working on a project which does not have solid requirements, All is we have meetings with all the teams across and confluence pages. No one owns any requirements and it just float around ...
1
vote
2
answers
721
views
Functional or non functional requirements? [closed]
I just started as a junior business analyst and working on defining the requirement for an already existing system, so I am gathering the requirements for a just added service.
One of the ...
5
votes
1
answer
2k
views
Use Cases in Clean Architecture, in Requirements Specifications from Software Engineering and Use Case Diagrams in UML
Well, I've been studying software architecture a lot, Clean Architecture in specific and I came across some multi meanings terms and "Use Case" is one of them.
I'd read in some places that ...
0
votes
1
answer
2k
views
FCA and PCA vs. Requirements
I was thinking that a Functional Configuration Audit (FCA) point to the Functional Requirements while the Physical Configuration Audit (PCA) is more related to the non Functional Requirements is this ...
4
votes
3
answers
2k
views
Requirements engineering done in Excel and Word?
Throughout this semester my classmates and I had to do the pre-coding(?) phase of a project (requirements and such) as part of our Software Engineering course. The way our professor had us do it seems ...
3
votes
1
answer
2k
views
"User" requirements vs "system" requirements
I'm taking Software Engineering class and my professor is absolutely terrible at explaining anything. It's only the 3rd week and me and my group mates are already deeply confused.
We were given a ...
15
votes
7
answers
8k
views
Where can I find requirements specification for Open Source software? [closed]
I can hardly imagine a software project where the things to do are not somehow collected in a formal/informal document, be it a SRS or a simple note. So I was searching for these requirements ...
-6
votes
4
answers
411
views
Why are software requirements allowed to change if it means more work for software engineers? [closed]
In many projects, software requirements change, sometimes meaning we software engineers have to throw out our work and start over. Heck, we have entire methodologies built around the assumption that ...
-4
votes
1
answer
96
views
Should User Stories be written for non-build requirements?
I am working on a project which is introducing a new Business Product, that is leveraging existing systems
From a requirements perspective, they fall into all these types:
A system change is required ...
3
votes
4
answers
276
views
Should operating system configuration parameters, like disabled automatic updates or sleep timer, be part of the software specifications?
Our application needs to run in a locked-down operating system. Due to quality and regulatory concerns, all updates shall be prevented or blocked. Therefore, our deployment includes the pre-configured ...
3
votes
3
answers
1k
views
Why aren't databases secondary actors in use case diagrams?
Secondary Actors are actors that the system needs assistance from to achieve the primary actor's goal.
If a external printer system to the system under construction is commonly shown as a secondary ...
-1
votes
1
answer
251
views
How to deal with changes in the requirements because design decisions?
Using RUP methodolgy, when doing "finding actors and use cases" and "specification of use cases" activities, we are recommended not to think about how we are going to build the system (take design ...
-5
votes
1
answer
73
views
Having trouble finding the issue of an expressed/formulated requirement
I'm studying for an exam (software-engineering) and got stuck with the following question.
Developing a web application for stock in order to monitor (automatically) and to trade shares. You are ...