Skip to content

Commit

Permalink
Primer borrador del punto 10 de la documentación.
Browse files Browse the repository at this point in the history
  • Loading branch information
uo276839 committed Feb 11, 2024
1 parent 489f76c commit 7faea7a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/src/10_quality_requirements.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,21 @@ more precisely down to a level of scenarios that can be discussed and evaluated.
.Form
Tabular or free form text.
****

* Usage Scenarios

[options="header",cols="1,2,2"]
|===
|Quality Goal|Scenario|Response
| Performance efficiency | The user wants to start answering questions. | The application generates a set of questions. This generation should be as fast as possible.
| Usability | A new user starts using the application. | User should be able to do it without difficulty.
| Security | The application must encript sensible data. | Data will be only accessible by its owner.
|===

* Change Scenarios

[options="header",cols="1,2,2"]
|===
|Quality Goal|Scenario|Response
| Maintainability | Introduce new functionality. | Reuse key components in order to easily add that new functionality.
|===

0 comments on commit 7faea7a

Please sign in to comment.