From 7faea7a82700f042f82b860f8001719caf505900 Mon Sep 17 00:00:00 2001 From: Juan Hermosa Casaprima Date: Sun, 11 Feb 2024 20:12:57 +0100 Subject: [PATCH] =?UTF-8?q?Primer=20borrador=20del=20punto=2010=20de=20la?= =?UTF-8?q?=20documentaci=C3=B3n.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/src/10_quality_requirements.adoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/docs/src/10_quality_requirements.adoc b/docs/src/10_quality_requirements.adoc index a5f5ca02..48b77477 100644 --- a/docs/src/10_quality_requirements.adoc +++ b/docs/src/10_quality_requirements.adoc @@ -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. +|=== \ No newline at end of file