Abstract

Quality has always been one of the major issues responsible for the success of software. Maintainability is one of the characteristics of software quality. A large number of techniques were developed for the assess and predication of this characteristic. Most of these techniques do not decompose it to an actual assessment level and thus fail to give a detailed account of the impact of specific criteria. These techniques thus constrain their use as the basis for analysis quantitatively. In this paper, we develop a system based on fuzzy inference approach to assess and predict maintainability in a quantitative manner. This system is an enhancement of Bayesian approach which is using activity-based quality model to deal with maintainability. We also compare the proposed fuzzy technique with an existing Bayesian approach to depict the improvement achieved due to the advantageous accuracy of fuzzy over crisp approach.

1. Introduction

The objective of software engineering is to produce a good quality and maintainable software keeping schedule and budget intact. Many software fail to meet cost, schedule deadline, or quality standards and hence get declared as failure. According to a survey [1], about 45% of the software fails due to the lack of quality. So it is one of the major aspects responsible for the success of software. According to O’Regan [2], quality is fitness to use software.

ISO 9126 standard for information technology provides the framework for the evaluation of software quality. According to this framework, there are six quality characteristics [3]. These include the following.Functionality: It indicates the extent to which the required functions are available in the software.Reliability: This characteristic indicates the extent to which the software is reliable.Usability: This characteristic exhibits the extent to which the users found the software easy to use.Efficiency: It indicates the efficiency of the software.Maintainability: It depicts the extent to which the software product is easy to maintain and modify.Portability: This characteristic indicates the ease with which the software could be transferred to a different environment.

The extent to which software exhibits these quality characteristics indicates the extent to which the software is rated as a quality software.

From the above list, it could be found that maintainability is one of the important characteristics that must be taken care of while making quality software [4]. In this paper, we study maintainability as it is a key quality attribute of large software systems. The desire for high maintainability is a desire for low-maintenance efforts. However, current approaches to assess and improve maintainability fail to explicitly take into account the cost factor that largely determines software maintenance efforts.

Existing approaches to model this attribute have not created a common understanding of the influencing factors and their interrelations. They do not decompose these attributes and criteria to a level that is suitable for an actual assessment. So these models cannot be used as the basis for analysis [5].

In the present work, we are assessing and predicting maintainability by using fuzzy approach which is found to be better than the previously available approaches such as Bayesian networks. Along with this, we are explicitly comparing already available Bayesian approach and our proposed fuzzy approach to justify the improvement made by our technique.

2.1. Activity-Based Quality Model

Activity-based quality model breaks down the complex concept of quality into more concrete ones, such as facts about the system, process, and environment and their impact on activities performed on and with the system. Activity-based quality model (ABQM) is a two-dimensional quality model. It is a structured decomposition of maintainability. First dimension is activity broken down structure which is depicted in row form like concept location, impact analysis, coding, and so forth. Second dimension shows the facts, which are shown in column form such as skills, documentation, and tools. It associates system properties with the activities explicitly carried out during maintenance. This separation of facts and activities is the first step towards justified practice of maintainability. For actual evaluation, the facts are found to be very coarse in granularity. So these are broken down into atomic facts which can be assessed without further decomposition such as recursion, debugger, and concurrency cloning. This decomposition leads to breaking down of facts into entities and attributes. Entities are the objects we observe in the real world, and attributes are the properties that an entity possesses [6]. ABQM successfully defined quality but lacks quantitative approach needed for actual analysis.

2.2. A Bayesian Approach to Assess and Predict Software Quality Using ABQM

A systematic approach for using ABQM is developed by the authors of [7]. They used Bayesian network to predict the probability of the occurrence of facts and activities involved and ultimately assessing and predicting maintainability. This Bayesian network contains three types of nodes:(i) activity nodes that represent activities from the quality model;(ii) fact nodes that represent facts from quality model;(iii) indicator nodes that represent metrics for activities or facts.

The following four steps are used to derive these nodes from the information of the ABQM.

First, the relevant activities with indicators based on the prediction goal are identified (such as maintenance).

Second, influencing subactivities and facts are identified. Other factors that are related to the identified activities are obtained from ABQM. This step is repeated recursively for subactivities.

Third, suitable indicators for the facts are added. One of them is average change efforts.

Fourth, the node probability tables (NPTs) are defined to show the quantitative relationships. The most common values for the nodes are low, medium, or high. The partial Bayesian network developed using the above steps is shown in Figure 1.

Although Bayesian network is found to be much better than previous methods of evaluating maintainability, results are not very accurate due to crisp nature of input activities like implementation, quality assurance, analysis, and so forth.

2.3. Proposed System: A Fuzzy Approach to Deal with ABQM

Fuzzy inference systems (FISs) are found to be a feasible means for prediction of the systems based on the experience of experts. Fuzzy logic is used for the present system as the inputs (implementation, quality assurance, and analysis) could be fuzzy. For the present work, FIS is developed on the basis of dataset given by PROMISE Software Engineering Repository dataset [8]. We develop a system which is actually an enhancement of the Bayesian approach discussed above. We use fuzzy inference approach to overcome the shortcomings of Bayesian approach. The basic topology, on the basis of which this FIS is developed [7], is shown in Figure 1. From Figure 1, it is depicted that “average change effort” is used as an indicator of maintainability of a software project. A brief dataset, based on which this assess and prediction system is developed, is given in Table 1.

3. Basics of Fuzzy Logic

The term “fuzzy logic” emerged during the development of the theory of fuzzy sets is coined by Zadeh [9]. A fuzzy subset 𝐴 of a (crisp) set 𝑋 is characterized by assigning to each element 𝑥 of 𝑋 the degree of membership of 𝑥 in 𝐴. Now, if 𝑋 is a set of propositions, then its elements may be assigned their degree of truth, which may be “absolutely true,” “absolutely false,” or some intermediate truth degree. So, fuzzy logic can well define vague (imprecise) propositions of software project development domain. The point of fuzzy logic is to map an input space to an output space, and the primary mechanism for doing this is a list of if-then statements called rules. All rules are evaluated in parallel, and the order of the rules is unimportant. The rules themselves are useful because they refer to variables and the adjectives that describe those variables.

So fuzzy inference is a method that interprets the values in the input vector and, based on some set of rules, assigns values to the output vector.

3.1. Membership Function

The membership function (𝜇) of a fuzzy set represents the degree of truth and is mapped in [0,1]. For instance, high maintenance is a fuzzy set, then given maintenance 𝑀, the membership function is defined as 𝜇 high maintenance (𝑀) as shown in Figure 2.

3.2. Implementation Details

Fuzzy logic toolbox of MATLAB has been used to implement this system [10]. This toolbox provides all the necessary features that are required in a programmer friendly environment. Apart from development, it also provides tools for analyzing the results. Since the inputs for this system are fuzzy, the outputs are constant (in term of probability). So, the most appropriate inference system for this system is Sugeno, or Takagi-Sugeno-Kang, method of fuzzy inference.

For the system proposed above, two fuzzy inference systems (FISs) are developed. First, FIS indicates the relationship among “implementation,” “quality assurance,” “analysis,” and “maintenance.” Second, FIS depicts the relation between “maintenance” and “average change effort” as obtained from Figure 1. The output of first FIS is taken as an input to the second FIS. The partial dataset to be used to implement this fuzzy system is shown in Tables 2 and 3.

3.2.1. First FIS

Fuzzy inference system among “implementation,” “analysis,” and “quality assurance” as antecedents and Maintenance_Low, Maintenance_Medium, and Maintenance_High as consequents is shown in Figure 3. “Maintenance,” “implementation,” “analysis,” and “quality assurance” are attributes and are called activities. It is developed on the basis of Table 2. Each row of Table 2 indicates that probability of occurrence of “maintenance” is given or conditioned on occurrence of “implementation,” “analysis,” and “quality assurance,” that is,

𝑃 (Maintenance∣Implementation, Analysis, Quality Assurance).

As an example, row 1 indicates that the probability of “maintenance” to be “low” conditioned on occurrence of “implementation” = “low,” “analysis” = “low,” and “quality assurance” = “low” is 0.9930634. So, in this FIS, antecedents are fuzzy and consequents are constants (as indicated by Sugeno inference). Each antecedent is further having three possible fuzzy sets—low, medium, and high.

There are 27 rules being used in this FIS. The following are few rules from the total set of 27 rules.If (implementation_state is low) and (analysis_state is low) and (quality_assurance_state is low) then (maintenance_low is 𝑐1) (maintenance_medium is 𝑐1) (maintenance_high is 𝑐1) (1).(9) If (implementation_state is low) and (analysis_state is high) and (quality_assurance_state is high) then (maintenance_low is 𝑐5) (maintenance_medium is 𝑐3) (maintenance_high is 𝑐4) (1).(27) If (implementation_state is high) and (analysis_state is high) and (quality_assurance_state is high) then (maintenance_low is 𝑐6) (maintenance_medium is 𝑐1) (maintenance_high is 𝑐6) (1).

The details of constants 𝑐1, 𝑐2, and so forth are given in Table 4.

3.2.2. Second FIS

Another fuzzy inference system is between “maintenance” as fuzzy antecedent and various possible ranges of “average efforts” in person hours as constant consequents. The dataset used to build this inference system is shown in Table 3. This table indicates probability of “average efforts” to be in a range given by “maintenance,” that is, 𝑃 (Average Efforts∣Maintenance).

As an example, row 1 indicates the probability of “average efforts” to be “3.9–9.125” (person hours) conditioned on occurrence of “maintenance” = “low” is 0.31552193. In this FIS, the antecedents are fuzzy and consequents are constants, and so here also sugeno inference is used. The antecedent is further having three possible fuzzy sets—low, medium, and high. Gaussmf membership function is used to find the degree of membership of “maintenance” in fuzzy sets (as discussed above).

This FIS has three rules. These rules are as follows.If (maintenance is low) then (3.9–9.125 is 𝑐1) (9.125–14.35 is 𝑐1) (14.35–19.575 is 𝑐1) (19.575–24.8 is 𝑐1) (24.8–30.025 is 𝑐1) (30.025–35.25 is 𝑐1) (35.25–40.475 is 𝑐1) (40.475–45.7 is 𝑐1) (45.7–50.925 is 𝑐1) (50.925–56.15 is 𝑐1) (56.15–61.375 is 𝑐1) (61.375–66.6 is 𝑐1) (1).If (maintenance is medium) then (3.9–9.125 is 𝑐2) (9.125–14.35 is 𝑐2) (14.35–19.575 is 𝑐2) (19.575–24.8 is 𝑐2) (24.8–30.025 is 𝑐2) (30.025–35.25 is 𝑐2) (35.25–40.475 is 𝑐2) (40.475–45.7 is 𝑐2) (45.7–50.925 is 𝑐2) (50.925–56.15 is 𝑐2) (56.15–61.375 is 𝑐2) (61.375–66.6 is 𝑐2) (1).If (maintenance is high) then (3.9–9.125 is 𝑐3) (9.125–14.35 is 𝑐3) (14.35–19.575 is 𝑐3) (19.575–24.8 is 𝑐3) (24.8–30.025 is 𝑐3) (30.025–35.25 is 𝑐3) (35.25–40.475 is 𝑐3) (40.475–45.7 is 𝑐3) (45.7–50.925 is 𝑐3) (50.925–56.15 is 𝑐3) (56.15–61.375 is 𝑐3) (61.375–66.6 is 𝑐2) (1).

In which 𝑐1,𝑐2,𝑐3, and so forth are detailed in Table 5.

4. Interface to Compare Bayesian and Fuzzy Approachs to Assess Maintainability Using ABQM

In order to compare and show the improvement of fuzzy approach over Bayesian approach, an interface shown in Figure 5 can be used. In this interface, input could be given for all the three activities under consideration. The inputs are to be entered in the range of 0 to 10. Further, three sets of inputs can be given in order to compare or show the difference between fuzzy and Bayesian approachs. On clicking button “Plot,” Figures  6, 7, and 8 are displayed. Each figure is used to show the output of both fuzzy and Bayesian inferences for all the three sets of inputs. The output is shown in the form of probability of average efforts required to make changes in a project to be in different range for all the three input sets. As an example, we can get probability of average change efforts to be in the range of 3.9–9.125, 9.125–14.35, 14.35–19.575, and 19.575–24.8 person hours for the three given input sets (see Figure 6). For example, the value entered for “implementation” attribute for input 1 is 3, for input 2 it is 2, and for 3 it is 1 (see Figure 5). Similarly, other inputs are also entered. The inputs are specially taken to be in the same range in order to depict the difference between Bayesian and fuzzy approachs.

For Bayesian approach, anything between 0 and 3.3333 is taken as low, between 3.33333 and 6.6666 is considered medium, and between 6.66666 and 10 is taken as high. As an example, for the input sets entered in Figure 5, values entered for “implementation” (3, 2 and 1) are considered low and give the same output (as shown in Figures  6, 7, and 8).

In case of proposed fuzzy approach, these inputs are separately fuzzified and taken as different value each time.

5. Working of Sugeno Inference System

A typical rule in a Sugeno fuzzy model has the following form.

If input 1=𝑥 and input 2=𝑦, then output is 𝑧 (linear or constant). For each rule 𝑖, the output level 𝑧𝑖 of each rule is weighted by the firing strength 𝑤𝑖 of the rule (as shown in Figure 9). For example, for an AND rule with input 1=𝑥 and input 2=𝑦, the firing strength is𝑤𝑖=AndMethod(𝐹1(𝑥),𝐹2(𝑦)),(1) where 𝐹1,2() are the membership functions for inputs 1 and 2.

The final output of the system is the weighted average of outputs of all the rules, computed asFinalOutput=𝑁𝑖=1𝑤𝑖𝑧𝑖𝑁𝑖=1𝑤𝑖,(2) where 𝑁 is the total number of rules.

In order to know internal working of our fuzzy approach, let us take one rule (rule  6) from FIS shown in Figure 4.

If (implementation_state is low) and (analysis_state is medium) and (quality_assurance_state is high) then (maintenance_low is 𝑐4) (maintenance_medium is 𝑐4) (maintenance_high is 𝑐3) (1).

For this single rule, fuzzy Sugeno inference works as follows.

Step 1   (fuzzify inputs). The first step is to take the inputs and determine the degree to which they belong to each of the appropriate fuzzy sets via membership functions. Since gauss is the membership function (a curve that defines how each point in the input space is mapped to a membership value) which is found to be most suitable for the dataset under study, this function finds the degree of membership by putting parameters 𝜎, 𝑐 in the following (3) [10]: 𝑓(𝑥;𝜎,𝑐)=𝑒(𝑥𝑐)2/2𝜎2,(3) where 𝑥 is the value whose degree of membership (in the fuzzy set under study) is to be calculated.
For example, in case of implementation, values of parameters 𝑐 and 𝜎 are given in Table 6.

By putting the value of 𝑥,𝑐, and 𝜎 in (3), we can get the degree of membership of “implementation” in the fuzzy set under consideration. Similarly, we can get the degree of membership for analysis and quality assurance.

In Fuzzy Logic Toolbox software, the input is always a crisp numerical value limited to the universe of discourse of the input variable (in this case the interval between 0 and 10). In the present case, it is entered by the interface (as shown in Figure 5) as implementation = 3, analysis = 9, and quality assurance = 4.

For “implementation = 3,” the degree of membership in fuzzy set “low” (as required for rule under consideration) is calculated by putting 𝑥=3 (as shown in Figure 5), 𝑐=0, and 𝜎=1.699 (using Table 6 ) in (3),𝑓(𝑥;𝜎,𝑐)=𝑒(30)2/21.6992=0.21,(4) as shown in Figure 9.

For “quality assurance = 9,” the degree of membership in fuzzy set “high” (as required for rule under consideration) is calculated by putting 𝑥=9 (as shown in Figure 5), 𝑐=10, and 𝜎=1.699 (using Table 6) in (3),𝑓(𝑥;𝜎,𝑐)=𝑒(910)2/21.6992=0.84,(5) as shown in Figure 10.

Similarly, for “analysis = 4,” the degree of membership in fuzzy set “medium” (as required for rule under consideration) is calculated by putting 𝑥=4 (as shown in Figure 5), 𝑐=5, and 𝜎=1.699 (using Table 6) in (3),𝑓(𝑥;𝜎,𝑐)=𝑒(45)2/21.6992=0.84.(6)

Step 2   (apply fuzzy operator). After the inputs are fuzzified, you know the degree to which each part of the antecedent is satisfied for each rule. In case the antecedent of a given rule has more than one part, the fuzzy operator is applied to obtain one number that represents the result of the antecedent for that rule. This number is then applied to the output function.

For the rule under consideration, the three different pieces of the antecedent (implementation is low, analysis is medium, and quality assurance is high) yielded the fuzzy membership values 0.21, 0.84, and 0.84, respectively, (as shown in Figures 9, 10, and 11). The fuzzy AND operator simply selects the minimum of the three values that is 0.21, and the fuzzy operation for rule  6 is complete. It gives the weight of the rule.

Step 3   (defuzzification). From the rule’s consequent, we can get Maintenance_Medium to be having value 𝑧=𝑐4. From Table 4, it is 0.9862223. So contribution of this rule for maintenance medium is 0.21×0.9862223. Similarly, contribution for all the 27 rules is calculated, and their weighted average is calculated as Finaloutcome=27𝑖=1𝑤𝑖𝑧𝑖27𝑖=1𝑤𝑖(7) (as discussed for (2) and shown in Figure 9).
So, for input 1, “implementation” is 3, and its membership in fuzzy set is 0.21 for rule taken above (as discussed above). Similarly, fuzzy membership for “implementation” for the same rule for input to be 2 is 0.5 and for 1 is 0.84 (as discussed in Table 7) which are obviously different for each input set. So, overall calculations take them differently and behave differently for each input set which is an advantage of fuzzy over Bayesian approach. For average change efforts to be in the range of 9.125–14.35, probability calculated with fuzzy and Bayesian approachs is shown in Table 8.

From this table, it can be easily seen that the output is the same for all the input sets in the same range with Bayesian approach, but it is different for each input set with fuzzy approach.

6. Conclusion

Obtaining high-quality software is an integral part of software development project, and maintainability is one of the major characteristics of quality. Many quality models especially activity-based quality model are found to be a major milestone in depicting maintainability, but they do not decompose the attributes and criteria to an actual assessment level. Bayesian approach is developed as a systematic approach to use ABQM. Although it is found to be much better than previous methods of evaluation, results are not very accurate due to crisp nature of input. So fuzzy approach has been proposed which takes input in fuzzy form and predicts maintainability more accurately.

Acknowledgments

The authors would like to thank University Grants Commission (UGC), New Delhi, India, for supporting this research work via their project number F. no. 8-2 (277)/11 (MRP/NRCB). We also feel immense pleasure to thank Mr. Harjit Singh, senior consultant, Tata Consultancy Services, New Delhi; Mr. Manish Snehi, technical lead, Infosys Technologies, Chandigarh, India; Pavneet Kaur, Component Design Engineer, Intel Corporation, USA for their able guidance and useful suggestions.