Skip to content

Commit e9d886a

Browse files
committed
add author, fix issue #19
1 parent 1312ab2 commit e9d886a

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

content/06.quality_criteria.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ testbeds MAY be used to cope with the integration testing requirements. [SQA-QC.
6565
### Functional tests [SvcQC.Fun]
6666
Functional testing is a type of black-box testing. It involves the verification
6767
of the **Service** identified functionality, based on requested requirements and
68-
agreed design specifications. This type of **Service** testing focus on the evaluation
68+
agreed design specifications. This type of **Service** testing focuses on the evaluation
6969
of the functionality that the **Service** exposes, leaving apart any internal
7070
design analysis or side-effects to external systems.
7171

@@ -95,7 +95,7 @@ mechanisms in critical systems [@url:http://www.swebok.org]. *Stress testing is
9595
a subset of Performance testing*
9696
[@url:https://www.geeksforgeeks.org/difference-between-performance-and-stress-testing/].
9797

98-
Scalability testing is test methodology in which an application’s or **Service**
98+
Scalability testing is a test methodology in which an application’s or **Service**
9999
performance is measured in terms of its ability to scale up *and/or* scale out the
100100
number of user requests or other such performance measure attributes, through
101101
an increase in the amount of available resources. The definition
@@ -114,10 +114,10 @@ to variable demand or workload for those service(s) [@doi:10.1186/s13677-019-013
114114
**Service** to determine the behavioral limits under sudden increased load.
115115

116116
* **[SvcQC.Per03]** Scalability testing MAY be carried out to check the
117-
**Service** hability to scale up *and/or* scale out when its load reach the limits.
117+
**Service** ability to scale up *and/or* scale out when its load reaches the limits.
118118

119119
* **[SvcQC.Per04]** Elasticity testing MAY be carried out to check the
120-
**Service** hability to scale out or scale in, depending on its demand or workload.
120+
**Service** ability to scale out or scale in, depending on its demand or workload.
121121

122122
### Documentation [SvcQC.Doc]
123123

@@ -355,7 +355,7 @@ infrastructures such as EOSC.
355355

356356
* **[SvcQC.Met01]** The **Service** SHOULD implement the collection
357357
of metrics.
358-
* **[SvcQC.Met01.1]** The collection of metrics SHOULD be comulative
358+
* **[SvcQC.Met01.1]** The collection of metrics SHOULD be cumulative
359359
over time and timestamped, so that the values can be queried per
360360
time interval.
361361
* **[SvcQC.Met01.2]** The metric *Number of registered users* SHOULD

content/metadata.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,9 @@ author:
5050
affiliations:
5151
- Spanish National Research Council (CSIC)
5252
- Institute of Physics of Cantabria (IFCA)
53+
-
54+
name: Miguel Caballer
55+
github: micafer
56+
orcid: 0000-0001-9393-3077
57+
58+
affiliation: Universitat Politècnica de València (UPV)

0 commit comments

Comments
 (0)