<?xml version="1.0" encoding="UTF-8"?>
<TEI xml:space="preserve" xmlns="http://www.tei-c.org/ns/1.0" 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
xsi:schemaLocation="http://www.tei-c.org/ns/1.0 https://raw.githubusercontent.com/kermitt2/grobid/master/grobid-home/schemas/xsd/Grobid.xsd"
 xmlns:xlink="http://www.w3.org/1999/xlink">
	<teiHeader xml:lang="en">
		<fileDesc>
			<titleStmt>
				<title level="a" type="main">Do We Really Know How to Measure Software Quality?</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Vineta</forename><surname>Arnicane</surname></persName>
							<email>vineta.arnicane@lu.lv</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Computing</orgName>
								<orgName type="institution">University of Latvia</orgName>
								<address>
									<addrLine>Raina blvd. 19</addrLine>
									<settlement>Riga</settlement>
									<country key="LV">Latvia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Juris</forename><surname>Borzovs</surname></persName>
							<email>juris.borzovs@lu.lv</email>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Computing</orgName>
								<orgName type="institution">University of Latvia</orgName>
								<address>
									<addrLine>Raina blvd. 19</addrLine>
									<settlement>Riga</settlement>
									<country key="LV">Latvia</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Anete</forename><surname>Nesaule-Erina</surname></persName>
							<affiliation key="aff0">
								<orgName type="department">Faculty of Computing</orgName>
								<orgName type="institution">University of Latvia</orgName>
								<address>
									<addrLine>Raina blvd. 19</addrLine>
									<settlement>Riga</settlement>
									<country key="LV">Latvia</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">Do We Really Know How to Measure Software Quality?</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">88CBE8BC6D9D9FD863F0F1271D0DBA38</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-25T09:13+0000">
					<desc>GROBID - A machine learning software for extracting information from scholarly documents</desc>
					<ref target="https://github.com/kermitt2/grobid"/>
				</application>
			</appInfo>
		</encodingDesc>
		<profileDesc>
			<textClass>
				<keywords>
					<term>Software engineering</term>
					<term>Software quality models</term>
					<term>Quality characteristics</term>
					<term>Quality metrics</term>
					<term>Quality measures</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>Particular return to McCall's et al. seminal work has been done in recent international standards ISO/IEC 25022:2016 and ISO/IEC 25023:2016. 122 lower level measures (metrics in McCall's et al. terminology) were introduced. Authors of standards themselves classify quality measures as Highly Recommended, Recommended, Used at user's Discretion and Generic, Specific. In this paper, quality measures are additionally classified also from the point of view of objectivity of measurement and of usage in industry.</p></div>
			</abstract>
		</profileDesc>
	</teiHeader>
	<text xml:lang="en">
		<body>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="1">Introduction</head><p>We are not going to review software quality models because the authors of <ref type="bibr" target="#b8">[12]</ref> already have done it. As James A. McCall, wrote in Wiley Online Library in 2002 <ref type="bibr" target="#b7">[11]</ref>:</p><p>"All engineering disciplines have some basis in measurement. Software quality measurement frameworks have been developed to provide a measurement approach for software engineering. The frameworks have a common structure. At the highest level are quality factors, that comprise a definition of software quality and represent attributes or characteristics of the software, relate to its overall quality. The second level provides the criteria or software attributes that relate to the factors, and their existence provides the related characteristics of quality. The third level provides the "metrics" or measurements that measure the degree to which those attributes exist.</p><p>The use of software quality factors and metrics has become a common practice in the industry, although the applications are not consistent, systematic or typically applied across projects or organizations." In their seminal paper <ref type="bibr" target="#b6">[10]</ref> the authors introduced 11 quality factors, 23 criteria (i.e.,sub-factors), and 42 metrics to measure software quality at the U.S. Air Force Electronic Systems Division's and Rome Air Development Center's mission to provide standards and technical guidance to software acquisition managers. Two types of metrics were used. The first type, like a ruler, is a relative quantity measure. The second type is a binary measure which determines the existence (1) or absence (0) of something. The units of the metric were chosen as the ratio of actual occurrences to the possible number of occurrences. So, a total quality of a software product could be characterized as a sum of values of metrics.</p><p>For unknown reasons, idea of quantitative evaluation of software was not incorporated into international standard neither in its first version in 1991 [2], nor in its subsequent revisions <ref type="bibr" target="#b1">[3]</ref><ref type="bibr">[4]</ref><ref type="bibr">[5]</ref><ref type="bibr" target="#b2">[6]</ref>. This view is also shared by <ref type="bibr" target="#b0">[1]</ref>  <ref type="bibr" target="#b3">[7]</ref> -Quality in Use model and System/software product quality model. Each of these models consists of quality characteristics and their subcharacteristics as shown in Fig. <ref type="figure" target="#fig_2">3</ref> and Fig. <ref type="figure" target="#fig_3">4</ref>. Each measure in ISO/IEC 25022:2016 and ISO/IEC 25023:2016 is classified as generic or specific. Generic are generally applicable, can be used in a wide range of situations while Specific are specialised for specific needs. For instance, generic measure is MRe-1-G Reusability of assets -how many assets in a system can be reusable. It is measured as ratio between assets which are designed and implemented to be reusable and assets in a system. As example for specific measure can be highlighted REc-6-S Website visitors converted to customersthe proportion of visitors to a particular web page(s) who become customers. It is measured using business analytics.</p><p>The system / software product quality model's measures are classified according to the recommendation level <ref type="bibr" target="#b5">[9]</ref>. The authors of the standard ISO/IEC 25023:2016 advice to use highly recommended measures always. Accordingly recommended measures should be used as quality measures when it is appropriate. At the same time measures with unknown reliability are meant to be used at user's discretion as a reference when developing a new quality measure <ref type="bibr" target="#b5">[9]</ref>.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">How objective are measures?</head><p>The measure can be applicable and reliable only if its measurements can be obtained objectively. We analysed measures mentioned in ISO/IEC 25022:2016 and ISO/IEC 25023:2016 and obtained assessment is shown in the Fig. <ref type="figure" target="#fig_0">1</ref>. For instance, we assessed as objective measure RAv-1-G Test function completeness -how completely are test functions and facilities implemented. Measure is computed as as ratio between system operation time actually provided and system operation time specified in the operation schedule. This measure is objective because both parameters of ratio come from either from statistics or from schedule. The measurements can be used in order to compare two products.</p><p>Sus-2-G Satisfaction with features -the satisfaction of the user with specific system features is the example of subjective measure. It is measured using questionnaires. Judgement of people about system's features can greatly depend on their mood, level of tiredness, attitude to system, etc.. Measure Ef-3-G Errors in task -the number of errors made by the user during a task is the instance of measures which are measurable objectively but at the same time the result depends heavily on the end-user qualification in the field as well as the level of training to work with the system under test. That also is the reason why the obtained results are hardly applicable to comparison different systems or one system in the different stages of development.</p><p>Better situation are with next group of measures which can be measured objectively but the results are specific of product and can be used for comparison in the form of percents. For instance, measure REc-2-G Time to achieve return on investment -the time taken to achieve the expected return on investment which can be calculated by business analytics based on careful analysis, though, there is also a good dose of more or less subjective assumptions. Measure 1-G Test function completeness -how completely are test functions and facilities implemented which is calculated as ratio between count of test functions implementer as specified and the count of test functions required, is a representative of group of measures which can be measured objectively if there exist industry criteria which help to understand how many test functions should be required. Otherwise this measure becomes very subjective.</p><p>4 Can measures given in ISO/IEC 25022:2016 and ISO/IEC 25023:2016 really assess the quality subcharacteristics?</p><p>Let us try to understand which of measures are usable from practical point of view -which are objective and reliable. If we put together our findings about objectivity of quality measures with recommendations of standard we would have obtained situation shown in the Fig. <ref type="figure" target="#fig_1">2</ref>. We put red crosses on measures that the authors of standard ISO/IEC 25023:2016 considered as measures with unknown reliability. Next step -we put black box around those measures which are objective according to our analysis and are highly recommended by authors of standard.</p><p>If to look on Quality in use model's measures of subcharacteristics there are no any objectively measurable measure. That could be expected to happen (see Fig. <ref type="figure" target="#fig_2">3</ref>). Accordingly also quality characteristics cannot be well measured if their subcharacteristics are not such. The situation with Software product quality model looks much better (see Fig. <ref type="figure" target="#fig_3">4</ref>). The most difficult measurable are usability subcharacteristics while reliability, security and performance efficiency subcharacteristics looks measurable and reliable.</p><p>5 What measures are used in practise in Latvia?</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Survey Objectives</head><p>The University of Latvia conducted a survey on measures used in the Latvia's industry of software development.</p><p>The primary objective of the survey was to determine measures of quality characteristics used in Latvia when they carry out software development and maintenance activities.</p><p>The aim was to find out which quality characteristics and subcharacteristics are currently used in the IT industry of Latvia and whether all quality measures included in ISO/IEC 25022:2016 and ISO/IEC 25023:2016 standards are well known by quality assurance specialists, testers and developers.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Survey Description</head><p>The survey targeted senior employees involved with quality assurance, testing or development in software development companies or departments of software development in enterprises with another kind of main business. There were three parts in the survey. The first part was an introductory section where the aims of survey and way how to fill it was described. The second part of the survey comprised questions about the company. The third part was the main part of the survey -122 measures of 42 quality subcharacteristics according to standards ISO/IEC 25022:2016 and ISO/IEC 25023:2016.</p><p>The respondents of the survey were invited to complete the survey online. Each measure had predefined answers: 1)Yes; 2)No; 3)Other (open type answer to give some specific answer). Respondents were informed that survey terms are taken from standards ISO/IEC 25022:2016 and ISO/IEC 25023:2016. For each measure the definition was given, formulae was explained and the method of measuring was described. Confidentiality and privacy were assured to all respondents and the organization that they represented.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Analysis and Summary of Survey Findings</head><p>As a result, a total of 17 companies participated in the survey, representing more than 4000 IT employees including almost 800 testers. The survey results show which measures of system and software product quality as well as measure of quality in use are used in the IT industry of Latvia.</p><p>Summary of survey's results is shown in the Fig. <ref type="figure" target="#fig_4">5</ref>. Measures are color coded in five groups. The red ones are measures that are used rarely -in less than 20% of organizations, while yellow ones are used moderately and green ones frequently or very frequently -even in more than 80% of organizations. As an example of rarely used measure in surveyed organizations can be mentioned CIn-1-G Data formats exchangeability -what proportion of the specified data formats is exchangeable with other software or systems. It is measured as ratio between data formats exchangeable with other software or systems and data formats specified to be exchangeable.</p><p>Next group of measures is colored in orange -these measures are used in 20-40% of surveyed organizations. As representative of moderately used measures colored in yellow are used in 41-59% of surveyed organizations. Green color indicates that measure is used frequently. Ones colored in light green are used in 60-89% of surveyed organizations.</p><p>The most frequently used measures are colored in dark green. There are only two measures used by more than 80% of surveyed organizations. The one is PTb-1-G Mean response time and the other is Sus-1-G overall satisfaction -the overall satisfaction of the user measured using questionnaires for users of system or software product.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="7">Conclusions and Future Work</head><p>The authors of standards ISO/IEC 25022:2016 and ISO/IEC 25023:2016 have done hard work trying to define measures which could allow to assess subcharacteristics and therefore quality characteristics for Software in use and Software product quality models. They divide measures in two sets -generic for usage in wide range of situations while specific for specialised needs. For the Product quality model they give also classification of measures into sets of highly recommended, recommended and measures with unknown reliability.</p><p>If measures of both quality models are assessed from the objectivity viewpoint then we see that Quality in use measures all are more or less subjective while the most of Product quality model's measures are objective.</p><p>Survey about actual usage of quality measures in IT industry of Latvia shows that only two measures are used in more than 89% of surveyed enterprises. At the same time one third part of all measures mentioned in standards is used in less then 20% of enterprises. Surprisingly, used measures are not mandatory reliable and objective. This fact urges to continue research in order to understand if it is enough for enterprises with those measures which they are using and, if not, why they do not use other measures.</p></div><figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_0"><head>Fig. 1 .</head><label>1</label><figDesc>Fig. 1. Assessment of possibility to obtain objective measurements for measures.</figDesc><graphic coords="3,134.77,294.82,345.83,132.51" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 2 .</head><label>2</label><figDesc>Fig. 2. Coloured quality characteristics for software or software product quality.</figDesc><graphic coords="4,134.77,210.87,345.84,141.20" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_2"><head>Fig. 3 .</head><label>3</label><figDesc>Fig. 3. Measurability of quality characteristics for Quality in use model.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_3"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Measurability of quality characteristics for software or software product quality.</figDesc></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_4"><head>Fig. 5 .</head><label>5</label><figDesc>Fig. 5. Results -at what extent measures are used in IT industry of Latvia.</figDesc><graphic coords="7,134.77,115.83,345.83,141.49" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_0"><head></head><label></label><figDesc>: "The metrics in the lower level of the McCall's, Boehm's, Dromey's and FURPS quality models are neither clearly nor completely defined and connected." (However, to our opinion, it is not true regarding McCall's lower level definitions.)</figDesc><table><row><cell>Particular return to McCall's et al. seminal work has been done in recent</cell></row><row><cell>standards ISO/IEC 25022:2016 [8] and ISO/IEC 25023:2016 [9]. 122 lower level</cell></row><row><cell>measures (metrics in McCall's et al. terminology) were introduced. In this pa-</cell></row><row><cell>per, quality measures are additionally classified also from the point of view of</cell></row><row><cell>objectivity of measurement and of usage in industry.</cell></row><row><cell>In Section 2 generally explains quality models provided by ISO/IEC 25022:2016</cell></row><row><cell>and ISO/IEC 25023:2016 standards. There is an investigation about objectivity</cell></row><row><cell>of quality measures described in Section 3. The Section 4 provides insight into</cell></row><row><cell>the capacity of measures to assess subcharacteristics and therefore characteris-</cell></row><row><cell>tics of quality models. There is survey about usage of quality measures in the</cell></row><row><cell>enterprises of Latvia elaborated in Section 5. Section 6 contains results of survey</cell></row><row><cell>and Section 7 gives insight in conclusions and future work.</cell></row><row><cell>2 What do ISO/IEC 25022:2016 and ISO/IEC 25023:2016</cell></row><row><cell>offer?</cell></row><row><cell>ISO/IEC 25022:2016 and ISO/IEC 25023:2016 are the part of series of Interna-</cell></row><row><cell>tional Standards from ISO/IEC 25000 to ISO/IEC 25099 entitled Systems and</cell></row><row><cell>software engineering -Systems and software Quality Requirements and Evalua-</cell></row></table><note>tion with the acronym SQuaRE. They give the measures which are supposed as appropriate to assess the extent or degree at what system or product satisfies each of subcharacteristics. There are two quality models defined in the standard ISO/IEC 25010:2011</note></figure>
		</body>
		<back>

			<div type="acknowledgement">
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="8">Acknowledgements</head><p>The work described in this paper was supported by the project "Innovative information technologies" at the University of Latvia. We are grateful to all respondents of the survey. Any errors or omissions are the faults of the authors.</p></div>
			</div>

			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<analytic>
		<title level="a" type="main">Quality Models in Software Engineering Literature: An Analytical and Comparative Study</title>
		<author>
			<persName><forename type="first">Rafa</forename><forename type="middle">E</forename><surname>Al-Qutaish</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Journal of American Science</title>
		<imprint>
			<biblScope unit="volume">6</biblScope>
			<biblScope unit="issue">3</biblScope>
			<biblScope unit="page" from="166" to="175" />
			<date type="published" when="2010">2010</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<idno>ISO/IEC 9126-1:2001</idno>
		<title level="m">Software engineering -Product quality -Part 1: Quality model</title>
				<meeting><address><addrLine>Geneva, Switzerland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2001">2001</date>
		</imprint>
		<respStmt>
			<orgName>International Organization for Standarization</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<idno>ISO/IEC TR 9126-4: 2004</idno>
		<title level="m">International Organization for Standardization</title>
				<meeting><address><addrLine>Geneva, Switzerland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2004">2004</date>
		</imprint>
	</monogr>
	<note type="report_type">Software Engineering -Product Quality -Part 4</note>
	<note>Quality in Use Metrics</note>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<idno>ISO/IEC 25010:2011</idno>
		<title level="m">Systems and software engineering -Systems and software Quality Requirements and Evaluation (SQuaRE) -System and software quality models</title>
				<meeting><address><addrLine>Geneva, Switzerland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2011">2011</date>
		</imprint>
	</monogr>
	<note>International Organization for Standardization</note>
</biblStruct>

<biblStruct xml:id="b4">
	<monogr>
		<idno>ISO/IEC 25022:2016</idno>
		<title level="m">Systems and software engineering -Systems and software quality requirements and evaluation (SQuaRE) -Measurement of quality in use</title>
				<meeting><address><addrLine>Geneva, Switzerland</addrLine></address></meeting>
		<imprint>
			<publisher>International Organization for Standardization</publisher>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<idno>ISO/IEC 25023:2016</idno>
		<title level="m">Systems and software engineering -Systems and software Quality Requirements and Evaluation (SQuaRE) -Measurement of system and software product quality</title>
				<meeting><address><addrLine>Geneva, Switzerland</addrLine></address></meeting>
		<imprint>
			<date type="published" when="2016">2016</date>
		</imprint>
	</monogr>
	<note>International Organization for Standardization</note>
</biblStruct>

<biblStruct xml:id="b6">
	<analytic>
		<title level="a" type="main">Factors in Software Quality, three volumes</title>
		<author>
			<persName><forename type="first">J</forename><surname>Mccall</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Richards</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Walters</surname></persName>
		</author>
		<idno>-A049-014</idno>
	</analytic>
	<monogr>
		<title level="j">NTIS AD</title>
		<imprint>
			<biblScope unit="volume">015</biblScope>
			<biblScope unit="page">55</biblScope>
			<date type="published" when="1977">1977</date>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<monogr>
		<title level="m" type="main">Quality Factors</title>
		<author>
			<persName><forename type="first">James</forename><forename type="middle">A</forename><surname>Mccall</surname></persName>
		</author>
		<idno type="DOI">10.1002/0471028959.sof265</idno>
		<ptr target="https://doi.org/10.1002/0471028959.sof265" />
		<imprint>
			<date type="published" when="2002-02-26">2002. 26 Feb 2020</date>
			<publisher>Wiley Online Library</publisher>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b8">
	<analytic>
		<title level="a" type="main">A Review of Software Quality Models for the Evaluation of Software Products</title>
		<author>
			<persName><forename type="first">José</forename><forename type="middle">P</forename><surname>Miguel</surname></persName>
		</author>
		<author>
			<persName><forename type="first">D</forename><surname>Mauricio</surname></persName>
		</author>
		<author>
			<persName><forename type="first">G</forename><surname>Rodríguez</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">International Journal of Software Engineering Applications (IJSEA)</title>
		<imprint>
			<biblScope unit="volume">5</biblScope>
			<biblScope unit="issue">6</biblScope>
			<biblScope unit="page" from="31" to="53" />
			<date type="published" when="2014">2014</date>
		</imprint>
	</monogr>
</biblStruct>

				</listBibl>
			</div>
		</back>
	</text>
</TEI>
