SlideShare a Scribd company logo
1 of 5
Download to read offline
IOSR Journal of Computer Engineering (IOSR-JCE)
e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 5 (Jul. - Aug. 2013), PP 43-47
www.iosrjournals.org
www.iosrjournals.org 43 | Page
Relational Analysis of Software Developer’s Quality Assures
A. Ravi1
, Dr. Nirmala2
1
(Research scholar /M.S University,India)
2
(Associate professor Department of computer science/university of madras/India)
Abstract: Software engineering approach ensures the quality of software and the delivery of the product on to
time to their client. The development process is facing many challenges to optimize the resource and provide the
delivery on time. Each phase of the development has its unique functionality. Software development model and
the architectural approaches are differ that will creates an impact in the quality of the delivery .however the
developers role and their skill sets are vital role in the developmental process and to meet the deadlines of the
development tasks. The developer’s skills and the developmental tasks inline to the functional domain and its
relational process are determine the quality factors such minimum error, functional correctness and user
satisfactory. This research attempted observes the functional process of the development sector and determine
the influencing factor and its associative relationship. The data from the industry and its descriptive analysis
with the determined factors are discussed as part of the paper.
I. Introduction
The success factor of any software development system highly depends upon the architecture of the
software development model, technical reliability used in it, pre-planning and preparatory works done and the
effective implementation of the specified works in a time driven manner along with the developer‟s completion.
In the same way Software architecture forms the backbone for building successful software-intensive systems.
Architecture largely permits or precludes a system's quality attributes such as performance or
reliability. In general, a critical issue in the design and construction of any complex software system is based on
its architecture implementation by the developers. The right architecture is the key to software project success.
Conversely, the wrong one is a sure road to failure. A good architecture can help ensure that a system will
satisfy key requirements in such areas as performance, reliability, portability, scalability, and interoperability.
This paper attempted to relate the software architecture and its development model along with the
developer‟s role. The developer efficiency and related factors are addressed to develop the model for effective
software development process and its metrics.
Software development process is a sequence of activities. These activities are dependent with one
another in each level. These activities are related in the next phase. It is a chain of activities involved to
determine the resource allocation, utilization and coating process. These relationship activities are used to
determine the software process reusability and maintenance. This dependent and independent activities are
varies as per the architecture in the software model of development phases. This research process tinted to
determine the dependent and regression process values to identify the model and architecture. These create an
effect in the cost, development, resource identification and optimization etc.
II. Software Engineering Measures
In software engineering, there are three kinds of entities and attributes to measure [1]:
a. Processes are collection of software-related activities. A process is usually associated with some timescale.
The timing can be explicit, as when an activity must be completed by a specific date, or implicit, as when
one activity must be completed before another can begin.
b. Products are any artifacts, deliverables or documents that result from a process activity. Products are not
restricted to the items that management is committed to deliver to the customer. Any artifact or document
produced during the software life cycle can be measured.
c. Resources are entities required by a process activity. The resources that to measure include any input for
software production. Thus, personnel (individual or teams), materials (including office supplies), tools (both
software and hardware) and methods are candidates for measurement. Within each class of entity difference
between internal and external attributes:
Internal attributes of a product, process or resource are those that can be measured purely in terms of
the product, process, or resource itself. In other words, an internal attribute can be measured by examining the
product, process or resource on its own. External attributes of a product, process or resource are those that can
be measured only with respect to how the product process or resource, relates to its environment. Here, the
behaviour of the process, product or resource is important, rather than the entity itself.
Relational Analysis Of Software Developer’s Quality Assures
www.iosrjournals.org 44 | Page
For instance, consider a set of software modules, without executing the code it can determine several
internal attributes: size, complexity, and modularity, etc. However there are other attributes of the code that can
be measured only when the code is executed: reliability, usability, maintainability, etc. Managers often want to
be able to measure and predict external attribute. However, external attributes are usually more difficult to
measure than internal ones, and they can be measured only in the late stages of the development process. Thus,
there is a clear need for internal attribute measurements to assess external attributes. One of the goals of
software measurement research is to identify the relationships among internal and external attributes. This
research work focused to measure the internal attribute of the process.
Software metrics measure different aspects of software complexity and therefore play an important role
in analyzing and improving software quality. Previous research has indicated that they provide useful
information on external quality aspects of software such as its maintainability, reusability and reliability[3].
Software metrics provide a mean of estimating the efforts needed for testing. Software metrics are often
categorized into products and process metrics [9].
1.1 Process Metrics:
Process metrics are known as management metrics and used to measure the properties of the process
which is used to obtain the software. Process metrics include the cost metrics, efforts metrics, and advancement
metrics and reuse metrics. Process metrics help in predicting the size of final system & determining whether a
project on running according to the schedule.
1.2 Products Metrics
Product metrics are also known as quality metrics and is used to measure the properties of the software.
Product metrics includes product non reliability metrics, functionality metrics, performance metrics, usability
metrics, cost metrics, size metrics, complexity metrics and style metrics. Products metrics help in improving the
quality of different system component & comparisons between existing systems.
The process measures are observed in three ways in the development environment for the integrated
development of the system. The project process and the performance are collected at individual, project and
organizational level. The individual who collected the data about his own work knows it is his data, although it
may be pooled with data from other individuals to provide an overall project profile. Project Team Data is
private to the members of the project team, although it may be pooled with data from other projects to provide
an overall organizational profile. Organization Data may be shared throughout the organization. As an example,
the work effort distribution data, the number of hours each individual spends working on every development or
maintenance activity in a week is private to that individual. The total distribution of hours from all team
members is private to the project team, and the distribution across all projects is public to everyone in the
organization. View and present the data items that are private to individuals only in the aggregate or as averages
over the group.
Several companies have implemented metrics programs to support the managers in their decisions.
However the benefits from the implementation are not as great as expected. Nearly 80% of software metrics
programs fail within the first two years [2] This research will further the understanding of how data (in
particular metrics) can be used in managing and improving software development processes. This will be done
by studying the collection, interpretation, distribution, and the use of data as part of managing software
development processes. Decision-making is a very complex process and it is naive to think that it can be based
solely on structured data as metrics. However, metrics are useful for decision making of software managers, i.e.
metrics are part of the management information system for software managers. Therefore this work is aimed to
determine the functional process and the correlation of the development and their functional point usage.
III. Software metrics- Process Metrics
Process Metrics presents the software metrics appropriate to use during the implementation phase of
the software development. The primary purpose of development is to flesh out the architecture and the system as
a whole. Implementation is the focus during the development process.. The metrics presented in this section are:
Defect Metrics and Lines of Code (LOC). During the1998 IFPUG conference, Capers Jones gave a rule of the
thumb to get an estimation of the number of defects based on the Function Points of the system [11].
The Lines of Code (LOC) metric specifies the number of lines that the code has [2]. The comments and
blank lines are ignored during this measurement. The LOC metric is often presented on thousands of lines of
code (KLOC) or source lines of code (SLOC) [3] [4]. LOC is often used during the testing and maintenance
phases, not only to specify the size of the software product but also it is used in conjunction with other metrics
to analyze other aspects of its quality and cost.
Several LOC tools are enhanced to recognize the number of lines of code that have been modified or
deleted from one version to another. Usually, modified lines of code are taken into account to verify software
Relational Analysis Of Software Developer’s Quality Assures
www.iosrjournals.org 45 | Page
quality, comparing the number of defects found to the modified lines of code[10]. Other LOC tools are also used
to recognize the lines of code generated by software tools. Often these lines of code are not taken into account in
final count from the quality point of view since they tend to overflow the number. However, those lines of code
are taken into account from the developer‟s performance measurement point of view [6].This paper also
addressed the relational factors and the impact , cost effectiveness in the developmental process.
A software development process is a structure imposed on the development of a software
product.There is several models for such processes. Each will describe the approaches to a variety of tasks or
activities that take place during the process. Here let us discuss about the selection of models, phases of the
model, weightage assumptions for each phases and activity specifications of each phases.
3.1 Selection of model:
Software process model is an abstract representation of a software process. Within the several models
of software development process let us select a model M which is used to perform the different activities to get a
desired product. If choose the model M then the variable representing that model is PxMAy. Here Px is the
different phases of the model M and Ay is the different activities of M model in the phase Px. For example if
select the waterfall model then that can be represented by the variable PxWAy.
3.2 Phases of Model:
All the software models have different phases and each phase will have specific activities. the
Requirement Analysis phase (P1) of the waterfall model then the activities in that models can be denoted as
a1 -> Requirement gathering – P1Wa1
a2-> Requirement analysis - P1Wa2
a3-> Requirement specification – P1Wa3
Likewise it can determine the variables for all the activities of different phases of the waterfall model.
3.3 Weightage assumptions:
In the field of software development, the cost of the development is the cost incurred during
Requirement analysis, development, coding & testing etc. So determine the effort distribution for different
phases of the software development. Let us have the effort distribution for different phases as Requirement 10%,
design 20%, coding 20%, Implementation & testing 50%.This is called the weightage assumption for different
phases of a software model according to the activity carried out by the developers. According to the developers
contribution, the effort distribution for waterfall model as follows:
Phases No.of activities Weightage
I-Feasibility study 3 10%
II–Requirement
Analysis
3 10%
III – Design 4 20%
IV – coding & testing 2 30%
V – Implementation 4 20%
VI – Maintenance 3 10%
3.4Activity specifications:
All the activities of each phase to be defined as a set according to developers involvement and the cost,
Px A where x denotes the phases of the model and A denotes the activities of the phases. Each phase of a model
carries specific activities to the finished. If a phase consists of set of activities, then the activities of P1A are
determined by the phase as per the model.
P1A = {P1a1, P1a2, P1a3….P1an}
Like wise the second phase activities denoted by P2A which contains the activities specified in the
second phase of the software development model.
P2A = {P2a1, P2a2, P2a3…P2an}
IV. Construction Activity Association Matrix
4.1 Activity Relation:
Taking one activity in phase x compare the impact of that particular activity in the next phase (x+1).
During the comparison if the activities, A creates an impact in the next phase that can be called as Activity
relations. These types of activities also called on dependent activity. If that particular activity, A did not create
any impact in the next phase then it is called as independent activities.
Relational Analysis Of Software Developer’s Quality Assures
www.iosrjournals.org 46 | Page
Let us assume that phase value of x is 1. The first phase of the water fall model is feasibility study. The
second x+1 phase of the water falls model is requirement analysis.
The feasibility study activities and its corresponding code‟s represented as follows:
P1a1=>clients study
P1a2=>process study
P1a3=>best process solution.
The activities of the requirements phase and its codes represented as
P2a1=>requirements gathering
P2a2=>requirements analysis
P2a3=>software requirements
Level I (Feasibility analysis set(P1A) vs Requirement analysis set (P2A))
4.2 Independent activity association matrix
The Feasibility analysis set (P1A) considered as column and Requirement analysis set (P2A) considered as
row then a two dimensional association matrix framed with the following condition.
Condition 1:
The activities of Feasibility analysis set (P1A) are created an impact with activities of
Requirement analysis set (P2A) then the value is set as „1‟. These activities are considered as related
activities/dependant activities.
Condition 2:
The activities of Feasibility analysis set (P1A) is not create on impact on the activities of
Requirement analysis set (P2A) then the value is set as „0‟. These activities are considered as isolated
activities/independent activities
Condition 3:
If the activities of Feasibility analysis set (P1A) partially created the impact on
Requirement analysis set (P2A) then those activities to be called as partial dependant activities. If its impact is
dominant on the process then the value to be considered as approximate equivalent to the dependant activity else
it is treated as an isolated activities.
In certain cases these partial activities are treated as X don‟t care condition.
Feasibility
study(P1wA)/required analysis
(P2wA)
Required gathering
(P2wa1)
Required analysis
(P2wa2)
s/w requirements
(P2wa3)
Client study(P1wa1) 1 1 0
Process study(P1wa2) 0 X 1
Find best process(P1wa3) 0 1 1
V. Relationship weight calculation
5.1 Construction of relationship between
Phases Px => Py
Activities of (p1)+activities(p2) * weight % of p1 + weight % of p2
-------------------------------------------------- ---------------------- Total of all phase * total % of weight
3+3 *10+10=> 6 * 20
----- ----------- --- -----
19 100 19 100
=> 0.3158 * 0.2 = 0.0632
This is the total relation value of p1 & p2
Possible relation value = 3*3=9
Per activity relation between p1 & p2=
total relation value = 0.0632
Possible relation value 9
= 0.0632/9 = 0.0070
Relational Analysis Of Software Developer’s Quality Assures
www.iosrjournals.org 47 | Page
5.2 Occurrence relationship of PxA=>PyA where A is an existence
As per the association map table & water fall model, 5 relationships occur between p1 & p2
Per activity relation value * 5
= 0.0070 * 5
= 0.035
The feasibility study phase possibility to affect in the requirement analysis phase as follows
0.035 * 20
= --------------------------------
0.01579 + 0.01579 100
=1.1083 * 0.2
Originally affected =0.2217
Dependency level of p1 + p2 = 0.2217
Independency level of p1 + p2= 1-0.2217
= 0.7783
According to the increase of the intendancy of the module the error level may reduced. But the
functional relationship alone can‟t be finalizing the quality the developer‟s skill on the module also to be
consider.
VI. Conclusion
This paper addresses the software development architecture model and the software engineering
overview and its importance of the development sector. The metrics and quality impact factors are addressed.
All the development process is manipulated according to the developers skill set and their involvement.
The developer‟s activity and the relational model is constructed. The independent calculation made for the
developers activity. The implementation impact and the related issues are further research work to enrich the
quality software product by the researcher.
References
[1]. Chidamber, R., Kemerer, F.: A Metrics Suite for Object- Oriented Design. IEEE Trans.software Eng., Vol. 20, No. 6 (1994).
[2]. Dekkers, C.S. (1999). The Secrets of Highly Successful Measurement Programs. Cutter IT Journal, vol 12 no. 4, pp. 29-35
[3]. Fenton, N., S.L. Pfleeger (1997) Software Metrics: A Rigorous and Practical Approach, PWS Publishing Co. Jagdish Bansiya, and
Carl G. Davis, “A Hierarchical Model for Object-Oriented Design Quality Assessment,” IEEE Trans. Software Eng., vol.28, no.1,
pp.4-15, 2002.
[4]. Khaled El Emam,Saida Benlarbi, Nishith Goel, and Shesh N. Rai, “The Confounding Effect of Class Size on the Validity of Object-
Oriented Metrics,” IEEE Trans. Software Eng., vol.27, no.7, pp. 630-650, 2001.
[5]. Lionel C. Briand, and Victor R. Basili, “Property-Based Software Engineering Measurement,” IEEE Trans. Software Eng.,
vol.22,no.1, 1996. ISSN: 0975-5462
[6]. M.C. Paulk, B. Curtis, M.B. Chrissis, et al, Capability Maturity Model for Software, Software Engineering Institute,CMU/SEI-91-
TR-24, ADA240603, August 1991.
[7]. Rachel Harrison, Steve J. Counsell, and Reben V. Nithi, “An Evaluation of the MOOD Set of Object-Oriented Software Metrics,”
IEEE Trans. Software Eng., vol. 24, no.6, pp.491-496, 1998.
[8]. Rajender Singh, Grover P.S., “A new program weighted complexity metrics” proc.International conference on Software Engg.
(CONSEG‟97), January Chennai (Madras) India, pp 33-39
[9]. V.R. Basili and B.R. Perricone, “Software Errors and Complexity,” Comm. ACM, vol. 27, pp. 42-52, 1984.
[10]. William Frakes, and C. Terry, “Software Reuse: Metrics and Models,” ACM Computing Surveys, vol.28, no.2, pp.415-435, 1996.

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
 
An empirical evaluation of impact of refactoring on internal and external mea...
An empirical evaluation of impact of refactoring on internal and external mea...An empirical evaluation of impact of refactoring on internal and external mea...
An empirical evaluation of impact of refactoring on internal and external mea...ijseajournal
 
Testability measurement model for object oriented design (tmmood)
Testability measurement model for object oriented design (tmmood)Testability measurement model for object oriented design (tmmood)
Testability measurement model for object oriented design (tmmood)ijcsit
 
Lecture 04 Software Metrics and Estimation
Lecture 04 Software Metrics and EstimationLecture 04 Software Metrics and Estimation
Lecture 04 Software Metrics and EstimationAchmad Solichin
 
DESQA a Software Quality Assurance Framework
DESQA a Software Quality Assurance FrameworkDESQA a Software Quality Assurance Framework
DESQA a Software Quality Assurance FrameworkIJERA Editor
 
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
 
Investigation of quality and functional risk
Investigation of quality and functional riskInvestigation of quality and functional risk
Investigation of quality and functional riskijpla
 
Software quality assurance (sqa) Parte II- Métricas del Software y Modelos d...
Software quality assurance (sqa)  Parte II- Métricas del Software y Modelos d...Software quality assurance (sqa)  Parte II- Métricas del Software y Modelos d...
Software quality assurance (sqa) Parte II- Métricas del Software y Modelos d...Renato Gonzalez
 
Process and Project Metrics-1
Process and Project Metrics-1Process and Project Metrics-1
Process and Project Metrics-1Saqib Raza
 
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...ijseajournal
 
Requirements Analysis and Design in the Context of Various Software Developme...
Requirements Analysis and Design in the Context of Various Software Developme...Requirements Analysis and Design in the Context of Various Software Developme...
Requirements Analysis and Design in the Context of Various Software Developme...zillesubhan
 
Process improvement & service oriented software engineering
Process improvement & service oriented software engineeringProcess improvement & service oriented software engineering
Process improvement & service oriented software engineeringSweta Kumari Barnwal
 
Model-Based Performance Prediction in Software Development: A Survey
Model-Based Performance Prediction in Software Development: A SurveyModel-Based Performance Prediction in Software Development: A Survey
Model-Based Performance Prediction in Software Development: A SurveyMr. Chanuwan
 

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
 
An empirical evaluation of impact of refactoring on internal and external mea...
An empirical evaluation of impact of refactoring on internal and external mea...An empirical evaluation of impact of refactoring on internal and external mea...
An empirical evaluation of impact of refactoring on internal and external mea...
 
55 sample chapter
55 sample chapter55 sample chapter
55 sample chapter
 
Testability measurement model for object oriented design (tmmood)
Testability measurement model for object oriented design (tmmood)Testability measurement model for object oriented design (tmmood)
Testability measurement model for object oriented design (tmmood)
 
Lecture 04 Software Metrics and Estimation
Lecture 04 Software Metrics and EstimationLecture 04 Software Metrics and Estimation
Lecture 04 Software Metrics and Estimation
 
DESQA a Software Quality Assurance Framework
DESQA a Software Quality Assurance FrameworkDESQA a Software Quality Assurance Framework
DESQA a Software Quality Assurance Framework
 
A Study of Significant Software Metrics
A Study of Significant Software MetricsA Study of Significant Software Metrics
A Study of Significant 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...
 
Investigation of quality and functional risk
Investigation of quality and functional riskInvestigation of quality and functional risk
Investigation of quality and functional risk
 
Software quality assurance (sqa) Parte II- Métricas del Software y Modelos d...
Software quality assurance (sqa)  Parte II- Métricas del Software y Modelos d...Software quality assurance (sqa)  Parte II- Métricas del Software y Modelos d...
Software quality assurance (sqa) Parte II- Métricas del Software y Modelos d...
 
14 software technical_metrics
14 software technical_metrics14 software technical_metrics
14 software technical_metrics
 
Software engg unit 1
Software engg unit 1 Software engg unit 1
Software engg unit 1
 
Process and Project Metrics-1
Process and Project Metrics-1Process and Project Metrics-1
Process and Project Metrics-1
 
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...
STRATEGIES TO REDUCE REWORK IN SOFTWARE DEVELOPMENT ON AN ORGANISATION IN MAU...
 
Requirements Analysis and Design in the Context of Various Software Developme...
Requirements Analysis and Design in the Context of Various Software Developme...Requirements Analysis and Design in the Context of Various Software Developme...
Requirements Analysis and Design in the Context of Various Software Developme...
 
Process improvement & service oriented software engineering
Process improvement & service oriented software engineeringProcess improvement & service oriented software engineering
Process improvement & service oriented software engineering
 
Software engg unit 3
Software engg unit 3 Software engg unit 3
Software engg unit 3
 
Model-Based Performance Prediction in Software Development: A Survey
Model-Based Performance Prediction in Software Development: A SurveyModel-Based Performance Prediction in Software Development: A Survey
Model-Based Performance Prediction in Software Development: A Survey
 

Viewers also liked

Big Data in Bioinformatics & the Era of Cloud Computing
Big Data in Bioinformatics & the Era of Cloud ComputingBig Data in Bioinformatics & the Era of Cloud Computing
Big Data in Bioinformatics & the Era of Cloud ComputingIOSR Journals
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemIOSR Journals
 
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...IOSR Journals
 
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...IOSR Journals
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...IOSR Journals
 
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...Advanced method for reuse of Li-ion batteries and Analysis by new designed el...
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...IOSR Journals
 
The Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking SystemThe Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking SystemIOSR Journals
 
An Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor NetworkAn Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor NetworkIOSR Journals
 
Combining Ability for Yield and Yield Components through Diallel Analysis in ...
Combining Ability for Yield and Yield Components through Diallel Analysis in ...Combining Ability for Yield and Yield Components through Diallel Analysis in ...
Combining Ability for Yield and Yield Components through Diallel Analysis in ...IOSR Journals
 
Area Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorArea Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorIOSR Journals
 
A new approach for user identification in web usage mining preprocessing
A new approach for user identification in web usage mining preprocessingA new approach for user identification in web usage mining preprocessing
A new approach for user identification in web usage mining preprocessingIOSR Journals
 
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...IOSR Journals
 
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...IOSR Journals
 
Interrelation between Climate Change and Lightning and its Impacts on Power S...
Interrelation between Climate Change and Lightning and its Impacts on Power S...Interrelation between Climate Change and Lightning and its Impacts on Power S...
Interrelation between Climate Change and Lightning and its Impacts on Power S...IOSR Journals
 

Viewers also liked (20)

N0171595105
N0171595105N0171595105
N0171595105
 
Big Data in Bioinformatics & the Era of Cloud Computing
Big Data in Bioinformatics & the Era of Cloud ComputingBig Data in Bioinformatics & the Era of Cloud Computing
Big Data in Bioinformatics & the Era of Cloud Computing
 
A Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval SystemA Hybrid Approach for Content Based Image Retrieval System
A Hybrid Approach for Content Based Image Retrieval System
 
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
Accuracy, Sensitivity and Specificity Measurement of Various Classification T...
 
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
Performance Analysis of ANN Training Algorithms to Detect the Magnetization L...
 
Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...Performance Evaluation of Different Data Mining Classification Algorithm and ...
Performance Evaluation of Different Data Mining Classification Algorithm and ...
 
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...Advanced method for reuse of Li-ion batteries and Analysis by new designed el...
Advanced method for reuse of Li-ion batteries and Analysis by new designed el...
 
The Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking SystemThe Design and Implementation of Intelligent Campus Security Tracking System
The Design and Implementation of Intelligent Campus Security Tracking System
 
I0426778
I0426778I0426778
I0426778
 
An Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor NetworkAn Efficient Approach for Outlier Detection in Wireless Sensor Network
An Efficient Approach for Outlier Detection in Wireless Sensor Network
 
J017166469
J017166469J017166469
J017166469
 
Combining Ability for Yield and Yield Components through Diallel Analysis in ...
Combining Ability for Yield and Yield Components through Diallel Analysis in ...Combining Ability for Yield and Yield Components through Diallel Analysis in ...
Combining Ability for Yield and Yield Components through Diallel Analysis in ...
 
Area Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips ProcessorArea Optimized Implementation For Mips Processor
Area Optimized Implementation For Mips Processor
 
H01115155
H01115155H01115155
H01115155
 
A new approach for user identification in web usage mining preprocessing
A new approach for user identification in web usage mining preprocessingA new approach for user identification in web usage mining preprocessing
A new approach for user identification in web usage mining preprocessing
 
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...
Enhancing a Dynamic user Authentication scheme over Brute Force and Dictionar...
 
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...
Intrauterine Infusion of Lugol's Iodine Improves the Reproductive Traits of P...
 
D01122330
D01122330D01122330
D01122330
 
I013126270
I013126270I013126270
I013126270
 
Interrelation between Climate Change and Lightning and its Impacts on Power S...
Interrelation between Climate Change and Lightning and its Impacts on Power S...Interrelation between Climate Change and Lightning and its Impacts on Power S...
Interrelation between Climate Change and Lightning and its Impacts on Power S...
 

Similar to Relational Analysis of Software Developer’s Quality Assures

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
 
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
 
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
 
Software matrics and measurement
Software matrics and measurementSoftware matrics and measurement
Software matrics and measurementGurpreet Saini
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality MeasureEditor IJCATR
 
Lecture3
Lecture3Lecture3
Lecture3soloeng
 
Lecture 7 Software Metrics.ppt
Lecture 7 Software Metrics.pptLecture 7 Software Metrics.ppt
Lecture 7 Software Metrics.pptTalhaFarooqui12
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life CycleChristina Padilla
 
Bca 5th sem seminar(software measurements)
Bca 5th sem seminar(software measurements)Bca 5th sem seminar(software measurements)
Bca 5th sem seminar(software measurements)MuskanSony
 
Software Engineering
 Software Engineering  Software Engineering
Software Engineering JayaKamal
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metricsPiyush Sohaney
 
Software Architecture and Design Introduction
Software Architecture and Design IntroductionSoftware Architecture and Design Introduction
Software Architecture and Design IntroductionUsman Khan
 
Chapter_01.ppt
Chapter_01.pptChapter_01.ppt
Chapter_01.pptMSahibKhan
 
A Survey of Software Reliability factor
A Survey of Software Reliability factorA Survey of Software Reliability factor
A Survey of Software Reliability factorIOSR Journals
 

Similar to Relational Analysis of Software Developer’s Quality Assures (20)

242296
242296242296
242296
 
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
 
55 sample chapter
55 sample chapter55 sample chapter
55 sample chapter
 
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
 
1811 1815
1811 18151811 1815
1811 1815
 
M017548895
M017548895M017548895
M017548895
 
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
 
Software matrics and measurement
Software matrics and measurementSoftware matrics and measurement
Software matrics and measurement
 
Software Quality Measure
Software Quality MeasureSoftware Quality Measure
Software Quality Measure
 
Lecture3
Lecture3Lecture3
Lecture3
 
Lecture 7 Software Metrics.ppt
Lecture 7 Software Metrics.pptLecture 7 Software Metrics.ppt
Lecture 7 Software Metrics.ppt
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life Cycle
 
Bca 5th sem seminar(software measurements)
Bca 5th sem seminar(software measurements)Bca 5th sem seminar(software measurements)
Bca 5th sem seminar(software measurements)
 
Software Engineering
 Software Engineering  Software Engineering
Software Engineering
 
Importance of software quality metrics
Importance of software quality metricsImportance of software quality metrics
Importance of software quality metrics
 
Ijcatr04051006
Ijcatr04051006Ijcatr04051006
Ijcatr04051006
 
Software Architecture and Design Introduction
Software Architecture and Design IntroductionSoftware Architecture and Design Introduction
Software Architecture and Design Introduction
 
Chapter_01.ppt
Chapter_01.pptChapter_01.ppt
Chapter_01.ppt
 
A Survey of Software Reliability factor
A Survey of Software Reliability factorA Survey of Software Reliability factor
A Survey of Software Reliability factor
 
Software metrics
Software metricsSoftware metrics
Software metrics
 

More from IOSR Journals (20)

A011140104
A011140104A011140104
A011140104
 
M0111397100
M0111397100M0111397100
M0111397100
 
L011138596
L011138596L011138596
L011138596
 
K011138084
K011138084K011138084
K011138084
 
J011137479
J011137479J011137479
J011137479
 
I011136673
I011136673I011136673
I011136673
 
G011134454
G011134454G011134454
G011134454
 
H011135565
H011135565H011135565
H011135565
 
F011134043
F011134043F011134043
F011134043
 
E011133639
E011133639E011133639
E011133639
 
D011132635
D011132635D011132635
D011132635
 
C011131925
C011131925C011131925
C011131925
 
B011130918
B011130918B011130918
B011130918
 
A011130108
A011130108A011130108
A011130108
 
I011125160
I011125160I011125160
I011125160
 
H011124050
H011124050H011124050
H011124050
 
G011123539
G011123539G011123539
G011123539
 
F011123134
F011123134F011123134
F011123134
 
E011122530
E011122530E011122530
E011122530
 
D011121524
D011121524D011121524
D011121524
 

Recently uploaded

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catcherssdickerson1
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...VICTOR MAESTRE RAMIREZ
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgsaravananr517913
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxk795866
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm Systemirfanmechengr
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsSachinPawar510423
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptSAURABHKUMAR892774
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...Chandu841456
 
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
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxsomshekarkn64
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - GuideGOPINATHS437943
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the weldingMuhammadUzairLiaqat
 
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
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
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
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncssuser2ae721
 

Recently uploaded (20)

CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor CatchersTechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
TechTAC® CFD Report Summary: A Comparison of Two Types of Tubing Anchor Catchers
 
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
 
Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...Software and Systems Engineering Standards: Verification and Validation of Sy...
Software and Systems Engineering Standards: Verification and Validation of Sy...
 
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfgUnit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
Unit7-DC_Motors nkkjnsdkfnfcdfknfdgfggfg
 
Introduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptxIntroduction-To-Agricultural-Surveillance-Rover.pptx
Introduction-To-Agricultural-Surveillance-Rover.pptx
 
Class 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm SystemClass 1 | NFPA 72 | Overview Fire Alarm System
Class 1 | NFPA 72 | Overview Fire Alarm System
 
Vishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documentsVishratwadi & Ghorpadi Bridge Tender documents
Vishratwadi & Ghorpadi Bridge Tender documents
 
Arduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.pptArduino_CSE ece ppt for working and principal of arduino.ppt
Arduino_CSE ece ppt for working and principal of arduino.ppt
 
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
 
An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...An experimental study in using natural admixture as an alternative for chemic...
An experimental study in using natural admixture as an alternative for chemic...
 
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...
 
lifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptxlifi-technology with integration of IOT.pptx
lifi-technology with integration of IOT.pptx
 
Transport layer issues and challenges - Guide
Transport layer issues and challenges - GuideTransport layer issues and challenges - Guide
Transport layer issues and challenges - Guide
 
welding defects observed during the welding
welding defects observed during the weldingwelding defects observed during the welding
welding defects observed during the welding
 
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
 
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
🔝9953056974🔝!!-YOUNG call girls in Rajendra Nagar Escort rvice Shot 2000 nigh...
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
UNIT III ANALOG ELECTRONICS (BASIC ELECTRONICS)
 
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsyncWhy does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
Why does (not) Kafka need fsync: Eliminating tail latency spikes caused by fsync
 

Relational Analysis of Software Developer’s Quality Assures

  • 1. IOSR Journal of Computer Engineering (IOSR-JCE) e-ISSN: 2278-0661, p- ISSN: 2278-8727Volume 13, Issue 5 (Jul. - Aug. 2013), PP 43-47 www.iosrjournals.org www.iosrjournals.org 43 | Page Relational Analysis of Software Developer’s Quality Assures A. Ravi1 , Dr. Nirmala2 1 (Research scholar /M.S University,India) 2 (Associate professor Department of computer science/university of madras/India) Abstract: Software engineering approach ensures the quality of software and the delivery of the product on to time to their client. The development process is facing many challenges to optimize the resource and provide the delivery on time. Each phase of the development has its unique functionality. Software development model and the architectural approaches are differ that will creates an impact in the quality of the delivery .however the developers role and their skill sets are vital role in the developmental process and to meet the deadlines of the development tasks. The developer’s skills and the developmental tasks inline to the functional domain and its relational process are determine the quality factors such minimum error, functional correctness and user satisfactory. This research attempted observes the functional process of the development sector and determine the influencing factor and its associative relationship. The data from the industry and its descriptive analysis with the determined factors are discussed as part of the paper. I. Introduction The success factor of any software development system highly depends upon the architecture of the software development model, technical reliability used in it, pre-planning and preparatory works done and the effective implementation of the specified works in a time driven manner along with the developer‟s completion. In the same way Software architecture forms the backbone for building successful software-intensive systems. Architecture largely permits or precludes a system's quality attributes such as performance or reliability. In general, a critical issue in the design and construction of any complex software system is based on its architecture implementation by the developers. The right architecture is the key to software project success. Conversely, the wrong one is a sure road to failure. A good architecture can help ensure that a system will satisfy key requirements in such areas as performance, reliability, portability, scalability, and interoperability. This paper attempted to relate the software architecture and its development model along with the developer‟s role. The developer efficiency and related factors are addressed to develop the model for effective software development process and its metrics. Software development process is a sequence of activities. These activities are dependent with one another in each level. These activities are related in the next phase. It is a chain of activities involved to determine the resource allocation, utilization and coating process. These relationship activities are used to determine the software process reusability and maintenance. This dependent and independent activities are varies as per the architecture in the software model of development phases. This research process tinted to determine the dependent and regression process values to identify the model and architecture. These create an effect in the cost, development, resource identification and optimization etc. II. Software Engineering Measures In software engineering, there are three kinds of entities and attributes to measure [1]: a. Processes are collection of software-related activities. A process is usually associated with some timescale. The timing can be explicit, as when an activity must be completed by a specific date, or implicit, as when one activity must be completed before another can begin. b. Products are any artifacts, deliverables or documents that result from a process activity. Products are not restricted to the items that management is committed to deliver to the customer. Any artifact or document produced during the software life cycle can be measured. c. Resources are entities required by a process activity. The resources that to measure include any input for software production. Thus, personnel (individual or teams), materials (including office supplies), tools (both software and hardware) and methods are candidates for measurement. Within each class of entity difference between internal and external attributes: Internal attributes of a product, process or resource are those that can be measured purely in terms of the product, process, or resource itself. In other words, an internal attribute can be measured by examining the product, process or resource on its own. External attributes of a product, process or resource are those that can be measured only with respect to how the product process or resource, relates to its environment. Here, the behaviour of the process, product or resource is important, rather than the entity itself.
  • 2. Relational Analysis Of Software Developer’s Quality Assures www.iosrjournals.org 44 | Page For instance, consider a set of software modules, without executing the code it can determine several internal attributes: size, complexity, and modularity, etc. However there are other attributes of the code that can be measured only when the code is executed: reliability, usability, maintainability, etc. Managers often want to be able to measure and predict external attribute. However, external attributes are usually more difficult to measure than internal ones, and they can be measured only in the late stages of the development process. Thus, there is a clear need for internal attribute measurements to assess external attributes. One of the goals of software measurement research is to identify the relationships among internal and external attributes. This research work focused to measure the internal attribute of the process. Software metrics measure different aspects of software complexity and therefore play an important role in analyzing and improving software quality. Previous research has indicated that they provide useful information on external quality aspects of software such as its maintainability, reusability and reliability[3]. Software metrics provide a mean of estimating the efforts needed for testing. Software metrics are often categorized into products and process metrics [9]. 1.1 Process Metrics: Process metrics are known as management metrics and used to measure the properties of the process which is used to obtain the software. Process metrics include the cost metrics, efforts metrics, and advancement metrics and reuse metrics. Process metrics help in predicting the size of final system & determining whether a project on running according to the schedule. 1.2 Products Metrics Product metrics are also known as quality metrics and is used to measure the properties of the software. Product metrics includes product non reliability metrics, functionality metrics, performance metrics, usability metrics, cost metrics, size metrics, complexity metrics and style metrics. Products metrics help in improving the quality of different system component & comparisons between existing systems. The process measures are observed in three ways in the development environment for the integrated development of the system. The project process and the performance are collected at individual, project and organizational level. The individual who collected the data about his own work knows it is his data, although it may be pooled with data from other individuals to provide an overall project profile. Project Team Data is private to the members of the project team, although it may be pooled with data from other projects to provide an overall organizational profile. Organization Data may be shared throughout the organization. As an example, the work effort distribution data, the number of hours each individual spends working on every development or maintenance activity in a week is private to that individual. The total distribution of hours from all team members is private to the project team, and the distribution across all projects is public to everyone in the organization. View and present the data items that are private to individuals only in the aggregate or as averages over the group. Several companies have implemented metrics programs to support the managers in their decisions. However the benefits from the implementation are not as great as expected. Nearly 80% of software metrics programs fail within the first two years [2] This research will further the understanding of how data (in particular metrics) can be used in managing and improving software development processes. This will be done by studying the collection, interpretation, distribution, and the use of data as part of managing software development processes. Decision-making is a very complex process and it is naive to think that it can be based solely on structured data as metrics. However, metrics are useful for decision making of software managers, i.e. metrics are part of the management information system for software managers. Therefore this work is aimed to determine the functional process and the correlation of the development and their functional point usage. III. Software metrics- Process Metrics Process Metrics presents the software metrics appropriate to use during the implementation phase of the software development. The primary purpose of development is to flesh out the architecture and the system as a whole. Implementation is the focus during the development process.. The metrics presented in this section are: Defect Metrics and Lines of Code (LOC). During the1998 IFPUG conference, Capers Jones gave a rule of the thumb to get an estimation of the number of defects based on the Function Points of the system [11]. The Lines of Code (LOC) metric specifies the number of lines that the code has [2]. The comments and blank lines are ignored during this measurement. The LOC metric is often presented on thousands of lines of code (KLOC) or source lines of code (SLOC) [3] [4]. LOC is often used during the testing and maintenance phases, not only to specify the size of the software product but also it is used in conjunction with other metrics to analyze other aspects of its quality and cost. Several LOC tools are enhanced to recognize the number of lines of code that have been modified or deleted from one version to another. Usually, modified lines of code are taken into account to verify software
  • 3. Relational Analysis Of Software Developer’s Quality Assures www.iosrjournals.org 45 | Page quality, comparing the number of defects found to the modified lines of code[10]. Other LOC tools are also used to recognize the lines of code generated by software tools. Often these lines of code are not taken into account in final count from the quality point of view since they tend to overflow the number. However, those lines of code are taken into account from the developer‟s performance measurement point of view [6].This paper also addressed the relational factors and the impact , cost effectiveness in the developmental process. A software development process is a structure imposed on the development of a software product.There is several models for such processes. Each will describe the approaches to a variety of tasks or activities that take place during the process. Here let us discuss about the selection of models, phases of the model, weightage assumptions for each phases and activity specifications of each phases. 3.1 Selection of model: Software process model is an abstract representation of a software process. Within the several models of software development process let us select a model M which is used to perform the different activities to get a desired product. If choose the model M then the variable representing that model is PxMAy. Here Px is the different phases of the model M and Ay is the different activities of M model in the phase Px. For example if select the waterfall model then that can be represented by the variable PxWAy. 3.2 Phases of Model: All the software models have different phases and each phase will have specific activities. the Requirement Analysis phase (P1) of the waterfall model then the activities in that models can be denoted as a1 -> Requirement gathering – P1Wa1 a2-> Requirement analysis - P1Wa2 a3-> Requirement specification – P1Wa3 Likewise it can determine the variables for all the activities of different phases of the waterfall model. 3.3 Weightage assumptions: In the field of software development, the cost of the development is the cost incurred during Requirement analysis, development, coding & testing etc. So determine the effort distribution for different phases of the software development. Let us have the effort distribution for different phases as Requirement 10%, design 20%, coding 20%, Implementation & testing 50%.This is called the weightage assumption for different phases of a software model according to the activity carried out by the developers. According to the developers contribution, the effort distribution for waterfall model as follows: Phases No.of activities Weightage I-Feasibility study 3 10% II–Requirement Analysis 3 10% III – Design 4 20% IV – coding & testing 2 30% V – Implementation 4 20% VI – Maintenance 3 10% 3.4Activity specifications: All the activities of each phase to be defined as a set according to developers involvement and the cost, Px A where x denotes the phases of the model and A denotes the activities of the phases. Each phase of a model carries specific activities to the finished. If a phase consists of set of activities, then the activities of P1A are determined by the phase as per the model. P1A = {P1a1, P1a2, P1a3….P1an} Like wise the second phase activities denoted by P2A which contains the activities specified in the second phase of the software development model. P2A = {P2a1, P2a2, P2a3…P2an} IV. Construction Activity Association Matrix 4.1 Activity Relation: Taking one activity in phase x compare the impact of that particular activity in the next phase (x+1). During the comparison if the activities, A creates an impact in the next phase that can be called as Activity relations. These types of activities also called on dependent activity. If that particular activity, A did not create any impact in the next phase then it is called as independent activities.
  • 4. Relational Analysis Of Software Developer’s Quality Assures www.iosrjournals.org 46 | Page Let us assume that phase value of x is 1. The first phase of the water fall model is feasibility study. The second x+1 phase of the water falls model is requirement analysis. The feasibility study activities and its corresponding code‟s represented as follows: P1a1=>clients study P1a2=>process study P1a3=>best process solution. The activities of the requirements phase and its codes represented as P2a1=>requirements gathering P2a2=>requirements analysis P2a3=>software requirements Level I (Feasibility analysis set(P1A) vs Requirement analysis set (P2A)) 4.2 Independent activity association matrix The Feasibility analysis set (P1A) considered as column and Requirement analysis set (P2A) considered as row then a two dimensional association matrix framed with the following condition. Condition 1: The activities of Feasibility analysis set (P1A) are created an impact with activities of Requirement analysis set (P2A) then the value is set as „1‟. These activities are considered as related activities/dependant activities. Condition 2: The activities of Feasibility analysis set (P1A) is not create on impact on the activities of Requirement analysis set (P2A) then the value is set as „0‟. These activities are considered as isolated activities/independent activities Condition 3: If the activities of Feasibility analysis set (P1A) partially created the impact on Requirement analysis set (P2A) then those activities to be called as partial dependant activities. If its impact is dominant on the process then the value to be considered as approximate equivalent to the dependant activity else it is treated as an isolated activities. In certain cases these partial activities are treated as X don‟t care condition. Feasibility study(P1wA)/required analysis (P2wA) Required gathering (P2wa1) Required analysis (P2wa2) s/w requirements (P2wa3) Client study(P1wa1) 1 1 0 Process study(P1wa2) 0 X 1 Find best process(P1wa3) 0 1 1 V. Relationship weight calculation 5.1 Construction of relationship between Phases Px => Py Activities of (p1)+activities(p2) * weight % of p1 + weight % of p2 -------------------------------------------------- ---------------------- Total of all phase * total % of weight 3+3 *10+10=> 6 * 20 ----- ----------- --- ----- 19 100 19 100 => 0.3158 * 0.2 = 0.0632 This is the total relation value of p1 & p2 Possible relation value = 3*3=9 Per activity relation between p1 & p2= total relation value = 0.0632 Possible relation value 9 = 0.0632/9 = 0.0070
  • 5. Relational Analysis Of Software Developer’s Quality Assures www.iosrjournals.org 47 | Page 5.2 Occurrence relationship of PxA=>PyA where A is an existence As per the association map table & water fall model, 5 relationships occur between p1 & p2 Per activity relation value * 5 = 0.0070 * 5 = 0.035 The feasibility study phase possibility to affect in the requirement analysis phase as follows 0.035 * 20 = -------------------------------- 0.01579 + 0.01579 100 =1.1083 * 0.2 Originally affected =0.2217 Dependency level of p1 + p2 = 0.2217 Independency level of p1 + p2= 1-0.2217 = 0.7783 According to the increase of the intendancy of the module the error level may reduced. But the functional relationship alone can‟t be finalizing the quality the developer‟s skill on the module also to be consider. VI. Conclusion This paper addresses the software development architecture model and the software engineering overview and its importance of the development sector. The metrics and quality impact factors are addressed. All the development process is manipulated according to the developers skill set and their involvement. The developer‟s activity and the relational model is constructed. The independent calculation made for the developers activity. The implementation impact and the related issues are further research work to enrich the quality software product by the researcher. References [1]. Chidamber, R., Kemerer, F.: A Metrics Suite for Object- Oriented Design. IEEE Trans.software Eng., Vol. 20, No. 6 (1994). [2]. Dekkers, C.S. (1999). The Secrets of Highly Successful Measurement Programs. Cutter IT Journal, vol 12 no. 4, pp. 29-35 [3]. Fenton, N., S.L. Pfleeger (1997) Software Metrics: A Rigorous and Practical Approach, PWS Publishing Co. Jagdish Bansiya, and Carl G. Davis, “A Hierarchical Model for Object-Oriented Design Quality Assessment,” IEEE Trans. Software Eng., vol.28, no.1, pp.4-15, 2002. [4]. Khaled El Emam,Saida Benlarbi, Nishith Goel, and Shesh N. Rai, “The Confounding Effect of Class Size on the Validity of Object- Oriented Metrics,” IEEE Trans. Software Eng., vol.27, no.7, pp. 630-650, 2001. [5]. Lionel C. Briand, and Victor R. Basili, “Property-Based Software Engineering Measurement,” IEEE Trans. Software Eng., vol.22,no.1, 1996. ISSN: 0975-5462 [6]. M.C. Paulk, B. Curtis, M.B. Chrissis, et al, Capability Maturity Model for Software, Software Engineering Institute,CMU/SEI-91- TR-24, ADA240603, August 1991. [7]. Rachel Harrison, Steve J. Counsell, and Reben V. Nithi, “An Evaluation of the MOOD Set of Object-Oriented Software Metrics,” IEEE Trans. Software Eng., vol. 24, no.6, pp.491-496, 1998. [8]. Rajender Singh, Grover P.S., “A new program weighted complexity metrics” proc.International conference on Software Engg. (CONSEG‟97), January Chennai (Madras) India, pp 33-39 [9]. V.R. Basili and B.R. Perricone, “Software Errors and Complexity,” Comm. ACM, vol. 27, pp. 42-52, 1984. [10]. William Frakes, and C. Terry, “Software Reuse: Metrics and Models,” ACM Computing Surveys, vol.28, no.2, pp.415-435, 1996.