<?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">SwTO I (Software Test Ontology Integrated) and its Application in Linux Test</title>
			</titleStmt>
			<publicationStmt>
				<publisher/>
				<availability status="unknown"><licence/></availability>
			</publicationStmt>
			<sourceDesc>
				<biblStruct>
					<analytic>
						<author>
							<persName><forename type="first">Daniella</forename><surname>Bezerra</surname></persName>
							<email>daniella.bezerra@fpf.br</email>
							<affiliation key="aff0">
								<orgName type="institution">Paulo Feitoza Foundation -FPF</orgName>
								<address>
									<settlement>Manaus</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><surname>Afonso Costa</surname></persName>
							<email>afonso.costa@indt.org.br</email>
							<affiliation key="aff1">
								<orgName type="institution">Nokia Institute of Technology -INdT</orgName>
								<address>
									<settlement>Manaus</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<author>
							<persName><forename type="first">Karla</forename><surname>Okada</surname></persName>
							<affiliation key="aff1">
								<orgName type="institution">Nokia Institute of Technology -INdT</orgName>
								<address>
									<settlement>Manaus</settlement>
									<country key="BR">Brazil</country>
								</address>
							</affiliation>
						</author>
						<title level="a" type="main">SwTO I (Software Test Ontology Integrated) and its Application in Linux Test</title>
					</analytic>
					<monogr>
						<imprint>
							<date/>
						</imprint>
					</monogr>
					<idno type="MD5">1E4A06D498F55C914AD068C14E8F4791</idno>
				</biblStruct>
			</sourceDesc>
		</fileDesc>
		<encodingDesc>
			<appInfo>
				<application version="0.7.2" ident="GROBID" when="2023-03-24T21:21+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>knowledge representation</term>
					<term>ontologies</term>
					<term>linux test</term>
					<term>evaluation</term>
				</keywords>
			</textClass>
			<abstract>
<div xmlns="http://www.tei-c.org/ns/1.0"><p>This paper encompasses a elements study of knowledge representation founded on ontologies that have Linux test as target domain. The study aims demonstrating that once knowledge is formalised, it is possible to reuse, to perform inference, to process it through computers, and, what is more relevant, it becames enable to be communicated between people and software. Towards that, three ontologies have been developed: OSOnto (Operating System Ontology) which represents concepts of the operating system domain, SwTO (Software Test Ontology) which deals with the software testing domain, and SwTO I (SwTO Integrated) which represents concepts of both domains in an integrated way. For implementing the ontologies, OWL DL as ontology specification language, Protégé as ontology editor and Racer as the main reasoner, have been used. A quantitative and qualitative evaluation of the SwTO I ontology has been performed as well.</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>One of the most challenges that the Software Engineering faces is: who does build software in a good quality with the reduced cost, time and effort? Several technological solutions are aimed as answers for this asks. One of them is the Free Software that seeks to contribute with its collaborative projects substantiated in the knowledge liberty and the intellectual property. Among the several free software projects, the Linux 3 is detached to have been one of the pioneers and for grouping a significant number of collaborators and users. The project maturity and the technical group, formed by people that participate actively, are interesting points to be observed. However, the quality of the Linux is much more observed and felt by users than actually verified by scientific procedures. Linux has been inserted in the business domain, then its quality needs to be actually verified. This fact results in a union between communities and interested companies, giving rise to the Linux Test Project (LTP) <ref type="foot" target="#foot_1">4</ref> . The objective of this project is assurance the Linux quality through systematic tests. This project behaves as a repository with scripts, tools and more of 3.000 test cases. The LTP documentation is deficient and there is not an efficient record of the designers knowledge in the tests elaborations. These difficulties inside the Linux test community is common in many others projects and this has motivated the research and it has awakened the interest to offer an ontological contribution based in Description Logic, at least reducing these difficulties of the Linux test knowledge, which is maintained and recorded in a formality scarce approach, such as e-mail lists, source-code documentation and web forums. Towards that, three ontologies have been developed: OSOnto (Operating System Ontology) which represents concepts of the operating system domain, SwTO (Software Test Ontology) which deals with the software testing domain, and SwTO I (SwTO Integrated) which represents concepts of both the above domains in an integrated way. For implementing the ontologies, OWL DL as ontology specification language, Protégé as ontology editor and Racer as the main reasoner, have been used. SwTO I is used by TeSG (Test Sequence Generator) Tool to create some tests for LTP. An evaluation of the SwTO I has been performed and some results has been included in this paper.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="2">Related Domain Ontologies</head><p>A research of existing ontologies for the identified domains was carried out with the objective to reuse knowledge. For the operating system domain, the more significant ontology found was BLO (Basic Linux Ontology) <ref type="foot" target="#foot_2">5</ref> , which includes concepts of a Linux introductory course of the Leeds University <ref type="bibr" target="#b2">[3]</ref>. Already in the software test domain, the ontology more significant was SWEBOK (Software Engineering Body of Knowledge) proposal by a big technical IEEE committee, search supply definitions and terminology for the several knowledge areas of the software engineering and among them is the software test <ref type="bibr" target="#b6">[7]</ref>. From the formal ontology BLO, it was possible to extract and reuse knowledge in the form of classes, properties and instances. From the informal ontology SWEBOK, it was possible to extract the knowledge of the text in natural language and transcribe it for the OWL DL language, giving rise to a formal ontology, SwTO. The activity of capturing concepts includes the identification, description and choice of concepts names associated to operating system domain and software test, as well as the identification of the relationships among them.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="3">LTP and the selected scope</head><p>Linux has several subsystems, like network, memory, file system, etc. The research was delimited in a deliberate sample of the Virtual File System (VFS) because the LTP contains several test cases for those subsystems and the VFS is strategic for the Linux kernel <ref type="foot" target="#foot_3">6</ref> . Nevertheless, the VFS has four objects that can be investigated (inode, superblock, dentry and file) among the which we have selected file. The initial analysis of the Linux test domain was deed through bibliographical researches and meeting with specialists. Through the elaboration of a diagram of the conceptual model was possible to visualize the presence of two distinct domains, software test and the operating system. By a decision of project, we opted by developing an ontology for each one of the identified domains, permitting in this way modulate them. The OSOnto (Operating System Ontology) concentrates in the domain of operating system, the SwTO (Software Testing Ontology) concentrates in the software test domain. However, those domains are able to be integrated, what gave rise to the SwTO I (Software Test Ontology Integrated) <ref type="foot" target="#foot_4">7</ref> . In this way, the knowledge about the Linux test forms a possible one ABox for the SwTO I , which is discussed in the following section.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="4">SwTO I Kernel used by TeSG to generate test sequences</head><p>The software test method proposed in <ref type="bibr" target="#b0">[1]</ref> contemplates TeSG (Test Sequence Generator) and offers a solution that identifies critical fails in the software. For so much, TeSG uses the knowledge represented by the SwTO I . But why an ontology is used by TeSG? Why SwTO I was chosen?</p><p>The use cases are textual documents, described in natural language. For they can be interpreted and processed computationaly, it is necessary to describe them formally. Transcribing use cases of a natural language for a computational language is not sufficient. Generating test sequences with probability to find errors or software bugs, it is necessary to unite the designer knowledge about the software test theory and associate it with test cases elaboration. This union between knowledge representation and its instanciation can be obtained through formal ontologies. This benefit did with TeSG considered ontologies as an adequate formality to be utilized in the problem solution.</p><p>The research carried out in <ref type="bibr" target="#b0">[1]</ref> aims SwTO I as the formal ontology more prominent for the TeSG application domain, for this, SwTO I was chosen. But how this ontology is used by TeSG?</p><p>The first stage consists in representing narrative uses cases to formal use cases as instances of SwTO I . In this case we have part of UseCase formalization illustrated subsequently in Figures <ref type="figure" target="#fig_0">1 and 2</ref>:</p><p>UseCase: it is a documentation, which each use case has one or more settings to define how the system should interact with its actors for attending an objective or a task realization.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Sufficient and Necessary Condition:</head><p>(i) Individuals are inferred like a UseCase instances if they will be instances of Expanded class or HighLevel class since the subclasses are disjoin.</p><p>UseCase ≡ Expanded HighLevel</p><p>Among several Necessary Condition of this class we have:</p><formula xml:id="formula_1">(i) UseCase is subclass of DesignDocumentation. UseCase DesignDocumentation<label>(2)</label></formula><p>(ii) Individuals of the UseCase class relate itself through hasActor property with individuals of the Actor class.</p><formula xml:id="formula_2">UseCase ∀ hasActor.Actor<label>(3)</label></formula><p>(iii) Individuals of the UseCase class relate itself through hasActor property with at least one individual of the class Actor.</p><formula xml:id="formula_3">UseCase ∃ hasActor.Actor<label>(4)</label></formula><p>Properties:</p><p>(i) hasActor is an inverse object property of the isActorOf, whose domain is UseCase and range is Actor.</p><formula xml:id="formula_4">hasActor ∈ PO (5) hasActor ≡ isActorOf − ∀ hasActor . UseCase<label>(6)</label></formula><formula xml:id="formula_5">∀ hasActor − . Actor<label>(7)</label></formula><p>(ii) hasRanking is a functional object property, whose domain is UseCase and range is ImportanceRanking.</p><formula xml:id="formula_6">hasRanking ∈ PO<label>(8)</label></formula><p>(≤ 1 hasRanking)</p><p>∀ hasRanking . UseCase (10)</p><formula xml:id="formula_8">∀ hasRanking − . ImportanceRanking<label>(11)</label></formula><p>(iii) A use case has priority. The functional data type property hasUseCasePriority represents this priority (Equation <ref type="formula">12</ref>), whose domain is UseCase (Equation <ref type="formula" target="#formula_9">14</ref>) and range is XMLSchema:int (Equation <ref type="formula" target="#formula_10">15</ref>).</p><formula xml:id="formula_9">hasUseCasePriority ∈ PD (12) (≤ 1 hasUseCasePriority) (13) ∀ hasUseCasePriority . UseCase (UseCase = ⊥)<label>(14)</label></formula><formula xml:id="formula_10">∀ hasUseCasePriority − . XMLSchema : int (XMLSchema : int = ⊥)<label>(15)</label></formula><p>This property has integer values defined by owl:oneOf constructor. It can have priority from 1 until 5, where 1 means lower priority and 5 high priority.</p><p>{ 1, 2, 3, 4, 5 } hasUseCasePriority (16) Disjoin:</p><p>(i) UseCase class is disjoin of the EventSequence, Actor, ImportanceRanking, ExternalBehavior, SoftwareRequirement, Event and Frontier. These classes do not share instances. The second stage consists in, using Jena<ref type="foot" target="#foot_5">8</ref> Framework, manipulate the source code of SwTO I with all specifications and instances to generate a schema. The TeSG uses this schema to manipulate TBox and ABox of SwTO I .</p><formula xml:id="formula_11">Event           ¬ EventSequence, ¬ Actor, ¬ ImportanceRanking, ¬ ExternalBehavior, ¬ SoftwareRequirement, ¬ Event, ¬ Frontier,          </formula></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head>Instances of the</head><p>Developed in Java, TeSG uses a genetic algorithm as an heuristic approach to combine events between related use cases. SwTO I concentrates this knowledge about "Who has relation with" and "What is the use case priority". The Figure <ref type="figure" target="#fig_0">1</ref>, extracted from Protégé, presents logical conditions of UseCase class.</p><p>The Figure <ref type="figure">2</ref> presents the properties that describes UseCase class. For this description is possible to observe:</p><p>-The properties hasGoal, hasPostCondition, hasUseCaseIdNumber, hasUseCaseName, hasUseCasePriority and hasDocumentationVersion are datatype properties. The third stage is generating a test sequence according to <ref type="bibr" target="#b0">[1]</ref>. After this, the test sequence contemplates steps that can be executed like a black box test or can be implemented in an automated test case language.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5">SwTO I Evaluation</head><p>The evaluation's purpose aims the quality of an ontology. Some works concentrate in the development and approaches studies, for so much, there are some proposed tools to support this activity, but they are not much utilized <ref type="bibr" target="#b5">[6]</ref>. The SwTO I evaluation was based on two strategies in parallel: quantitative and qualitative evaluations.</p><p>The quantitative evaluation was based on the approach described in <ref type="bibr" target="#b4">[5]</ref>, and it was also enriched with new criteria as class of bigger rank and levels of the ontology. The qualitative evaluation was based on the approach described in <ref type="bibr" target="#b7">[8]</ref>, and it was enriched with the racer and metric utilization. Both strategies are complete and they are described in the next sections.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.1">Quantitative Evaluation</head><p>The ontologies are used to represent knowledge of the most varied domains. They can present components in common as concepts, instances, attributes (of concepts or instances), relations that can be hierarchical (all-part and is-a) or not and restraints about concepts and relations in the form of axioms. The analysis of those components of an ontology can reveal information and important characteristics , such as, the level of ontology formality according to the explicit specification. Informal ontologies contemplates concepts, instances, relations and attributes. Formal ontologies, beyond contemplate the same components of the informal ontologies, also represent restrictions about concepts and relations in the form of axioms.</p><p>The approach proposed in <ref type="bibr" target="#b4">[5]</ref> suggests an evaluation based on the ontology structure. This approach presents the ontology's components quantitatively and uses the graph's theory and statistical indicators. The approach also seeks to aim the level of ontology structure. An ontology well organized can easily supply the comprension of the represented domain and this is a good indicator of applicability, integrability and reusability. The approach also makes feasible the analysis and comparison among ontologies even though they represent distinct domains fairly by concentrate in ontological components.</p><p>In OWL DL a property is a binary relation. In this work we have considered two kinds of properties: object properties(P O ) and datatype properties(P D ). The quantitative evaluation was based on five indicators: (i) quantity of classes nominated, (ii) Medium of the properties P O , (iii) is-a relation levels of the Ontology, (iv) class bigger rank of the is-a relation and (v) class bigger rank of the all-part relation. The isolated analysis of each one of those indicators does not lead to conclusive results. It is necessary to observe them together. The indicators will be detailed bellow. Quantity of Nominated Classes -The quantity of nominated classes can supply an indicator of the ontology size and domain represented. SwTO I has 194 nominated classes. However, this indicator is not conclusive. To evaluate the detail level of an ontology it is necessary other indicators. Average of the Properties P O -An object properties reflects a relation between instances of two classes. The reasoners carry out inferences about object properties like the verification of restrictions about properties and the verification in domain/range axiom. A datatype properties reflects a relation between an instance and a XMLSchema type. The datatype properties are treated separately by the reasoners. Generally, ther is an inference machine separated for kinds of datatypes. Due to "open world assumption" logical premise of the reasoners utilized in OWL, the average analysis of the object properties regarding the total of nominated classes gives an idea of the representative distribution among the instances of the classes. SwTO I has 142 P O and 51 P D .</p><p>In the following equation, MPO means the average of the ontology object properties; P O is the total object properties; n is the total of ontology nominated classes.</p><p>M P O = P O n</p><p>The average of SwTO I in relation of the nominated classes total is 0,73. This indicator can help the ontology engineers evaluates the abundance of relations among classes. Is-a Relation Levels of the Ontology -Upon observing the ontology structure, it is possible do an analogy with the graph's theory where a class corresponds to a node and the relation between classes (is-a or all-part) corresponds to an edge. The graphs are rich in properties and many information can be extracted from its analysis. From only one ontology, several graphs can be generated. If we consider the relation is-a between the classes, we have a tree and if an ontology imports another one, we have a forest. From this kind of graphs, it is possible to identify the ontology depth level, starting from the concept of the highest level or root concept until arrive the leaf concepts. The Figure <ref type="figure">3</ref> generated by Jambalaya plug-in illustrates the classes tree and relations is-a of the SwTO I . By this tree, it is possible to observe that this ontology has seven levels since the root to the leafs being that the fifth level of the root for the leafs has more density, with bigger quantity of classes. This in-Fig. <ref type="figure">3</ref>. SwTO I tree and relation is-a between classes dicator contributed with the ontology size evaluation, revealing the proportions of the root/leafs and the ontology depth through its hierarquical structure. The table <ref type="table" target="#tab_1">1</ref> presents the total of classes by level and detaches the fifth one as the common level that concentrates the biggest quantity of classes. Class Rank of the is-a Relation -From the graph discussed in the previous section, it is possible to extract the class rank of the ontology. This indicator can reveal the classes that possess bigger connection (IS-A) with other and contribute to the project decisions as much as for the SwTO I improvement and for other application that have the intention of reuse it. SwTO I has SoftwareTest as a class with 11 IS-A relation. The SwTO I 's domain is the software test, then it is expected that an important class for domain has the greatest number of relations is-a. Class Rank of the all-part Relation -The relation all-part also establishes a kind of hierarch among the individuals of a class. As an example for this kind of relation, suppose that a car is instance of the class vehicle and the car is composed by the following parts: motor, chassis, etc. This kind of relation enrich a representation sets out of a domain informing the part of an all. For elaborating a graph of the relation all-part, it is important to consider the characteristics assumed by the properties like inverse, for example. SwTO I has SoftwareTestProcess as a class with 20 ALL-PART relation. The as SHOIQ(D). This means that ontology contemplate transitive rules, intersection between classes, negation (complement of a class), full universal and existential quantification, and disjunction between classes. Also there is hierarch of properties, value restriction, inverse properties, symmetrical properties, well like cardinality restrictions.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="5.2">Qualitative Evaluation</head><p>The qualitative evaluation was based on three criterias: consistency, completeness and conciseness.</p><p>In the purpose of an ontology, a determined definition is consistent if there is not contradictory knowledge inferred from axioms. The consistency criteria aims results of inferences carried out by a racer about the theory represented by the ontology.</p><p>If all of the concepts of a determined domain will be represented by an ontology and such representation will be verified by a test of completeness, this ontology is dictated complete. An ontology is an explicit specification of a conceptualization, that is going to offer an abstract and simplified vision of the world that it desires represent for some purpose. Represent all concepts can become impracticable for certain domains. The completeness criteria evaluates the explicit representation of the concepts and it aims an analysis of the ontology completeness.</p><p>An ontology is considered concise when: (i) does not store unnecessary definitions, (ii) does not exist redundancy between terms definitions , (iii) redundancies are not inferred of other definitions. The conciseness criteria evaluates each one of those points and aims an analysis of the conciseness of the ontology.</p><p>RacerPro supports the consistency and conciseness criteria only. Inferences were carried out in the ontology through the interface DIG (Description Logic Implementers Group), which works like a protocol of communication, allowing the reasoner interacts with the environment Protégé and consequently, with the source code of the ontology. Consistency Criteria -The reasoners help the consistency verification in three forms: (i) verifying some definite condition results in contradictory conclusions, (ii) inferring hierarchy of classes and subclasses and (iii) computing the instances inferred. The Protégé, used in partnership with a reasoner also helps this verification showing the hierarchy defined by the ontology engineer (asserted hierarchy) and after execution of the reasoner, the Protégé shows inferred hierarchy. If some class was reclassified, i. e., if superclass changes, the editor will detach in blue the hierarchy inferred. If the class is unstable, will be detached in red. The computation of the inferred instances, carried out by the reasoner, also can be visualized by the Protégé, which shows the instances associated to each class.</p><p>The RacerPro concluded that SwTO I is consistent since no definite condition resulted in contradictory conclusions. This same consistency verification was carried out for the OSOnto and SwTO. Both also they are consistent. Right away was carried out the verification of the taxonomia.</p><p>The class Agent is subclass of the union between OSOnto:Person and OS-Onto:Software. This specification results in a reclassification of class Agent like subclass of OSOnto:OperatingSystemDomainConcept. The class GrayBox is a software test technique equivalent the union of other two test techniques disjoin among themselves, to BlackBox and to WhiteBox. In the definite hierarchy those three classes are sisters, but in the inferred hierarchy, BlackBox and WhiteBox are subclasses of textitGrayBox. The class GrayBox is equivalent to a cover axiom, defined that all instances belong also to one of its subclasses, i. e., all technical GrayBox will be exclusively BlackBox or WhiteBox. The Figure <ref type="figure" target="#fig_1">4</ref> presents an alert of the Protégé for the inferred reclassification. The Racer The classes can be classified as primitive or defined. A primitive or partial class is one which has only necessary conditions. The defined or complete classes are those which have at least a sufficient and necessary condition. All class that is not defined as primitive since all class will have at least a necessary condition (all class will be subclass of some class, neither that be of owl:Thing). Evaluating the quantity of classes in an ontology that do not possess definitions beyond its position in the hierarchy, it is possible to observe the level of incompleteness of each class and arrive to a conclusion about the completeness criteria.</p><p>The second criteria of the qualitative evaluation, completeness, was based on total of primitive classes, considered of simple descriptions, without detailed axioms. From 194 classes nominated, 166 are primitives. This corresponds to 85% of the classes in the ontology. Those 194 classes, only 57 classes are really vague in its description, representing 30% of the total of classes of the SwTO I . The Table <ref type="table" target="#tab_4">3</ref> presents this analysis. All of SwTO I , 30% of the classes can be better Conciseness Criteria -The conciseness criteria of the ontology was analyzed of subjective form, considering the revisions, observations detached by the specialists of the research group and the reasoner conclusion concerning in redundancy verification between definitions terms and redundancies that can be inferred of others axioms.</p><p>To verify if the ontology had unnecessary definitions, the specialists of the research group carried out several revisions and detected some definitions as class Author, that represented the creators of a software, hardware or virtual community. Second the evaluation of the specialists, the creators of a hardware or virtual community are outside of the ontology purpose. During the development of the SwTO I , SwTO and OSOnto the unnecessary definitions aimed by the specialists represented a total of 33% regarding all the definitions of the ontologies that properly were removed and in the final version, these unnecessary definitions are not present any more.</p></div>
<div xmlns="http://www.tei-c.org/ns/1.0"><head n="6">Conclusions</head><p>A formal representation of the knowledge supported by an ontology can aggregate many benefits for the Linux development process that is found in continuous evolution. Three important benefits can be noticeable. The first one is going to supply a formal domain vocabulary of the Linux test that represents the group consensus. The second one is the semantic record of the systematic tests elaboration criteria. The third one is the semantic record of the test designers knowledge. The benefits cited are aligned with the present needs of the Linux test community, which waits for contributions to optimize this process.</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. Logical Description of the UseCase class</figDesc><graphic coords="6,164.13,243.32,287.10,118.80" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" xml:id="fig_1"><head>Fig. 4 .</head><label>4</label><figDesc>Fig. 4. Protégé result for SwTO I classification</figDesc><graphic coords="11,206.65,173.75,202.05,50.85" type="bitmap" /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_1"><head>Table 1 .</head><label>1</label><figDesc>SwTO I Classes Total</figDesc><table><row><cell>Level</cell><cell>SwTO I</cell></row><row><cell>1</cell><cell>1</cell></row><row><cell>2</cell><cell>2</cell></row><row><cell>3</cell><cell>17</cell></row><row><cell>4</cell><cell>48</cell></row><row><cell>5</cell><cell>70</cell></row><row><cell>6</cell><cell>38</cell></row><row><cell>7</cell><cell>18</cell></row><row><cell cols="2">Classes Total 194</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_2"><head>Table 2</head><label>2</label><figDesc>summarizes the indicator discussed in this Section and presents the results found for the SwTO I . The SwTO I 's expressivity was identified by Protégé Metrics</figDesc><table><row><cell>Indicators</cell><cell>SwTO I</cell></row><row><cell>Total of the nominated classes</cell><cell>194</cell></row><row><cell>PO Total</cell><cell>142</cell></row><row><cell>PD Total</cell><cell>51</cell></row><row><cell>PO Average</cell><cell>0,73</cell></row><row><cell>Levels (is-a relation)</cell><cell>7</cell></row><row><cell>Class Rank (is-a relation)</cell><cell>SoftwareTest(11)</cell></row><row><cell cols="2">Class Rank (all-part relation) SoftwareTestProcess(20)</cell></row></table></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_3"><head>Table 2 .</head><label>2</label><figDesc>Results of the quantitative evaluation</figDesc><table /></figure>
<figure xmlns="http://www.tei-c.org/ns/1.0" type="table" xml:id="tab_4"><head>Table 3 .</head><label>3</label><figDesc>Classes with vagueness description represented. They are classes like TestPattern, OSOnto:UserDocumentation and OSOnto:TechnicalDocumentation, which were not detailed due to the initial work delimitation. However, those classes are subject to detailment.</figDesc><table><row><cell>Classes Characteristics</cell><cell>Total</cell></row><row><cell>Nominated Classes</cell><cell>194</cell></row><row><cell>Primitive Classes</cell><cell>166 85%</cell></row><row><cell cols="2">Primitive Classes with vagueness description 57 30%</cell></row></table></figure>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="3" xml:id="foot_0">http://www.linux.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="4" xml:id="foot_1">http://www.ltp.sourceforge.net/</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="5" xml:id="foot_2">Basic Linux Ontology was built by a specialist of the domain utilizing the language OWL-Lite and the Protégé. This ontology is part of a bigger project called SWALE.</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="6" xml:id="foot_3">http://www.kernel.org</note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="7" xml:id="foot_4">A complete specification about the three ontologies are available in<ref type="bibr" target="#b1">[2]</ref> </note>
			<note xmlns="http://www.tei-c.org/ns/1.0" place="foot" n="8" xml:id="foot_5">http://jena.sourceforge.net</note>
		</body>
		<back>
			<div type="references">

				<listBibl>

<biblStruct xml:id="b0">
	<monogr>
		<title level="m" type="main">Software Test Sequence Generation with the aid of Ontology</title>
		<author>
			<persName><forename type="first">A</forename><surname>Costa</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2007">2007</date>
		</imprint>
		<respStmt>
			<orgName>Federal University of Amazonas -UFAM</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Master&apos;s Thesis</note>
</biblStruct>

<biblStruct xml:id="b1">
	<monogr>
		<title level="m" type="main">SwTO I (Software Test Ontology Integrated): an Ontology with aplication in Linux Test</title>
		<author>
			<persName><forename type="first">D</forename><surname>Bezerra</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2008">2008</date>
		</imprint>
		<respStmt>
			<orgName>Federal University of Amazonas -UFAM</orgName>
		</respStmt>
	</monogr>
	<note type="report_type">Master&apos;s Thesis</note>
</biblStruct>

<biblStruct xml:id="b2">
	<monogr>
		<title level="m" type="main">Ontology-based Interactive User Modeling for Adaptative Web Information Systems Master&apos;s Thesis</title>
		<author>
			<persName><forename type="first">R</forename><surname>Denaux</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2005">2005</date>
		</imprint>
		<respStmt>
			<orgName>Technische Universiteit Eindhoven</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b3">
	<monogr>
		<author>
			<persName><forename type="first">M</forename><surname>Horridge</surname></persName>
		</author>
		<author>
			<persName><forename type="first">H</forename><surname>Knublauch</surname></persName>
		</author>
		<author>
			<persName><forename type="first">A</forename><surname>Rector</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Stevens</surname></persName>
		</author>
		<author>
			<persName><forename type="first">C</forename><surname>Wroe</surname></persName>
		</author>
		<title level="m">A Practical Guide to Building OWL Ontologies using the Protégé-OWL Plugin and CO-0DE Tools Edition</title>
				<imprint>
			<date type="published" when="2004">2004</date>
			<biblScope unit="volume">1</biblScope>
		</imprint>
		<respStmt>
			<orgName>University of Manchester</orgName>
		</respStmt>
	</monogr>
</biblStruct>

<biblStruct xml:id="b4">
	<analytic>
		<title level="a" type="main">Structure-Based Ontology Evaluation</title>
		<author>
			<persName><forename type="first">N</forename><surname>Huang</surname></persName>
		</author>
		<author>
			<persName><forename type="first">S</forename><surname>Diao</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="m">Proceedings of the IEEE/WIC/ACM international conference on Intelligent Agent Technology</title>
				<meeting>the IEEE/WIC/ACM international conference on Intelligent Agent Technology<address><addrLine>Washington, DC, USA</addrLine></address></meeting>
		<imprint>
			<publisher>IEEE Computer Society</publisher>
			<date type="published" when="2006">2006</date>
			<biblScope unit="page" from="211" to="217" />
		</imprint>
	</monogr>
	<note>IAT &apos;06</note>
</biblStruct>

<biblStruct xml:id="b5">
	<monogr>
		<title level="m" type="main">Handbook on Ontologies</title>
		<author>
			<persName><forename type="first">S</forename><surname>Staab</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Studer</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>Springer-Verlag</publisher>
			<pubPlace>Berlin</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b6">
	<monogr>
		<title level="m" type="main">Guide to the Software Engineering Body of Knowledge -SWEBOK</title>
		<author>
			<persName><forename type="first">A</forename><surname>Abran</surname></persName>
		</author>
		<author>
			<persName><forename type="first">J</forename><surname>Moore</surname></persName>
		</author>
		<author>
			<persName><forename type="first">P</forename><surname>Bourque</surname></persName>
		</author>
		<author>
			<persName><forename type="first">R</forename><surname>Dupuis</surname></persName>
		</author>
		<author>
			<persName><forename type="first">L</forename><surname>Tripp</surname></persName>
		</author>
		<imprint>
			<date type="published" when="2004">2004</date>
			<publisher>IEEE Press</publisher>
			<biblScope unit="page" from="1" to="202" />
			<pubPlace>Piscataway, NJ, USA</pubPlace>
		</imprint>
	</monogr>
</biblStruct>

<biblStruct xml:id="b7">
	<analytic>
		<title level="a" type="main">Ontologies: principles, methods, and applications</title>
		<author>
			<persName><forename type="first">M</forename><surname>Uschold</surname></persName>
		</author>
		<author>
			<persName><forename type="first">M</forename><surname>Grüninger</surname></persName>
		</author>
	</analytic>
	<monogr>
		<title level="j">Jornal of Knowledge Engineering Review</title>
		<imprint>
			<biblScope unit="volume">11</biblScope>
			<biblScope unit="issue">2</biblScope>
			<biblScope unit="page" from="93" to="155" />
			<date type="published" when="1996">1996</date>
		</imprint>
	</monogr>
</biblStruct>

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