What is the difference between the functional requirement and non-functional requirement for Uber application?
Asked
Active
Viewed 2,669 times
2
-
I’m voting to close this question because it is not about programming – Vadim Kotov Jun 17 '21 at 11:09
1 Answers
2
Regardless UberApi (or any product or technology)
The terms are general terms.
If you have a client that asks you to develop an e-commerce web site that will be reached by customers thousands of times every minute, then based on this example:
Functional Requirements are:
- Customer should be able to list products
- Customer should be able to place order
- Customer should be able to pay by card
and so on
Non-functional Requirements (Technical Requirement)
- The Site should be able to serve a huge number of customers at the same time without problems.
- The site should be secure enough because there will be sensitive data.
and so on
So you can consider functional as the Domain(Business) requirements while the non-functional as the supportive requirements.

Useme Alehosaini
- 2,998
- 6
- 18
- 26