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

learn more… | top users | synonyms

2
votes
1answer
36 views

Software Testing vs Software Evaluation

Can anyone clearly explain the difference between Software Testing and Software Evaluation? I think I have pretty clear what Testing is, but I don't have that clear what Evaluation is, so can you ...
0
votes
1answer
27 views

symfony2 routing requirements combining 2 parameters

So I got this in my routing.yml: requirements: var1: \d+ var2: \d+ Both are checked on their own and valid. I need to check the combination of the 2, since the combination is not always ...
0
votes
0answers
27 views

Symfony2 - array of checkboxes with at least one required value

I want to render an array of checkboxes with at least one required checked value before sending a form. I've got this now: ->add('parameters', 'choice', array( 'label' => 'Volba ...
1
vote
0answers
25 views

OS X distribution.dist automated validation/evaluation

I am doing some research to see whether I can automatically/programatically validate a distribution.dist file that came from a valid os x pkg/dmg. Here is the situation: I have some valid os x ...
0
votes
0answers
35 views

pycrypto install mac requirements

I have OS 10.6.8 (still), and not much else installed except for Python 3.3.1 (with IDLE). Is there a simple list of requirements (i.e., other software to be installed first) in preparation for ...
0
votes
2answers
71 views

Requirements for a personal project [closed]

Gathering requirements is an essential stage creating software or web applications. I have searched the web extensively without finding any directions on how to elicit requirements for personal ...
0
votes
0answers
33 views

Example Requirements Standards and Design Standards

Where can I look to find example Software Requirements Standards and Software Design Standards for real-time safety critical applications? JSF and MISRA are examples of Software Coding Standards ...
1
vote
1answer
51 views

Scalable VS Extensible

I'm not sure if this type of question is allowed here, but it is related to software projects. Is there a difference between scalable and extensible? Is extensible a sub-set of scalable? I.e. ...
1
vote
0answers
38 views

How do I specify “Twisted Web” as a pip requirement?

I am packaging my program and I am having trouble with the "Twisted Web" dependency. I tried inputting all of the following combos in the setup.py file: install_requires = ['Twisted Web>=12.2.0'], ...
3
votes
1answer
75 views

non functional requirement reliability measurement?

what is the measurement of the applications reliability as a non functional requirement?
-1
votes
1answer
24 views

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 ...
0
votes
2answers
48 views

Does a UML use can show everything the actor can do (functionality) or everything the actor wants to do (goals)?

Suppose we have a simple on-line store. Things that the user would want to achieve with the store would be: Register (to create an account) Browse items Add items to basket Checkout and pay View ...
0
votes
0answers
29 views

In which programming languages char and derivatives are treated like aggregate structures having such properties as…?

Character has such properties: Encoding (UTF-8, UTF-16, ..., whatever) List of code points, which combined represent that character One is able to query the size of the character (in code units, ...
-1
votes
1answer
28 views

Requirements that base on alrady existing requirements

Let's assume that there is a working system with planty of functions and the system is now going to be adjust for another country. Some functions stay as they are, some are going to be adjust and some ...
0
votes
0answers
61 views

What are the different project domains in IT projects and way to understand the domain requirements in detail? [closed]

As per my knowledge there are below domains for IT projects, 1. Health-Care Domain 2. Insurance 3. E-Commerce Can you please provide list of domains for IT projects. Also, please provide website ...
2
votes
3answers
87 views

Is there a programming language that meets these requirements?

I have a few requirements before implementing my next program - hopefully a programming language exists that can do the following: Given a class (or interface) C, the programming language allows the ...
0
votes
0answers
50 views

List of metadata that gets stored in HP Quality Center for requirements

I wanted to gather a list of metadata that gets stored in HP Quality Center about requirements. I would assume some examples would be the requirement creator, the module the requirement is linked to, ...
0
votes
1answer
88 views

More productive Grooming Sessions [closed]

I'm looking for a way to make our Scrum Grooming Sessions more productive. At the moment, it feels like it's taking us a long time to create user stories and acceptance criteria. For a one hour ...
0
votes
1answer
72 views

Doxygen requirements tracking / inverse matrix

I use a custom Doxygen tag to track requirement implementations in my software source code, like so : /// @req REQ-BLAH-0010 The @req tag is defined in my doxygen.conf file: ALIASES += ...
0
votes
3answers
248 views

System Requirements and Functional Requirememts

Can you please explain me the difference between system and functional requirements? In the company that I working for , I perform a business analyst / design role for one of the applications that is ...
1
vote
1answer
45 views

What is the minimum OS for a windows console app made with Visual C++ 2010?

I've created a console application using Visual C++ 2010. What is the earliest version of windows I can run the program on? I know that it can depend on what Windows API functions that you use in the ...
2
votes
2answers
133 views

EDI x12 Segment Conditions

Keep in mind that I started to tackle EDI standars a couple of days ago only so there are still a lot of nebulous things. In an EDI segment (like CUR), when a condition is declared (P0304) it states ...
0
votes
0answers
63 views

What tools can I use for writing effective use cases? [closed]

People usually write use cases in word doc. I find browsing through such a lengthy document a bit difficult. What all tools do you people use for writing effective use cases?
0
votes
0answers
23 views

Automated interfaces in architecture

I am going through requirements for simple online retailer as given below. Provider user with catalog. Provide search functionality. Provide automated interfaces in to back end systems for ...
1
vote
1answer
79 views

How are requirements of network specified to ensure QoS?

When I review the hardware requirements of many database backed enterprise solutions, I find requirements for the application server (OS, processor, RAM, disk space, etc), for the database server ...
1
vote
0answers
35 views

Does a rating system violate twitter display requirements?

I'm confused about the new twitter display requirements. BACKGROUND I dynamically generate a page with a series of tweets based on their popularity. To the right of the tweets I have a like/dislike ...
0
votes
2answers
139 views

What defines a real-time/near-real time system?

Is there a specific metric which a system should meet to be considered/classified as real-time web application or a near- real time web application? When I see a non-functional requirement for a ...
0
votes
2answers
204 views

UML Class Diagram - Which documentation?

Despite all the research I couldn't find where exactly a UML class diagram is drawn during the software development. I am thinking either in the requirements document or in the design document. I ...
-1
votes
2answers
93 views

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

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 ...
0
votes
1answer
287 views

What is the difference between “system/subsystem” and “software” in a SSS vs SRS?

What is the difference between a System/Subsystem Specification (SSS) and a Software Requirements Specification (SRS)? I am struggling to find a precise definition between System/Subsystem and ...
0
votes
1answer
46 views

SRS: Can these to be included?

Think we are creating the "Glossary" of an SRS in tabular format. It has "Terms" and "Definition" as columns. I know the glossary of SRS includes "Terms" such as QA, HTML, KPI etc, and their meaning ...
0
votes
0answers
60 views

Is there a requrirements document for PhoneGap on Android that I can pass on to OEMs?

I'm starting a new project using PhoneGap on Android, and one of the guys on the project team is worried about compatibility with various devices. We have a relationship with the OEMs (Samsung, HTC, ...
0
votes
5answers
157 views

android minimum hardware specs for dev machine - can i code using a notebook?

So far I have been developing directly on my galaxy nexus and nexus 7 using the amazing AID app. However, as the N7 can't provide logs due to it being jelly bean, i feel the need to get a mini ...
1
vote
1answer
46 views

Unexpected behaviour with requered ordering position XML node on ServiceStack WS

Now as I know ServiceStack uses .NET's Xml DataContractSerializer to serialize/deserialize XML, but with it we have some truble in case when our webservice API used not .NET framework. This problem ...
3
votes
2answers
705 views

User Stories and Use case scenario

What is the difference between User Stories and Use case scenario , purpose-wise ?
1
vote
3answers
199 views

What is the difference between “initial scope” and “requirements”?

Thanks for taking the time to read this in advance. I am writing an intermediate submission report for a project that I am re-engineering and my tutor wants a page summary, list of requirements (with ...
1
vote
2answers
48 views

Requirements with Alternatives

In the project I am currently working in, the requirements is on this form: The system must ... The system must ... It works fine as long as there are no alternative scenario. But how should I ...
2
votes
2answers
801 views

NodeJS - long polling/pushing/rejeverse ajax? What do i need to push live data isntantly to the web?

Im fairly new to NodeJS(using c9.io) and have this sick obsession with it lately. I would like to know while using NodeJS. Is it possible to stream the contents of a basic html page, not large, ...
0
votes
4answers
239 views

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 ...
0
votes
1answer
93 views

OCL Requirement: Invariant for possible range of attribute values

So I have the following Object structure: Class Node RSSI: int I need to write a OCL invariant for the requirement that the the RSSI values of all Node objects do not differ by more than 2. I tried ...
0
votes
0answers
60 views

How can one accelerate the transition from requirements analysis to specification with Enterprise Architect? [closed]

problem the company that I work for does IT consulting and develops e-commerce solutions. As it so happens, most of the web shops resemble each other in many aspects of their functionality. Plus, for ...
0
votes
0answers
95 views

Technical and Legal Requirements For a Secure E-Commerce Site [closed]

What are the basic technical and legal requirements for an E-Commerce site that holds credit card numbers for monthly charges? Do I need specific types of encryption or other specific security ...
1
vote
1answer
88 views

An example of requirements not reflecting user needs

I have read that software can pass the verification stage (all requirements are fullfiled) but fail at validation - requirements do not reflect what user wants. I cannot think of an example where ...
0
votes
2answers
178 views

Link between use case and functional requirement

I have a list of functional requirements FR nr 1 FR nr 2 ... And have a list of use cases that describe the requirement from the actors point of view. I mean use case nr 1 describe FR nr 1 and so ...
1
vote
1answer
160 views

Pip requirements outputting global packages

I have a Virtual env for my django project, but when I hit pip freeze, I get what must be a global site package list, includes too many packages, like ubuntu packages and so much irrelevant stuff. ...
2
votes
1answer
613 views

Software Requirements in TFS [closed]

This may be more of a philosophy question, but what is the correct/best way for entering requirements using TFS? I have used many other requirements management tools and techniques in the past, but ...
0
votes
1answer
122 views

How do I declare device capabilities for this app?

I have created an iOS 5.1 or later application for the iPhone 4S that requires a magnetometer, an accelerometer and also uses the Core Location framework Apple's documentation is a bit confusing when ...
0
votes
1answer
149 views

rpm spec file “Suggests” statement

I am currently refurbishing a lot of outdated specfiles, and I remember talking about soft dependencies, which would come in handy for a current specfile (i.e. lighttpd suggesting the most popular ...
4
votes
4answers
165 views

Linking requirements with function tests

I'm building a command line tool where I can execute commands like this on the input: PROMPT>userName=Seán<CR> PROMPT>zodiacSign=Virgo<CR> where userName is a string type and ...
6
votes
1answer
102 views

Connection between requirements and code in code

I am looking for simple way to connect information about requirement/release and source code. The case is that developer should be able to find any artifacts created given release or CR in easy way. ...

1 2 3 4 5 7