SlideShare a Scribd company logo
1 of 8
Download to read offline
http://www.iaeme.com/IJCET/index.asp 1 editor@iaeme.com
International Journal of Computer Engineering & Technology (IJCET)
Volume 6, Issue 6, Jun 2015, pp. 01-08, Article ID: IJCET_06_06_001
Available online at
http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6
ISSN Print: 0976-6367 and ISSN Online: 0976–6375
© IAEME Publication
___________________________________________________________________________
SOFTWARE METRIC TRENDS AND
EVOLUTION
B. Venkata Ramana
Research Scholar, Dept. of CSE,
JNTU College of Engineering, Hyderabad, Telangana State.
Dr. G. Narasimha
Department of Computer Science Engineering, JNTUH College of Engineering,
Nachupally, Karimnagar, Telangana State
ABSTRACT
Definition − Software Engineering encompasses a process, methods for
managing and engineering software and tools. The role of software has
undergone significant change over the past half century. From card readers to
scanner, from simple equation to artificial intelligence, kilobytes to terabytes,
CPU performance from 1 MHz to 6 GHz, 8 bit to 128 bit operating systems.
The evolution happened in terms of space, complexity, quality and ease.
Legacy applications are attributed with poor quality later with modern
applications it’s eradicated. In fact the need for the evolution may even
become obvious even before the new system is deployed. With evolving
software, the metrics also evolved to measure the quality, not just in terms of
documentation but in availability, reliability and robustness of the
applications. Process and product measures have been defined to measure the
quality of the engineered/developed product. The quality models and
industrial standards – Six Sigma, SEI CMMI, ITIL, ISO, PMBOK, Prince2 and
other, have changed the estate of software process in the IT world. Each of
these help in improving the software development process. In this paper we
analyze the metric evolution and the impact it has on software industry. Agile
modeling is the current customer sought after model where the metrics are
still evolving to suit the customer and market needs.
Key words: Software Metrics, Software Evolution, Quality Standards, Metrics
Trend, Object Oriented Metrics and Agile process.
Cite this Article: Ramana, B. V. and Dr. Narasimha, G. Software Metric
Trends and Evolution. International Journal of Computer Engineering and
Technology, 6(6), 2015, pp. 01-08.
http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6
_____________________________________________________________________
B. Venkata Ramana and Dr. G. Narasimha
http://www.iaeme.com/IJCET/index.asp 2 editor@iaeme.com
1. INTRODUCTION
The concept of software quality and the efforts to understand the measurable
quantities and measure them in terms of quality factors and quality criteria. A metric
is a quantitative measure of degree to which a system, component or process
possesses a given attribute. Metrics are useful for cost and schedule future projects, to
establish productivity trend over time, improve software quality, anticipate and reduce
future maintenance needs. Metrics are generally classified under Products, Processes
and resources. Goodman defines software metrics as [1]: “The continuous application
of measurement- based techniques to the software development process and its
products to supply meaningful and timely management information, together with the
use of those techniques to improve that process and its products”. The culture of
Organization also serves as a key differentiator between successful ones and the
laggards. Again when teams are considered more important than individuals then it’s
the system that drive the functions and individuals absence and indispensability is
ruled out. In this paper, the focus is on the metric trends, the process models and the
quality improvements and the quality standards to meet the increasing demand.
2. METRIC TRENDS
Software process is more than a framework of tasks which is needed to build a high
quality products. The process refines itself to software engineering once it starts using
the technical methods and automation tools. IEEE defines, a process as “a sequence of
steps performed for a given purpose” [2]. Software development life cycle SDLC
models, describe the software process structures. Process metrics are defined for
SDLCs, which include the activities, methods, and standards to use. The use of
software process metrics has enabled some organizations to much more effectively
understand and control their software development process [3]. Process metrics can be
categorized based on the stages in SDLC. These metrics include – feasibility metrics,
requirements metrics, design metrics, code related metrics, testing metrics. All these
are used by management to derive new metrics to check the health of the project.
2.1. Feasibility and Requirement Metrics
Feasibility studies are conducted to understand if the project goal can be
accomplished. There can be various feasibility studies - Technical, Economic, Legal,
Operational and Scheduling. Organization do check for these metrics while bidding
for projects. These have become a new set of metric by marketing and finance teams
before they bid for a project. These metrics include
• IRR - Internal Rate of Return, > 10%, the higher the better.
• NPV –Net Present Value. > 0, the higher the better
• ROI – Return on Investment. Generally >12%
Requirement engineering process starts with feasibility study, elicitation and analysis,
validation and management. The cost of fixing an error early is easy than fixing at
later stages in SDLC. The metrics include
• Size metrics – LOC of FPP as software evolved, Use Cases are used.
• Traceability metrics
• Completeness metrics
• Volatility metrics
Software Metric Trends and Evolution
http://www.iaeme.com/IJCET/index.asp 3 editor@iaeme.com
2.2. Design Metrics
Design metrics are part of the product metrics, which are collected during the design
phase in the SDLC. With the new software evolving new design metrics are evolving
depending on the processes and tools used to design the software product. These
metrics include [4]
• Structural complexity
• Data complexity
• System complexity
With the advent of Object Oriented modeling, new metrics evolved. Below are few,
which are categorized based on the OO paradigm.
• Chidamber & Kemerer [5] – Viewpoints
• Information Hiding
• Inheritance
• Polymorphism
The next trend in evolution is COTS – Commercial-of-the-shelf, resulted in the
next set of metrics as below. Components have been developed for reuse and finally
the COTS.
• Cohesion
• Coupling
• Complexity like cyclomatic complexity.
2.3. Size Related Metrics
The implementation, referred generally as coding, is the next step where the design is
put forth for development. These include conventional size oriented metrics – KLOC –
Kilo Lines Of Code, FP – Function Point. These were the units (KLOC, FP) to measure
the complexity of code. In 1970s KLOC is used to measure the size of the system and
as an anchor to estimate cost and schedule of the application. Typical metrics are below
• Errors/KLOC or Man Months/KLOC
• Defects/KLOC
• Cost/KLOC
Function Pont metric in 1980s was later proposed to effectively measure the
functionality being delivered and used for cost and schedule estimation. The technique
of functional modelling is used to model the relationship between the transactions and
the complete application. The FP is measured using five components – External Inputs,
External Outputs, External Inquiry, Internal Logical Files and External Interface Files.
Understanding the software size is the key to understanding both productivity and
quality. Few FP metrics include FP/work month, Defects per FP.
The Object Oriented related metrics are addressed in the subsequent section IV.A.
There are other metrics that check the program complexity, purity ratio, McCabe’s
Complexity (control flow representation) measures, McClure Complexity and many
more. These measure the control flow of the program/application.
2.4. Testing Metrics
Testing gets compromised due to delay in the initial phases and the duration gets is
reduced to meet marketing needs. Waterfall model symptoms include late shoe-
B. Venkata Ramana and Dr. G. Narasimha
http://www.iaeme.com/IJCET/index.asp 4 editor@iaeme.com
horning of non-optimal fixes, with no time to redesign kind of graph, finally
delivering a very fragile, unmaintainable product with overhead costs [6]. For
improving the product quality and controlling the project, later models and
organizations have come-up with a set of test-related metrics to allow better control
and facilitate consistent improvement. These include
• Unit Test cases Planned/executed/Failed
• Bugs closure per unit of time
• Rate of Defect injection
• Defect Removal Efficiency
2.5. Team Behavioural Metrics
People, one among the resources metrics and one of the 4Ps of software management,
are the key drivers of quality. New process models (PSP, TSP) [7] evolved to improve
the quality of products by considering software engineer’s into focus.
PSP – Personal Software process, suggests methods, measures and templates
towards right track of quality (in order to change the ineffective personal process).
Later the lessons learnt in PSP are introduced in TSP – Team Software Process. TSP
being self-directed teams to direct and plan the assigned tasks effectively. In PSP, the
templates are used to measure the efficiently of self individually and improve on error
reductions. Metrics are defined by individual or team based on the model chosen to
track the quality and software development progress.
2.6. Other Metrics
Different kinds of metrics are used by management to measure the growth or change.
For example, to measure the project progress, earned value analysis is used. From
customer perspective there are different metrics like User satisfaction index, volume
of repeated business be a customer, business obtained through referrals, revenue
savings and others. Organizations use their internal metric and industry standards to
monitor the progress and maintain quality of software products.
3. PROCESS MODELS VS SOFTWARE QUALITY
Process models were evolved with the growth of software and demands of customers.
Until 1980s, waterfall model was the prominent model used for software
development. Later feedback loops were added to it, representing a step closure to
improve quality [6]. SDLC added ETVX (Entry-Task-Verification-Exit) as a measure
to improve the software quality. To meet customer needs, software organizations have
come up with a prototype model to show case feasibility and look & feel of the final
product and buy-in customer confidence. Thus resulting reduced rejections at the cost
of increased scrap and time delays. The proto type is iterative and customer centric
model.
Later spiral model [8] project type (software process model) showed a paradigm
shift in the software quality. The approach advocates prevention by taking well
defined scope and completing the task and later taking the next set of functions to be
developed on the just developed product. This model reduced uncertainty resulting
better quality product.
In V Model, testing is suggested in concurrent to the phases of the SDLC, thus
defining the metrics for each phase and improving quality.
Software Metric Trends and Evolution
http://www.iaeme.com/IJCET/index.asp 5 editor@iaeme.com
Unified Process Model revolutionized the thinking of architects and defined
multiple measurable metrics and is still evolving. This model attempts to draw best
features and characteristics of conventional software models. The Object Orient
process resulted as a brainchild of Unified Process Model with defined metrics
measured.
Component Based Development Model defined metrics related to component
cohesion and coupling. Agile Modeling [9] is a practice-based methodology for
effective modeling and documentation of software-based systems. This model was
developed to facilitate the rapid development of operational software. This is the
customer and industry driven model currently. This lead to explore new measurable
metrics which changed the face of software industry and quality.
The impact of process models on various factors is depicted in the Figure 1 [10].
As the Figure indicates, Quality of Customer, Quality of Design factors are increased
and the Delivery Time and Bureaucracy factors is decreased in Agile Model.
Figure 1 Impact of Process Models on Various Factors
These process models are mostly organizations/customer driven and these shown
some improvement in quality, if not significant.
Software Quality can be viewed in five perspectives [11]. These are
• Transcendental View
• User View
• Manufacturing View
• Product View
• Value Base View
4. OBJECT ORIENTED AND AGILE MODELS
Object oriented methodology and agile methodology are the evolutions of 21st
century. Object oriented methods and analysis gained widespread software
engineering community in early 1990s. These two have changed the face of design
and implementation.
4.1. Object Oriented Metrics
Class is the fundamental unit of an object oriented systems. The OO metrics are
defined at design, analysis and operational level to indicate the quantitative and
qualitative measures for OO systems.
B. Venkata Ramana and Dr. G. Narasimha
http://www.iaeme.com/IJCET/index.asp 6 editor@iaeme.com
Metrics are defined to measure the characteristics of object models. MOOD
Metrics suite [13] is used to measure the inheritance mechanism using the Method
Inheritance Factor (MIF) and Attribute Inheritance Factor (AIF) metrics. The suite
also defines the coupling between the classes by the Coupling Factor (CF). As CF
increases complexity of the system increases and invariably the maintainability will
suffer. Polymorphism Factor (PF) metric from measures the polymorphic behaviour
of classes taken together.
The general metrics [14] is include Number of scenario scripts, number of key
classes, number of support classes, number of subsystems and Average number of
support classes per key class.
Various metrics are proposed to measure the properties of the OO systems. Few
more were proposed to check the complexity and maintainability of the applications.
Adaptability, robustness are the key quality features of maintenance projects [12].
4.2. Agile Metrics
Modern software development is driven by the need to be agile. Agile was first
introduced in 2001, by Agile Alliance [9]. This alliance defined 12 principles to
follow the agile methodology. The overall agile framework is around the iterative and
incremental processes and the Figure 2 depicts the same [15].
Agility implies dynamism, context based changes and growth. This model is
another step bringing designer’s quality closure to customer’s quality view.
Figure 2 The Agile Framework
A number of approaches are defined to quantify agility. Agility Index
Measurements measures on five dimensions (duration, risk, novelty, effort and
interaction). Another study using fuzzy mathematics suggests that project velocity can
be used a metric for agility.
Below are few metrics measures used by project management groups to check the
progress of projects.
• Sprint Goal success rate
• Defects
Software Metric Trends and Evolution
http://www.iaeme.com/IJCET/index.asp 7 editor@iaeme.com
• Total Project Duration
• Time to Market
• Total project cost
• Team members turnover
Most organizations are targeting to understand the key factors and derive new
metrics to suit their needs while their development is traditional centric.
5. INDUSTRIAL QUALITY STANDARDS
In view of the revolutionary changes in software, process should also scale up to suite
the type and size of the project. Different quality and industrial standards notably
CMMI, PMBOK Guide, ITIL and PRINCE2 recommend different guidelines and
standards to enable achieving desired outcome from projects. Software organizations
use process improvement to achieve their goals. One of the objectives is to improve
the quality of the product. This can be achieved by reducing errors, improving good
working environment, adopting best practices and following industrial quality
standards.
6. CONCLUSION
Metrics are key to measure, without measuring, we cannot complete projects
successfully and measure the quality of the deliverable. Metrics are generated by
collecting and assimilating related measures over a period of time across similar
processes or applications. Software metrics evolved with the changing nature of
software. Metrics are used as yardstick to measure progress and quality of the
products developed. This paper analyze various process flows, the conventional, and
evolutionary and object models and also how metrics changes as per industry needs.
As in 1970s and 1980s, the practitioners developed measures to suit the needs and
were able to show successful outcomes. Objected oriented metrics were introduced in
the recent past to assist the development and monitor the SDLC of a software product.
Practitioners are still using conventional metrics for Agile Methodology processes.
Extreme Programming (XP) Development and Scrum Development follow the Agile
Methodologies. New metrics are evolving to suit Agile Model, but the practitioners
are still using the conventional metrics in measuring the progress and quality, thus
resulting a gap to fill.
REFERENCES
[1] Goodman, P. Practical Implementation of Software Metrics. London: McGraw
Hill, 1993.
[2] IEEE Std 610.12-1990: IEEE standard glossary of software engineering
terminology, 1990
[3] Pfleeger, S. L. and McGowan, C. L. Software Metrics in a Process Maturity
Framework. Journal of Systems and Software, July, 1990, pp. 255–261.
[4] Card, D. N. and Glass, R. L. Measuring Software Design Quality. Prentice Hall,
1990.
[5] Chidamber, S. R. and Kemerer, C. F. A Metrics suite for Object Oriented design.
M. I. T. Sloan School of Management, 1993 pp. E53–315.
[6] Royce, W. Software Project Management, A Unified Framework. Addison
Wesley. Chap 1 – Conventional Software Management, 1998.
B. Venkata Ramana and Dr. G. Narasimha
http://www.iaeme.com/IJCET/index.asp 8 editor@iaeme.com
[7] Humphrey, W. Introduction to Personal Software Process. Addison-Wesley,
1997.
[8] Boehm, B. A Spiral Model for Software Development and Enhancement.
Computer, 21(5), May 1988, pp. 61–72.
[9] Ambler, S. “What is Agile Modeling?” 2002,
http://www.agilemodeling.com/index.htm.
[10] Malik, K. and Choudhary, P. Software Quality Practitioner’s Approach. Tata
McGraw-Hill, 2008, pp. 32.
[11] Kitchenham, B. and Pfleeger, S. L. Software Quality: The Elusive Target. IEEE
Software, January 1996, pp. 12–21.
[12] Mr. Manivannan, S. and Dr. Balasubramanian, S. Software Metric Analysis
Methods for Product Development / Maintenance Projects. International Journal
of Computer Engineering & Technology (IJCET), 1(1), 2010, pp. 18–33.
[13] Harrison, R., Counsell, S. J. and Nithi, R. V. An Evolution of the MOOD Set of
Oject Oriented Software Metrics. IEEE Trans. Software Engineering, SE-24(6),
June 1998, pp. 491–496.
[14] Lorenz, M. and Kidd, J. Object Oriented Software Metrics. Prentice-Hall, 1994.
[15] http://www.pathfindersolns.com/resources/industry-glossary/agile-software-
development/

More Related Content

What's hot

Process Improvement in Software Engineering SE25
Process Improvement in Software Engineering SE25Process Improvement in Software Engineering SE25
Process Improvement in Software Engineering SE25koolkampus
 
Integrated Analysis of Traditional Requirements Engineering Process with Agil...
Integrated Analysis of Traditional Requirements Engineering Process with Agil...Integrated Analysis of Traditional Requirements Engineering Process with Agil...
Integrated Analysis of Traditional Requirements Engineering Process with Agil...zillesubhan
 
Pressman ch-22-process-and-project-metrics
Pressman ch-22-process-and-project-metricsPressman ch-22-process-and-project-metrics
Pressman ch-22-process-and-project-metricsSeema Kamble
 
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...ijseajournal
 
Relational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresRelational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresIOSR Journals
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
Chapter 6 software metrics
Chapter 6 software metricsChapter 6 software metrics
Chapter 6 software metricsdespicable me
 
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...ijseajournal
 
Process and Project Metrics-1
Process and Project Metrics-1Process and Project Metrics-1
Process and Project Metrics-1Saqib Raza
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)IAESIJEECS
 
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...rahulmonikasharma
 

What's hot (18)

Process Improvement in Software Engineering SE25
Process Improvement in Software Engineering SE25Process Improvement in Software Engineering SE25
Process Improvement in Software Engineering SE25
 
Integrated Analysis of Traditional Requirements Engineering Process with Agil...
Integrated Analysis of Traditional Requirements Engineering Process with Agil...Integrated Analysis of Traditional Requirements Engineering Process with Agil...
Integrated Analysis of Traditional Requirements Engineering Process with Agil...
 
Pressman ch-22-process-and-project-metrics
Pressman ch-22-process-and-project-metricsPressman ch-22-process-and-project-metrics
Pressman ch-22-process-and-project-metrics
 
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...
AN INVESTIGATION OF SOFTWARE REQUIREMENTS PRACTICES AMONG SOFTWARE PRACTITION...
 
Relational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality AssuresRelational Analysis of Software Developer’s Quality Assures
Relational Analysis of Software Developer’s Quality Assures
 
Software quality metric
Software quality metricSoftware quality metric
Software quality metric
 
14 software technical_metrics
14 software technical_metrics14 software technical_metrics
14 software technical_metrics
 
Sw quality metrics
Sw quality metricsSw quality metrics
Sw quality metrics
 
Software metrics
Software metricsSoftware metrics
Software metrics
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
Chapter 6 software metrics
Chapter 6 software metricsChapter 6 software metrics
Chapter 6 software metrics
 
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
ITERATIVE AND INCREMENTAL DEVELOPMENT ANALYSIS STUDY OF VOCATIONAL CAREER INF...
 
Software design metrics
Software design metricsSoftware design metrics
Software design metrics
 
Software metrics
Software metricsSoftware metrics
Software metrics
 
Process and Project Metrics-1
Process and Project Metrics-1Process and Project Metrics-1
Process and Project Metrics-1
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
 
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...
Identification, Analysis & Empirical Validation (IAV) of Object Oriented Desi...
 
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
Exploratory Analysis of Pakistan Software Industry on Quality Improvement by ...
 

Similar to Ijcet 06 06_001

STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT
STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT
STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT ijseajournal
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metricsPiyush Sohaney
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?DCG Software Value
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?Premios Group
 
Chapter 11 Metrics for process and projects.ppt
Chapter 11  Metrics for process and projects.pptChapter 11  Metrics for process and projects.ppt
Chapter 11 Metrics for process and projects.pptssuser3f82c9
 
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICS
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICSANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICS
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICSijcsa
 
Hard work matters for everyone in everytbing
Hard work matters for everyone in everytbingHard work matters for everyone in everytbing
Hard work matters for everyone in everytbinglojob95766
 
Software matrics and measurement
Software matrics and measurementSoftware matrics and measurement
Software matrics and measurementGurpreet Saini
 
Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application tanveer ahmad
 
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docx
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docxCRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docx
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docxfaithxdunce63732
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)IAESIJEECS
 
A Systematic Review On Software Cost Estimation In Agile Software Development
A Systematic Review On Software Cost Estimation In Agile Software DevelopmentA Systematic Review On Software Cost Estimation In Agile Software Development
A Systematic Review On Software Cost Estimation In Agile Software DevelopmentBrooke Heidt
 
Software Metrics for Identifying Software Size in Software Development Projects
Software Metrics for Identifying Software Size in Software Development ProjectsSoftware Metrics for Identifying Software Size in Software Development Projects
Software Metrics for Identifying Software Size in Software Development ProjectsVishvi Vidanapathirana
 

Similar to Ijcet 06 06_001 (20)

STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT
STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT
STATISTICAL ANALYSIS OF METRICS FOR SOFTWARE QUALITY IMPROVEMENT
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metrics
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?
 
Are Function Points Still Relevant?
Are Function Points Still Relevant?Are Function Points Still Relevant?
Are Function Points Still Relevant?
 
Chapter 11 Metrics for process and projects.ppt
Chapter 11  Metrics for process and projects.pptChapter 11  Metrics for process and projects.ppt
Chapter 11 Metrics for process and projects.ppt
 
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICS
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICSANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICS
ANALYSIS OF SOFTWARE QUALITY USING SOFTWARE METRICS
 
1811 1815
1811 18151811 1815
1811 1815
 
1811 1815
1811 18151811 1815
1811 1815
 
Hard work matters for everyone in everytbing
Hard work matters for everyone in everytbingHard work matters for everyone in everytbing
Hard work matters for everyone in everytbing
 
242296
242296242296
242296
 
Software matrics and measurement
Software matrics and measurementSoftware matrics and measurement
Software matrics and measurement
 
Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application Effectiveness of software product metrics for mobile application
Effectiveness of software product metrics for mobile application
 
55 sample chapter
55 sample chapter55 sample chapter
55 sample chapter
 
55 sample chapter
55 sample chapter55 sample chapter
55 sample chapter
 
SE-Lecture-7.pptx
SE-Lecture-7.pptxSE-Lecture-7.pptx
SE-Lecture-7.pptx
 
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docx
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docxCRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docx
CRJS466 – Psychopathology and CriminalityUnit 5 Individual Proje.docx
 
30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)30 8948 prakash paper64 (edit ndit)
30 8948 prakash paper64 (edit ndit)
 
A Systematic Review On Software Cost Estimation In Agile Software Development
A Systematic Review On Software Cost Estimation In Agile Software DevelopmentA Systematic Review On Software Cost Estimation In Agile Software Development
A Systematic Review On Software Cost Estimation In Agile Software Development
 
Software Metrics for Identifying Software Size in Software Development Projects
Software Metrics for Identifying Software Size in Software Development ProjectsSoftware Metrics for Identifying Software Size in Software Development Projects
Software Metrics for Identifying Software Size in Software Development Projects
 
Ijetcas14 545
Ijetcas14 545Ijetcas14 545
Ijetcas14 545
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture designssuser87fa0c1
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...asadnawaz62
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girlsssuser7cb4ff
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort servicejennyeacort
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHC Sai Kiran
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)Dr SOUNDIRARAJ N
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024Mark Billinghurst
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)dollysharma2066
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIkoyaldeepu123
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.eptoze12
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .Satyam Kumar
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfme23b1001
 

Recently uploaded (20)

9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
pipeline in computer architecture design
pipeline in computer architecture  designpipeline in computer architecture  design
pipeline in computer architecture design
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...complete construction, environmental and economics information of biomass com...
complete construction, environmental and economics information of biomass com...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 
Call Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call GirlsCall Girls Narol 7397865700 Independent Call Girls
Call Girls Narol 7397865700 Independent Call Girls
 
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort serviceGurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
Gurgaon ✡️9711147426✨Call In girls Gurgaon Sector 51 escort service
 
Introduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECHIntroduction to Machine Learning Unit-3 for II MECH
Introduction to Machine Learning Unit-3 for II MECH
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024IVE Industry Focused Event - Defence Sector 2024
IVE Industry Focused Event - Defence Sector 2024
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
Call Us ≽ 8377877756 ≼ Call Girls In Shastri Nagar (Delhi)
 
EduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AIEduAI - E learning Platform integrated with AI
EduAI - E learning Platform integrated with AI
 
Design and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdfDesign and analysis of solar grass cutter.pdf
Design and analysis of solar grass cutter.pdf
 
Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.Oxy acetylene welding presentation note.
Oxy acetylene welding presentation note.
 
Churning of Butter, Factors affecting .
Churning of Butter, Factors affecting  .Churning of Butter, Factors affecting  .
Churning of Butter, Factors affecting .
 
Electronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdfElectronically Controlled suspensions system .pdf
Electronically Controlled suspensions system .pdf
 

Ijcet 06 06_001

  • 1. http://www.iaeme.com/IJCET/index.asp 1 editor@iaeme.com International Journal of Computer Engineering & Technology (IJCET) Volume 6, Issue 6, Jun 2015, pp. 01-08, Article ID: IJCET_06_06_001 Available online at http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6 ISSN Print: 0976-6367 and ISSN Online: 0976–6375 © IAEME Publication ___________________________________________________________________________ SOFTWARE METRIC TRENDS AND EVOLUTION B. Venkata Ramana Research Scholar, Dept. of CSE, JNTU College of Engineering, Hyderabad, Telangana State. Dr. G. Narasimha Department of Computer Science Engineering, JNTUH College of Engineering, Nachupally, Karimnagar, Telangana State ABSTRACT Definition − Software Engineering encompasses a process, methods for managing and engineering software and tools. The role of software has undergone significant change over the past half century. From card readers to scanner, from simple equation to artificial intelligence, kilobytes to terabytes, CPU performance from 1 MHz to 6 GHz, 8 bit to 128 bit operating systems. The evolution happened in terms of space, complexity, quality and ease. Legacy applications are attributed with poor quality later with modern applications it’s eradicated. In fact the need for the evolution may even become obvious even before the new system is deployed. With evolving software, the metrics also evolved to measure the quality, not just in terms of documentation but in availability, reliability and robustness of the applications. Process and product measures have been defined to measure the quality of the engineered/developed product. The quality models and industrial standards – Six Sigma, SEI CMMI, ITIL, ISO, PMBOK, Prince2 and other, have changed the estate of software process in the IT world. Each of these help in improving the software development process. In this paper we analyze the metric evolution and the impact it has on software industry. Agile modeling is the current customer sought after model where the metrics are still evolving to suit the customer and market needs. Key words: Software Metrics, Software Evolution, Quality Standards, Metrics Trend, Object Oriented Metrics and Agile process. Cite this Article: Ramana, B. V. and Dr. Narasimha, G. Software Metric Trends and Evolution. International Journal of Computer Engineering and Technology, 6(6), 2015, pp. 01-08. http://www.iaeme.com/IJCET/issues.asp?JTypeIJCET&VType=6&IType=6 _____________________________________________________________________
  • 2. B. Venkata Ramana and Dr. G. Narasimha http://www.iaeme.com/IJCET/index.asp 2 editor@iaeme.com 1. INTRODUCTION The concept of software quality and the efforts to understand the measurable quantities and measure them in terms of quality factors and quality criteria. A metric is a quantitative measure of degree to which a system, component or process possesses a given attribute. Metrics are useful for cost and schedule future projects, to establish productivity trend over time, improve software quality, anticipate and reduce future maintenance needs. Metrics are generally classified under Products, Processes and resources. Goodman defines software metrics as [1]: “The continuous application of measurement- based techniques to the software development process and its products to supply meaningful and timely management information, together with the use of those techniques to improve that process and its products”. The culture of Organization also serves as a key differentiator between successful ones and the laggards. Again when teams are considered more important than individuals then it’s the system that drive the functions and individuals absence and indispensability is ruled out. In this paper, the focus is on the metric trends, the process models and the quality improvements and the quality standards to meet the increasing demand. 2. METRIC TRENDS Software process is more than a framework of tasks which is needed to build a high quality products. The process refines itself to software engineering once it starts using the technical methods and automation tools. IEEE defines, a process as “a sequence of steps performed for a given purpose” [2]. Software development life cycle SDLC models, describe the software process structures. Process metrics are defined for SDLCs, which include the activities, methods, and standards to use. The use of software process metrics has enabled some organizations to much more effectively understand and control their software development process [3]. Process metrics can be categorized based on the stages in SDLC. These metrics include – feasibility metrics, requirements metrics, design metrics, code related metrics, testing metrics. All these are used by management to derive new metrics to check the health of the project. 2.1. Feasibility and Requirement Metrics Feasibility studies are conducted to understand if the project goal can be accomplished. There can be various feasibility studies - Technical, Economic, Legal, Operational and Scheduling. Organization do check for these metrics while bidding for projects. These have become a new set of metric by marketing and finance teams before they bid for a project. These metrics include • IRR - Internal Rate of Return, > 10%, the higher the better. • NPV –Net Present Value. > 0, the higher the better • ROI – Return on Investment. Generally >12% Requirement engineering process starts with feasibility study, elicitation and analysis, validation and management. The cost of fixing an error early is easy than fixing at later stages in SDLC. The metrics include • Size metrics – LOC of FPP as software evolved, Use Cases are used. • Traceability metrics • Completeness metrics • Volatility metrics
  • 3. Software Metric Trends and Evolution http://www.iaeme.com/IJCET/index.asp 3 editor@iaeme.com 2.2. Design Metrics Design metrics are part of the product metrics, which are collected during the design phase in the SDLC. With the new software evolving new design metrics are evolving depending on the processes and tools used to design the software product. These metrics include [4] • Structural complexity • Data complexity • System complexity With the advent of Object Oriented modeling, new metrics evolved. Below are few, which are categorized based on the OO paradigm. • Chidamber & Kemerer [5] – Viewpoints • Information Hiding • Inheritance • Polymorphism The next trend in evolution is COTS – Commercial-of-the-shelf, resulted in the next set of metrics as below. Components have been developed for reuse and finally the COTS. • Cohesion • Coupling • Complexity like cyclomatic complexity. 2.3. Size Related Metrics The implementation, referred generally as coding, is the next step where the design is put forth for development. These include conventional size oriented metrics – KLOC – Kilo Lines Of Code, FP – Function Point. These were the units (KLOC, FP) to measure the complexity of code. In 1970s KLOC is used to measure the size of the system and as an anchor to estimate cost and schedule of the application. Typical metrics are below • Errors/KLOC or Man Months/KLOC • Defects/KLOC • Cost/KLOC Function Pont metric in 1980s was later proposed to effectively measure the functionality being delivered and used for cost and schedule estimation. The technique of functional modelling is used to model the relationship between the transactions and the complete application. The FP is measured using five components – External Inputs, External Outputs, External Inquiry, Internal Logical Files and External Interface Files. Understanding the software size is the key to understanding both productivity and quality. Few FP metrics include FP/work month, Defects per FP. The Object Oriented related metrics are addressed in the subsequent section IV.A. There are other metrics that check the program complexity, purity ratio, McCabe’s Complexity (control flow representation) measures, McClure Complexity and many more. These measure the control flow of the program/application. 2.4. Testing Metrics Testing gets compromised due to delay in the initial phases and the duration gets is reduced to meet marketing needs. Waterfall model symptoms include late shoe-
  • 4. B. Venkata Ramana and Dr. G. Narasimha http://www.iaeme.com/IJCET/index.asp 4 editor@iaeme.com horning of non-optimal fixes, with no time to redesign kind of graph, finally delivering a very fragile, unmaintainable product with overhead costs [6]. For improving the product quality and controlling the project, later models and organizations have come-up with a set of test-related metrics to allow better control and facilitate consistent improvement. These include • Unit Test cases Planned/executed/Failed • Bugs closure per unit of time • Rate of Defect injection • Defect Removal Efficiency 2.5. Team Behavioural Metrics People, one among the resources metrics and one of the 4Ps of software management, are the key drivers of quality. New process models (PSP, TSP) [7] evolved to improve the quality of products by considering software engineer’s into focus. PSP – Personal Software process, suggests methods, measures and templates towards right track of quality (in order to change the ineffective personal process). Later the lessons learnt in PSP are introduced in TSP – Team Software Process. TSP being self-directed teams to direct and plan the assigned tasks effectively. In PSP, the templates are used to measure the efficiently of self individually and improve on error reductions. Metrics are defined by individual or team based on the model chosen to track the quality and software development progress. 2.6. Other Metrics Different kinds of metrics are used by management to measure the growth or change. For example, to measure the project progress, earned value analysis is used. From customer perspective there are different metrics like User satisfaction index, volume of repeated business be a customer, business obtained through referrals, revenue savings and others. Organizations use their internal metric and industry standards to monitor the progress and maintain quality of software products. 3. PROCESS MODELS VS SOFTWARE QUALITY Process models were evolved with the growth of software and demands of customers. Until 1980s, waterfall model was the prominent model used for software development. Later feedback loops were added to it, representing a step closure to improve quality [6]. SDLC added ETVX (Entry-Task-Verification-Exit) as a measure to improve the software quality. To meet customer needs, software organizations have come up with a prototype model to show case feasibility and look & feel of the final product and buy-in customer confidence. Thus resulting reduced rejections at the cost of increased scrap and time delays. The proto type is iterative and customer centric model. Later spiral model [8] project type (software process model) showed a paradigm shift in the software quality. The approach advocates prevention by taking well defined scope and completing the task and later taking the next set of functions to be developed on the just developed product. This model reduced uncertainty resulting better quality product. In V Model, testing is suggested in concurrent to the phases of the SDLC, thus defining the metrics for each phase and improving quality.
  • 5. Software Metric Trends and Evolution http://www.iaeme.com/IJCET/index.asp 5 editor@iaeme.com Unified Process Model revolutionized the thinking of architects and defined multiple measurable metrics and is still evolving. This model attempts to draw best features and characteristics of conventional software models. The Object Orient process resulted as a brainchild of Unified Process Model with defined metrics measured. Component Based Development Model defined metrics related to component cohesion and coupling. Agile Modeling [9] is a practice-based methodology for effective modeling and documentation of software-based systems. This model was developed to facilitate the rapid development of operational software. This is the customer and industry driven model currently. This lead to explore new measurable metrics which changed the face of software industry and quality. The impact of process models on various factors is depicted in the Figure 1 [10]. As the Figure indicates, Quality of Customer, Quality of Design factors are increased and the Delivery Time and Bureaucracy factors is decreased in Agile Model. Figure 1 Impact of Process Models on Various Factors These process models are mostly organizations/customer driven and these shown some improvement in quality, if not significant. Software Quality can be viewed in five perspectives [11]. These are • Transcendental View • User View • Manufacturing View • Product View • Value Base View 4. OBJECT ORIENTED AND AGILE MODELS Object oriented methodology and agile methodology are the evolutions of 21st century. Object oriented methods and analysis gained widespread software engineering community in early 1990s. These two have changed the face of design and implementation. 4.1. Object Oriented Metrics Class is the fundamental unit of an object oriented systems. The OO metrics are defined at design, analysis and operational level to indicate the quantitative and qualitative measures for OO systems.
  • 6. B. Venkata Ramana and Dr. G. Narasimha http://www.iaeme.com/IJCET/index.asp 6 editor@iaeme.com Metrics are defined to measure the characteristics of object models. MOOD Metrics suite [13] is used to measure the inheritance mechanism using the Method Inheritance Factor (MIF) and Attribute Inheritance Factor (AIF) metrics. The suite also defines the coupling between the classes by the Coupling Factor (CF). As CF increases complexity of the system increases and invariably the maintainability will suffer. Polymorphism Factor (PF) metric from measures the polymorphic behaviour of classes taken together. The general metrics [14] is include Number of scenario scripts, number of key classes, number of support classes, number of subsystems and Average number of support classes per key class. Various metrics are proposed to measure the properties of the OO systems. Few more were proposed to check the complexity and maintainability of the applications. Adaptability, robustness are the key quality features of maintenance projects [12]. 4.2. Agile Metrics Modern software development is driven by the need to be agile. Agile was first introduced in 2001, by Agile Alliance [9]. This alliance defined 12 principles to follow the agile methodology. The overall agile framework is around the iterative and incremental processes and the Figure 2 depicts the same [15]. Agility implies dynamism, context based changes and growth. This model is another step bringing designer’s quality closure to customer’s quality view. Figure 2 The Agile Framework A number of approaches are defined to quantify agility. Agility Index Measurements measures on five dimensions (duration, risk, novelty, effort and interaction). Another study using fuzzy mathematics suggests that project velocity can be used a metric for agility. Below are few metrics measures used by project management groups to check the progress of projects. • Sprint Goal success rate • Defects
  • 7. Software Metric Trends and Evolution http://www.iaeme.com/IJCET/index.asp 7 editor@iaeme.com • Total Project Duration • Time to Market • Total project cost • Team members turnover Most organizations are targeting to understand the key factors and derive new metrics to suit their needs while their development is traditional centric. 5. INDUSTRIAL QUALITY STANDARDS In view of the revolutionary changes in software, process should also scale up to suite the type and size of the project. Different quality and industrial standards notably CMMI, PMBOK Guide, ITIL and PRINCE2 recommend different guidelines and standards to enable achieving desired outcome from projects. Software organizations use process improvement to achieve their goals. One of the objectives is to improve the quality of the product. This can be achieved by reducing errors, improving good working environment, adopting best practices and following industrial quality standards. 6. CONCLUSION Metrics are key to measure, without measuring, we cannot complete projects successfully and measure the quality of the deliverable. Metrics are generated by collecting and assimilating related measures over a period of time across similar processes or applications. Software metrics evolved with the changing nature of software. Metrics are used as yardstick to measure progress and quality of the products developed. This paper analyze various process flows, the conventional, and evolutionary and object models and also how metrics changes as per industry needs. As in 1970s and 1980s, the practitioners developed measures to suit the needs and were able to show successful outcomes. Objected oriented metrics were introduced in the recent past to assist the development and monitor the SDLC of a software product. Practitioners are still using conventional metrics for Agile Methodology processes. Extreme Programming (XP) Development and Scrum Development follow the Agile Methodologies. New metrics are evolving to suit Agile Model, but the practitioners are still using the conventional metrics in measuring the progress and quality, thus resulting a gap to fill. REFERENCES [1] Goodman, P. Practical Implementation of Software Metrics. London: McGraw Hill, 1993. [2] IEEE Std 610.12-1990: IEEE standard glossary of software engineering terminology, 1990 [3] Pfleeger, S. L. and McGowan, C. L. Software Metrics in a Process Maturity Framework. Journal of Systems and Software, July, 1990, pp. 255–261. [4] Card, D. N. and Glass, R. L. Measuring Software Design Quality. Prentice Hall, 1990. [5] Chidamber, S. R. and Kemerer, C. F. A Metrics suite for Object Oriented design. M. I. T. Sloan School of Management, 1993 pp. E53–315. [6] Royce, W. Software Project Management, A Unified Framework. Addison Wesley. Chap 1 – Conventional Software Management, 1998.
  • 8. B. Venkata Ramana and Dr. G. Narasimha http://www.iaeme.com/IJCET/index.asp 8 editor@iaeme.com [7] Humphrey, W. Introduction to Personal Software Process. Addison-Wesley, 1997. [8] Boehm, B. A Spiral Model for Software Development and Enhancement. Computer, 21(5), May 1988, pp. 61–72. [9] Ambler, S. “What is Agile Modeling?” 2002, http://www.agilemodeling.com/index.htm. [10] Malik, K. and Choudhary, P. Software Quality Practitioner’s Approach. Tata McGraw-Hill, 2008, pp. 32. [11] Kitchenham, B. and Pfleeger, S. L. Software Quality: The Elusive Target. IEEE Software, January 1996, pp. 12–21. [12] Mr. Manivannan, S. and Dr. Balasubramanian, S. Software Metric Analysis Methods for Product Development / Maintenance Projects. International Journal of Computer Engineering & Technology (IJCET), 1(1), 2010, pp. 18–33. [13] Harrison, R., Counsell, S. J. and Nithi, R. V. An Evolution of the MOOD Set of Oject Oriented Software Metrics. IEEE Trans. Software Engineering, SE-24(6), June 1998, pp. 491–496. [14] Lorenz, M. and Kidd, J. Object Oriented Software Metrics. Prentice-Hall, 1994. [15] http://www.pathfindersolns.com/resources/industry-glossary/agile-software- development/