Tell me more ×
Programmers Stack Exchange is a question and answer site for professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.

I'm writing some documentation in a project in a tool. In this tool of mine, and write in specific area, I have here use Case, Business Rule, N-Diagram Types, and Functionality and Functional Requirements.

So I got me wondering, Are there differences between Functionality and Functional Requirements?

In my vision, a Functionality a implementation of a Functional Requirement, is it correct? What other differences one can find between them?

share|improve this question
As far as I know, Functionality and Functional Requirement are synonyms in this context. – Philipp Jan 9 at 19:42

2 Answers

Functionality is what a program does.

Functional requirements are what you want the program to do.

share|improve this answer

They are closely related, the functionality of a program should match the functional requirements.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.