Questions tagged [requirements]

A list of capabilities or attributes necessary to be in compliance of some specification.

531 questions
-1
votes
4 answers

Are there Agile software design methodologies?

I've been reading about Agile and it seems to be about making it easier to respond to changing requirements, evolutionary software design, getting working software over building a foundation, being able to deliver at any time, constant refactoring,…
fordeka
  • 979
  • 2
  • 7
  • 22
-1
votes
1 answer

Unified Process Analysis and Software Percentage Confusion

I want to ask something about Unified Process. In UP, every iteration has its own analysis and implementation steps. But the above image shows something different. After iteration 5, 90% of analysis completed but just 10% of software completed.…
PepeDeLew
  • 346
  • 4
  • 15
-1
votes
3 answers

sed in one folder

i need 'sed' for some batch; now there are a lot of requirements; could anyone tell me how to put all the requirements and sed itself to run in one dir?? [so no need for install, that it works] 'Cause i need to get the batch file public, all that…
Deniz Zoeteman
  • 9,691
  • 26
  • 70
  • 97
-1
votes
1 answer

Requirements to consume a SOAP web service

I am new to consume web service in android eclipse.Currently i am following the below link http://jatin4rise.wordpress.com/2010/10/03/webservicecallfromandroid/ But not its working. Can anyone tell what are the requirements to consume the SOAP web…
Manick
  • 817
  • 2
  • 15
  • 24
-2
votes
1 answer

Error comes while installation of random module of python

ERROR: Could not find a version that satisfies the requirement python-random (from versions: none) ERROR: No matching distribution found for python-random
-2
votes
1 answer

What should look like to be my requirements.txt file?

I want to deploy a python script on Heroku cloud via GitHub and I am using these python libraries, Module, API from amazon_paapi import AmazonApi import base64 import requests import random import time What should look like to be my…
-2
votes
1 answer

What I have to modifiy for the 64-bit requirement?

I know about that: Inspect your APK or app bundle for native code. You can check for .so files using APK Analyzer. Identify whether they are built from your own code or are imported by an SDK or library that you are using. If you do not have any…
Xavi Jimenez
  • 314
  • 1
  • 3
  • 16
-2
votes
1 answer

How do we gather and document non-functional requirements in Agile

I know in waterfall, they are gathered and documented at an early stage of SDLC, I believe very first stage. Therefore, they are captured and documented before development and testing even starts. But I am confused how is that done in Agile? If I…
cd491415
  • 823
  • 2
  • 14
  • 33
-2
votes
1 answer

Specify requirements for a REST server

I am writing the requirements that a REST web-sever that needs to implement. One of the non-functional requirements is that each function (component) of the system can be activated or deactivated independent of the other ones. To make it more…
jojo
  • 1
-2
votes
2 answers

Anyone recommend TFS tools for keeping requirements docs updated?

I've got a problem at work where devs and QA are routinely using out-dated requirements documents. Were using TFS. Is there some kind of tool that exists where when a requirements document is updated, that update gets pushed to every dev using it?…
winbacker
  • 637
  • 2
  • 6
  • 16
-2
votes
1 answer

Requirements gathering and specification writing

The last time I wrote a specification was years ago, using a waterfall method. I am now about to gather the requirements for my first Laravel project, I am working as a lone developer. How is everyone else doing this? I was thinking of getting an…
Mick
  • 1,401
  • 4
  • 23
  • 40
-2
votes
1 answer

JDK or Java required for SVN 1.9

SVN documentation says nothing about Java/JDK requirements for running the subversion. Ref: http://www.linuxfromscratch.org/blfs/view/svn/general/subversion.html do we need Java/JDK for running SVN protocol (Svnserve program). either install…
intechops6
  • 1,007
  • 4
  • 22
  • 43
-2
votes
7 answers

Good pointers that a software requirement is in fact political?

Probably an easy one: Are there any rules of thumb or pointers that could help recognise political requirements? Let’s say one of stakeholders (your boss, a head of another department or an actual user) asks for a feature or particular…
Vlad Gudim
  • 23,397
  • 16
  • 69
  • 92
-2
votes
1 answer

Server bandwidth required for Podcasts and live radio

i need to set up a server that can host a podcast. Actually there are 30 listeners during a live radio, but they can grow up. What kind of server requirements do I need? I usually buy dedicated server from Hetzner.
-2
votes
2 answers

What do I need to know to build an HTTP server in C?

Some say that in order to build an HTTP server I should follow the RFC 2616 standards. Which is ok, but as a completely new C developer I would like to know what modules, techniques I will need to make implement the HTTP protocol to handles html,…
Adam Halasz
  • 57,421
  • 66
  • 149
  • 213
1 2 3
35
36