Most voted "requirements" questions
17 questions
Sort by count of
-
14
votes2
answers329
viewsDomain-Driven Design and Requirements Survey
When we use Domain-Driven Design an important part of the development process is to contact business experts to have a good understanding of the domain in question. This can be done, for example,…
oop software-architecture ddd software-project requirementsasked 9 years, 2 months ago SomeDeveloper 18,074 -
8
votes1
answer102
viewsWhat to do if the end user doesn’t want to collaborate?
After reading a lot about agile methodologies and Domain-driven design, I was convinced that it is of vital importance for the development of software that the domain specialist (who is often the…
software-architecture software-engineering project-management requirementsasked 7 years, 11 months ago SomeDeveloper 18,074 -
8
votes4
answers7214
viewsDifference between epics and Features
In Visual Studio Team Services you can organize the backlog in epics, Features and user Stories. For each Epic, a set of Features associated can be defined, and for each Feature a set of user…
software-architecture software-engineering software-project project-management requirementsasked 7 years, 10 months ago SomeDeveloper 18,074 -
7
votes0
answers139
viewsOrganizing requirements using Visual Studio Online backlog
I recently started using Visual Studio Team Services, mainly for the availability of free Git private repositories. After a while I realized that it has several resources to manage requirements and…
visual-studio software-project project-management requirementsasked 8 years, 4 months ago SomeDeveloper 18,074 -
5
votes2
answers3404
viewsWhat systems approval techniques are available?
What technique can I use to approve software? Is there some kind of form, standard, technique or procedure to validate if a system meets the requirements? Is there any standard document to formalize…
-
4
votes1
answer113
viewsHow to determine Stories users?
An important process in software development is the organization of what really needs to be developed and the prioritization of what needs to be done first. As far as I have seen, one strategy to do…
software-architecture software-engineering software-project project-management requirementsasked 7 years, 11 months ago SomeDeveloper 18,074 -
2
votes1
answer56
viewsStatistics for remote requirements collection
When developing software one of the main steps is the collection of requirements, the acquisition of knowledge of the domain and the construction of a ubiquitous language. Both agile methodologies…
software-engineering ddd software-project project-management requirementsasked 8 years, 11 months ago SomeDeveloper 18,074 -
2
votes1
answer873
viewsHow to set basic requirements to run Java desktop application?
How do I identify the minimum requirements (RAM, processor, etc) for my application to run? I don’t have multiple computers to test with multiple situations. The computer I use for development has…
-
2
votes2
answers76
viewsDoubt about functional or non-functional requirement
I recently started to read a little about functional and non-functional requirements, especially the various classifications that a non-functional requirement can have. However, I still have…
requirementsasked 6 years, 7 months ago Lucas Dirani 197 -
2
votes1
answer45
viewsHow far do you try to predict the future when designing an application?
How far can we or should we try to predict the future when designing an application? Be it architecturally or in design. What makes a rugged change-face design without being overly planned? It is a…
oop software-engineering software-project project-management requirementsasked 4 years, 6 months ago Piovezan 15,850 -
1
votes1
answer51
viewsAre requirements found or created?
There is talk of Requirements Survey or Requirements Elicitation (make appear). Also Requirements Collection. It’s an investigative task. It is not clear to me whether requirements are found (exist…
-
1
votes1
answer225
viewsWhat is so-called functional and non-functional (quality) requirement?
Contextualizing the question While studying software engineering some time ago, in the classroom a request was made formal and informal explanation regarding what would be a non-functional…
-
1
votes0
answers217
viewsHow to install dependencies for an application in Heroku?
I have some problems to deploy my app in Heroku. After adding the pipefile build, the application was deployed. However, I received an error message from the application on the website. The message…
-
0
votes1
answer76
viewsAre Function Points sufficient to consolidate a software measurement program?
Function points are enough to make up a software measurement program or there are other measures to be used together?
-
0
votes2
answers122
viewsCriteria for data synchronization
Good morning, wanted tips for data synchronization criteria, let’s go to scenario. Next I have a system with an administrative where register products, customers, users, releases permissions,…
requirementsasked 8 years, 8 months ago Roberto 41 -
0
votes1
answer904
viewsHTTP request limit and SQL queries
I am developing a system that will have a large amount of requests and would like to know the opinion based on your experience. 1) A server running apache with php and 64GB of memory, would it…
-
-2
votes1
answer34
viewsNon-functional protection requirements
The verification code sent to the email as soon as the person signs up for a website is a non-functional requirement of protection or trust?