SlideShare a Scribd company logo
1 of 3
Download to read offline
Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology.
© 2016, IJARIIT All Rights Reserved Page | 1
ISSN: 2454-132X
(Volume2, Issue5)
Available online at: www.Ijariit.com
Review on Agile Method with Text Mining
Parveen Kaur
M.Tech scholars Department of Computer Science and Engineering,
GGS College, Kharar, Punjab, India
Parveenkaur17@gmail.com
Abstract— working software measures the progress. Basically, agile method involves interleaving the specification,
implementation, design and testing. Series of versions are developed with the involvement of and evaluation by the stake holders in
each version. Agile methods aim at reducing the software process overheads (like documentation) and concentrate more on code
rather than the design. Customer involvement, incremental delivery, freedom of developers to evolve new working methods,
change management, and last but not the least simplicity is the basic essence of Agile development. Agile methodologies are well
suited for small as well as medium sized projects.
Keywords— agile, software engineering, adaptive.
I. INTRODUCTION
Agile software development is defined as rapid development and delivery of the software in the requirement changing environment
which is well suited for present day business scenario. Working software measures the progress. Basically, agile method involves
interleaving the specification, implementation, design and testing. Series of versions are developed with the involvement of and
evaluation by the stake holders in each version. Agile methods aim at reducing the software process overheads (like documentation)
and concentrate more on code rather than the design. Customer involvement, incremental delivery, freedom of developers to evolve
new working methods, change management, and last but not the least simplicity is the basic essence of agile development. Agile
methodologies are well suited for small as well as medium sized projects. However, uniform customer involvement throughout the
project, appointing appropriate team to adapt to Agile methodology, ranking of changes to be accommodated in software, maintaining
simplicity, difficulty in scaling Agile procedures to larger projects and deciding upon the contract terms account for the major
disadvantages involved in the Agile development.
1.1 Agile Requirement Engineering
Requirement Engineering is the most important step in any software development. Success or failure of correct and complete
requirement engineering becomes the most important part in guiding the project to its final success or a complete failure. Requirement
Engineering process is composed of five major activities namely, requirement elicitation, analysis and negotiation, documentation,
validation, and management.
1.2 Text Processing
General text pre-processing [37] is nothing but preparing the available text for computer analysis. In involves steps that prepare the
text for computer understandable representation and extracts the necessary useful matter from the text. There are mainly three steps
involved in text pre-processing, namely:
 Tokenization: This involves the process of converting a stream of characters into tokens (generally word tokens).
Delimiters like spaces; punctuations etc. are used for separating one word token from another.
 Stop-word Removal: In this step, words that carry negligible or little meaning for the sentence like ‘is’, ‘of’, ‘and’,
‘the’, etc. are removed.
Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology.
© 2016, IJARIIT All Rights Reserved Page | 2
 Stemming: It is the process of reducing words in the word stem to its root form like ‘writes’, ‘writing’, ‘wrote’, ‘written’
these all correspond to a single root “write”.
1.3 Clustering
Clustering is nothing but partition of data into sets of similar items. Each of the sets is called a cluster. Document clustering aims at
increasing cohesion in a single cluster and minimizing coupling between two or more clusters i.e., trying to reduce the intra-cluster
distance and increase inter-cluster distance. Clustering is considered to be a part of unsupervised learning. Three most popular
clustering methods are described below:
 K-Means: It is the simplest flat and hard clustering algorithm. This algorithm’s objective function tries to minimize
average squared distance of items from the cluster centers (which is mean of items in a cluster).
 Expectation Minimization: It is a flat model-based clustering technique which assumes data to be generated by a
model and tends to recover that original model from data.
 Hierarchical Clustering: As described by [39], hierarchical technique creates a nested structure of partitions with an
all-inclusive single cluster at root and singleton clusters of singular points at bottom.
 Agglomerative: It is a bottom up approach. Points are considered as individual clusters at the starting. At each step,
most similar clusters are merged according the cluster similarity/distance definition.
 Divisive: It is a top down approach. Process starts with root cluster and is split until singleton clusters of individual
points are formed.
1.4 Machine Learning
Machine learning is basically a subfield of artificial intelligence which lends computers the learning ability without explicitly
programming them. This involves development of those computer programs which have the ability of teaching themselves for
growing and changing when they are exposed to fresh data. Following are the two main learning styles [40]:
 Supervised Learning: Input data (training data) has recognized labels or output datasets. Training process prepares a
model which makes predictions and the model is corrected for the wrong predictions. This training process is continued
until a desired accuracy level is achieved on training data.
 Unsupervised Learning: Input data does not have recognized labels or output datasets. Structures available in input
data are deduced to create a model which may be for extracting general rules or for organizing data by similarity.
II. LITERATURE REVIEW
John Mylopoulos et al [1], to propose a comprehensive process oriented qualitative framework that integrates non-functional
requirements into the process of software development. To illustrate the application of proposed methodology by taking examples
of accuracy requirements in design phase and performance requirements in implementation phase for information systems.
Armin Eberlein and J. C. S. P. Leite [2], this paper looks at numerous aspects of requirements engineering and argues about their
suitability for agile approaches. The aim is to elicit lessons from requirements engineering that agile methods might consider, if
quality is a major concern. To highlight various important aspects of requirement engineering and describe a few such practices
which may be suitable for agile approaches.
Frauke Paetsch et al [3], paper analyses commonalities and differences of both approaches and determines possible ways how
agile software development can benefit from requirements engineering methods. To discuss current requirement engineering
approaches. To describe agile methods from the perspective of requirement engineering. To evaluate the extent of improvement in
agile methods by incorporating a few of requirement engineering techniques described in goal one.
Nelson Souto Rosa et al [4], To propose a comprehensive process oriented qualitative framework that integrates non-functional
requirements into the process of software development. To illustrate the application of proposed methodology by taking examples
of accuracy requirements in design phase and performance requirements in implementation phase for information systems.
Lawrence Chung et al [5], To review the current state of art on treatment of definition, classification and representation of non-
functional requirements in software engineering. To highlight the future direction of research for non-functional requirements.
Essentially a software system’s utility is determined by both its functionality and its non-functional characteristics, such as usability,
flexibility, performance, interoperability and security.
Salam Farhat et al[6], To propose a methodology based on NFR framework for reasoning and refining about non-functional
requirements by identifying four different types of non-functional requirements based on their development strategy and provide
Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology.
© 2016, IJARIIT All Rights Reserved Page | 3
preliminary analysis on these non-functional requirements’ development thereby enhancing software engineering process and
promoting various software quality attributes. To illustrate and validate the proposed methodology using a case study.
Taehoon Um et al [7], To propose a light weight quality evaluation method that reveals quality attributes for enhancing non-
functional features in an agile method enabling iterative evaluation of the quality attributes in each release, supports continuous
consideration of quality issues by participants and better planning for improvements in quality.
Vikas Bajpai and Ravi Prakash Gorthi [8], To review importance, definition, specification of various non-functional
requirements in present competitive software market to promote better understanding of non-functional requirements. To suggest
future research areas for the same field like formal definition, specification and measurement of non-functional requirements;
prediction and estimation of non-functional requirements in early stages that may improve customer satisfaction and maximize
profit.
III. CONCLUSIONS
Light weight quality evaluation method that reveals quality attributes for enhancing non-functional features in an agile method
enabling iterative evaluation of the quality attributes in each release, supports continuous consideration of quality issues by
participants and better planning for improvements in quality. Non-functional requirements in software engineering. To highlight the
future direction of research for non-functional requirements. Essentially a software system’s utility is determined by both its
functionality and its non-functional characteristics, such as usability, flexibility, performance, interoperability and security
REFERENCES
[1] B. Boehm, "Get Ready for Agile Methods, with Care," Computer, vol. 35, no. 1, pp. 64-69, 2002.
[2] K. Beck, "Embracing change with extreme programming," Computer, vol. 32, no. 10, pp. 70-77, 1999.
[3] K. Schwaber and M. Beedle, Agile Software Development with Scrum, Pearson Education International, 2002.
[4] J. Stapleton, DSDM, Dynamic Systems Development Method: The Method in Practice, Addison-Wesley, 1997.
[5] J. A. Highsmith, Adaptive Software Development: A Collaborative Approach to Managing Complex Systems, Dorset
House, 2000.
[6] S. R. Palmer and J. M. Felsing, A Practical Guide to Feature-driven Development, Prentice Hall, 2002.
[7] A. Cockburn, Crystal Clear: A Human-powered Methodology for Small Teams, Addison-Wesley, 2005.
[8] M. Poppendieck and T. Poppendieck, Lean Software Development: An Agile Toolkit, Addison-Wesley, 2003.
[9] D. J. Anderson, Kanban, Blue Hole Press, 2010.
[10] S. W. Ambler, Agile Modeling: Effective Practices for EXtreme Programming and the Unified Process, Wiley, 2002.
[11] S. W. Ambler, "The Agile Unified Process (AUP)," Ambysoft Inc., 2005. [Online]. Available:
http://www.ambysoft.com/unifiedprocess/agileUP.html. [Accessed 04 01 2016].
[12] G. Kotonya and I. Sommerville, Requirements Engineering: Processes and Techniques, John Wiley & Sons, 1998.
[13] I. Inayat, S. S. Salim, S. Marczak, M. Daneva and S. Shamshirband, "A systematic literature review on agile
requirements engineering practices and challenges," Computers in human behavior, 2014.
[14] L. Cao and B. Ramesh, "Agile requirements engineering practices: An empirical study," Software, vol. 25, no. 1, pp. 60-
67, 2008.
[15] R. Balasubramaniam, C. Lan and B. Richard, "Agile requirements engineering practices and challenges: an empirical
study," Information Systems Journal, vol. 20, no. 5, pp. 449-480, 2010.

More Related Content

What's hot

IRJET - Scrutinizing Attributes Influencing Role of Information Communication...
IRJET - Scrutinizing Attributes Influencing Role of Information Communication...IRJET - Scrutinizing Attributes Influencing Role of Information Communication...
IRJET - Scrutinizing Attributes Influencing Role of Information Communication...IRJET Journal
 
Process Modeling
Process ModelingProcess Modeling
Process ModelingSOUMSUVR30
 
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...ijbiss
 
Integrating goals after prioritization and
Integrating goals after prioritization andIntegrating goals after prioritization and
Integrating goals after prioritization andijseajournal
 
A Ranking Model for Software Requirements Prioritization during Requirements ...
A Ranking Model for Software Requirements Prioritization during Requirements ...A Ranking Model for Software Requirements Prioritization during Requirements ...
A Ranking Model for Software Requirements Prioritization during Requirements ...IJCSIS Research Publications
 
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...ijseajournal
 
An Agile Software Development Framework
An Agile Software Development FrameworkAn Agile Software Development Framework
An Agile Software Development FrameworkWaqas Tariq
 
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSAN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSijseajournal
 
Configuration of a Guidance Process for Software Process Modeling
Configuration of a Guidance Process for Software Process Modeling Configuration of a Guidance Process for Software Process Modeling
Configuration of a Guidance Process for Software Process Modeling csandit
 
4 mohammad naderuzzaman_finalpaper--35-40
4 mohammad naderuzzaman_finalpaper--35-404 mohammad naderuzzaman_finalpaper--35-40
4 mohammad naderuzzaman_finalpaper--35-40Alexander Decker
 
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES ijseajournal
 
Application of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A ReviewApplication of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A ReviewIRJESJOURNAL
 
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...IJCSIS Research Publications
 
Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design IJECEIAES
 
Factors Influencing the Efficacy of Agile Usage
Factors Influencing the Efficacy of Agile UsageFactors Influencing the Efficacy of Agile Usage
Factors Influencing the Efficacy of Agile UsageDr. Amarjeet Singh
 
IRJET- Factors in Selection of Construction Project Management Software i...
IRJET-  	  Factors in Selection of Construction Project Management Software i...IRJET-  	  Factors in Selection of Construction Project Management Software i...
IRJET- Factors in Selection of Construction Project Management Software i...IRJET Journal
 
Re2018 Semios for Requirements
Re2018 Semios for RequirementsRe2018 Semios for Requirements
Re2018 Semios for RequirementsClément Portet
 

What's hot (18)

IRJET - Scrutinizing Attributes Influencing Role of Information Communication...
IRJET - Scrutinizing Attributes Influencing Role of Information Communication...IRJET - Scrutinizing Attributes Influencing Role of Information Communication...
IRJET - Scrutinizing Attributes Influencing Role of Information Communication...
 
Process Modeling
Process ModelingProcess Modeling
Process Modeling
 
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...
EMPIRICAL STUDY OF THE EVOLUTION OF AGILE-DEVELOPED SOFTWARE SYSTEM IN JORDAN...
 
Integrating goals after prioritization and
Integrating goals after prioritization andIntegrating goals after prioritization and
Integrating goals after prioritization and
 
A Ranking Model for Software Requirements Prioritization during Requirements ...
A Ranking Model for Software Requirements Prioritization during Requirements ...A Ranking Model for Software Requirements Prioritization during Requirements ...
A Ranking Model for Software Requirements Prioritization during Requirements ...
 
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...
INTRODUCING REFINED AGILE MODEL (RAM) IN THE CONTEXT OF BANGLADESH'S SOFTWARE...
 
An Agile Software Development Framework
An Agile Software Development FrameworkAn Agile Software Development Framework
An Agile Software Development Framework
 
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSAN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
 
Configuration of a Guidance Process for Software Process Modeling
Configuration of a Guidance Process for Software Process Modeling Configuration of a Guidance Process for Software Process Modeling
Configuration of a Guidance Process for Software Process Modeling
 
4 mohammad naderuzzaman_finalpaper--35-40
4 mohammad naderuzzaman_finalpaper--35-404 mohammad naderuzzaman_finalpaper--35-40
4 mohammad naderuzzaman_finalpaper--35-40
 
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
COMPARATIVE STUDY OF SOFTWARE ESTIMATION TECHNIQUES
 
Application of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A ReviewApplication of Genetic Algorithm in Software Engineering: A Review
Application of Genetic Algorithm in Software Engineering: A Review
 
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...
A Peer-Evaluation Model for Team Member Selection in a Distributed Developmen...
 
Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design Insights on Research Techniques towards Cost Estimation in Software Design
Insights on Research Techniques towards Cost Estimation in Software Design
 
50120130405029
5012013040502950120130405029
50120130405029
 
Factors Influencing the Efficacy of Agile Usage
Factors Influencing the Efficacy of Agile UsageFactors Influencing the Efficacy of Agile Usage
Factors Influencing the Efficacy of Agile Usage
 
IRJET- Factors in Selection of Construction Project Management Software i...
IRJET-  	  Factors in Selection of Construction Project Management Software i...IRJET-  	  Factors in Selection of Construction Project Management Software i...
IRJET- Factors in Selection of Construction Project Management Software i...
 
Re2018 Semios for Requirements
Re2018 Semios for RequirementsRe2018 Semios for Requirements
Re2018 Semios for Requirements
 

Viewers also liked

Sexual Education Should Be Taught In Schools
Sexual Education Should Be Taught In SchoolsSexual Education Should Be Taught In Schools
Sexual Education Should Be Taught In SchoolsTiffany Bey
 
Remedial kjd artikel sistem operasi
Remedial kjd artikel sistem operasiRemedial kjd artikel sistem operasi
Remedial kjd artikel sistem operasifarhan al farizi
 
Quran Islam West hints
Quran Islam West hintsQuran Islam West hints
Quran Islam West hintsAli Dalili
 
Black friday-deal-final(3)
Black friday-deal-final(3)Black friday-deal-final(3)
Black friday-deal-final(3)Marcus Garis
 
Dennis chicaiza actividad_3
Dennis chicaiza actividad_3Dennis chicaiza actividad_3
Dennis chicaiza actividad_3Datasierra S.A.
 
Transfer Talk Jochen Wolf
Transfer Talk Jochen WolfTransfer Talk Jochen Wolf
Transfer Talk Jochen WolfJochen Wolf
 
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?Victor Hernandez Ramirez
 
sample of work
sample of worksample of work
sample of workooabso
 
Cuadro factores de riesgo luis felipe capielo
Cuadro factores de riesgo luis felipe capieloCuadro factores de riesgo luis felipe capielo
Cuadro factores de riesgo luis felipe capieloVinotintoRM
 

Viewers also liked (14)

Santiago rinaldi castro
Santiago rinaldi castroSantiago rinaldi castro
Santiago rinaldi castro
 
Sexual Education Should Be Taught In Schools
Sexual Education Should Be Taught In SchoolsSexual Education Should Be Taught In Schools
Sexual Education Should Be Taught In Schools
 
Remedial kjd artikel sistem operasi
Remedial kjd artikel sistem operasiRemedial kjd artikel sistem operasi
Remedial kjd artikel sistem operasi
 
Linkedin
LinkedinLinkedin
Linkedin
 
Quran Islam West hints
Quran Islam West hintsQuran Islam West hints
Quran Islam West hints
 
Black friday-deal-final(3)
Black friday-deal-final(3)Black friday-deal-final(3)
Black friday-deal-final(3)
 
Dennis chicaiza actividad_3
Dennis chicaiza actividad_3Dennis chicaiza actividad_3
Dennis chicaiza actividad_3
 
Redes sociales
Redes socialesRedes sociales
Redes sociales
 
Transfer Talk Jochen Wolf
Transfer Talk Jochen WolfTransfer Talk Jochen Wolf
Transfer Talk Jochen Wolf
 
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?
Edades antediluvianas en Genesis 5 ¿Cómo interpretarlas?
 
Caressa w. louie, dds
Caressa w. louie, ddsCaressa w. louie, dds
Caressa w. louie, dds
 
sample of work
sample of worksample of work
sample of work
 
Cuadro factores de riesgo luis felipe capielo
Cuadro factores de riesgo luis felipe capieloCuadro factores de riesgo luis felipe capielo
Cuadro factores de riesgo luis felipe capielo
 
Dr Paul Sacher
Dr Paul SacherDr Paul Sacher
Dr Paul Sacher
 

Similar to Review on Agile Method with Text Mining

A Comparative Analysis Of Various Methodologies Of Agile Project Management V...
A Comparative Analysis Of Various Methodologies Of Agile Project Management V...A Comparative Analysis Of Various Methodologies Of Agile Project Management V...
A Comparative Analysis Of Various Methodologies Of Agile Project Management V...Brittany Allen
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessIJMER
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)ijceronline
 
A study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodologyA study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodologyIAEME Publication
 
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...Brooke Heidt
 
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
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life CycleChristina Padilla
 
Improvement opportunity in agile methodology and a survey on the adoption rat...
Improvement opportunity in agile methodology and a survey on the adoption rat...Improvement opportunity in agile methodology and a survey on the adoption rat...
Improvement opportunity in agile methodology and a survey on the adoption rat...Alexander Decker
 
Lightweight Processes: A Definition
Lightweight Processes: A DefinitionLightweight Processes: A Definition
Lightweight Processes: A DefinitionGlen Alleman
 
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSAN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSijseajournal
 
System Development Overview Assignment 3
System Development Overview Assignment 3System Development Overview Assignment 3
System Development Overview Assignment 3Ashley Fisher
 
A New Software Engineeering Approach
A New Software Engineeering ApproachA New Software Engineeering Approach
A New Software Engineeering ApproachArunit Gupta
 
A Survey Of Agile Development Methodologies
A Survey Of Agile Development MethodologiesA Survey Of Agile Development Methodologies
A Survey Of Agile Development MethodologiesAbdul Basit
 
Guidelines to minimize the cost of software quality in agile scrum process
Guidelines to minimize the cost of software quality in agile scrum processGuidelines to minimize the cost of software quality in agile scrum process
Guidelines to minimize the cost of software quality in agile scrum processijseajournal
 
An interactive approach to requirements prioritization using quality factors
An interactive approach to requirements prioritization using quality factorsAn interactive approach to requirements prioritization using quality factors
An interactive approach to requirements prioritization using quality factorsijfcstjournal
 
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...ijseajournal
 

Similar to Review on Agile Method with Text Mining (20)

A Comparative Analysis Of Various Methodologies Of Agile Project Management V...
A Comparative Analysis Of Various Methodologies Of Agile Project Management V...A Comparative Analysis Of Various Methodologies Of Agile Project Management V...
A Comparative Analysis Of Various Methodologies Of Agile Project Management V...
 
Ijcatr04051006
Ijcatr04051006Ijcatr04051006
Ijcatr04051006
 
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcessEvolvea Frameworkfor SelectingPrime Software DevelopmentProcess
Evolvea Frameworkfor SelectingPrime Software DevelopmentProcess
 
International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)International Journal of Computational Engineering Research(IJCER)
International Journal of Computational Engineering Research(IJCER)
 
A study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodologyA study of critical success factors for adaption of agile methodology
A study of critical success factors for adaption of agile methodology
 
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...
A CRITICAL ANALYSIS AND COMPARISON OF AGILE WITH TRADITIONAL SOFTWARE DEVELOP...
 
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...
 
Software For Software Development Life Cycle
Software For Software Development Life CycleSoftware For Software Development Life Cycle
Software For Software Development Life Cycle
 
P44098087
P44098087P44098087
P44098087
 
Ijetcas14 340
Ijetcas14 340Ijetcas14 340
Ijetcas14 340
 
Improvement opportunity in agile methodology and a survey on the adoption rat...
Improvement opportunity in agile methodology and a survey on the adoption rat...Improvement opportunity in agile methodology and a survey on the adoption rat...
Improvement opportunity in agile methodology and a survey on the adoption rat...
 
Lightweight Processes: A Definition
Lightweight Processes: A DefinitionLightweight Processes: A Definition
Lightweight Processes: A Definition
 
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMSAN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
AN ITERATIVE HYBRID AGILE METHODOLOGY FOR DEVELOPING ARCHIVING SYSTEMS
 
System Development Overview Assignment 3
System Development Overview Assignment 3System Development Overview Assignment 3
System Development Overview Assignment 3
 
A New Software Engineeering Approach
A New Software Engineeering ApproachA New Software Engineeering Approach
A New Software Engineeering Approach
 
A Survey Of Agile Development Methodologies
A Survey Of Agile Development MethodologiesA Survey Of Agile Development Methodologies
A Survey Of Agile Development Methodologies
 
Guidelines to minimize the cost of software quality in agile scrum process
Guidelines to minimize the cost of software quality in agile scrum processGuidelines to minimize the cost of software quality in agile scrum process
Guidelines to minimize the cost of software quality in agile scrum process
 
An interactive approach to requirements prioritization using quality factors
An interactive approach to requirements prioritization using quality factorsAn interactive approach to requirements prioritization using quality factors
An interactive approach to requirements prioritization using quality factors
 
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...
AN IMPROVED REPOSITORY STRUCTURE TO IDENTIFY, SELECT AND INTEGRATE COMPONENTS...
 
H1803044651
H1803044651H1803044651
H1803044651
 

Recently uploaded

High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...ranjana rawat
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escortsranjana rawat
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024hassan khalil
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...ranjana rawat
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 

Recently uploaded (20)

★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
★ CALL US 9953330565 ( HOT Young Call Girls In Badarpur delhi NCR
 
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur EscortsHigh Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
High Profile Call Girls Nagpur Meera Call 7001035870 Meet With Nagpur Escorts
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
The Most Attractive Pune Call Girls Budhwar Peth 8250192130 Will You Miss Thi...
 
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
Call Girls in Nagpur Suman Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
(MEERA) Dapodi Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Escorts
 
Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024Architect Hassan Khalil Portfolio for 2024
Architect Hassan Khalil Portfolio for 2024
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
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
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
(SHREYA) Chakan Call Girls Just Call 7001035870 [ Cash on Delivery ] Pune Esc...
 
Roadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and RoutesRoadmap to Membership of RICS - Pathways and Routes
Roadmap to Membership of RICS - Pathways and Routes
 
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
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 

Review on Agile Method with Text Mining

  • 1. Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology. © 2016, IJARIIT All Rights Reserved Page | 1 ISSN: 2454-132X (Volume2, Issue5) Available online at: www.Ijariit.com Review on Agile Method with Text Mining Parveen Kaur M.Tech scholars Department of Computer Science and Engineering, GGS College, Kharar, Punjab, India Parveenkaur17@gmail.com Abstract— working software measures the progress. Basically, agile method involves interleaving the specification, implementation, design and testing. Series of versions are developed with the involvement of and evaluation by the stake holders in each version. Agile methods aim at reducing the software process overheads (like documentation) and concentrate more on code rather than the design. Customer involvement, incremental delivery, freedom of developers to evolve new working methods, change management, and last but not the least simplicity is the basic essence of Agile development. Agile methodologies are well suited for small as well as medium sized projects. Keywords— agile, software engineering, adaptive. I. INTRODUCTION Agile software development is defined as rapid development and delivery of the software in the requirement changing environment which is well suited for present day business scenario. Working software measures the progress. Basically, agile method involves interleaving the specification, implementation, design and testing. Series of versions are developed with the involvement of and evaluation by the stake holders in each version. Agile methods aim at reducing the software process overheads (like documentation) and concentrate more on code rather than the design. Customer involvement, incremental delivery, freedom of developers to evolve new working methods, change management, and last but not the least simplicity is the basic essence of agile development. Agile methodologies are well suited for small as well as medium sized projects. However, uniform customer involvement throughout the project, appointing appropriate team to adapt to Agile methodology, ranking of changes to be accommodated in software, maintaining simplicity, difficulty in scaling Agile procedures to larger projects and deciding upon the contract terms account for the major disadvantages involved in the Agile development. 1.1 Agile Requirement Engineering Requirement Engineering is the most important step in any software development. Success or failure of correct and complete requirement engineering becomes the most important part in guiding the project to its final success or a complete failure. Requirement Engineering process is composed of five major activities namely, requirement elicitation, analysis and negotiation, documentation, validation, and management. 1.2 Text Processing General text pre-processing [37] is nothing but preparing the available text for computer analysis. In involves steps that prepare the text for computer understandable representation and extracts the necessary useful matter from the text. There are mainly three steps involved in text pre-processing, namely:  Tokenization: This involves the process of converting a stream of characters into tokens (generally word tokens). Delimiters like spaces; punctuations etc. are used for separating one word token from another.  Stop-word Removal: In this step, words that carry negligible or little meaning for the sentence like ‘is’, ‘of’, ‘and’, ‘the’, etc. are removed.
  • 2. Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology. © 2016, IJARIIT All Rights Reserved Page | 2  Stemming: It is the process of reducing words in the word stem to its root form like ‘writes’, ‘writing’, ‘wrote’, ‘written’ these all correspond to a single root “write”. 1.3 Clustering Clustering is nothing but partition of data into sets of similar items. Each of the sets is called a cluster. Document clustering aims at increasing cohesion in a single cluster and minimizing coupling between two or more clusters i.e., trying to reduce the intra-cluster distance and increase inter-cluster distance. Clustering is considered to be a part of unsupervised learning. Three most popular clustering methods are described below:  K-Means: It is the simplest flat and hard clustering algorithm. This algorithm’s objective function tries to minimize average squared distance of items from the cluster centers (which is mean of items in a cluster).  Expectation Minimization: It is a flat model-based clustering technique which assumes data to be generated by a model and tends to recover that original model from data.  Hierarchical Clustering: As described by [39], hierarchical technique creates a nested structure of partitions with an all-inclusive single cluster at root and singleton clusters of singular points at bottom.  Agglomerative: It is a bottom up approach. Points are considered as individual clusters at the starting. At each step, most similar clusters are merged according the cluster similarity/distance definition.  Divisive: It is a top down approach. Process starts with root cluster and is split until singleton clusters of individual points are formed. 1.4 Machine Learning Machine learning is basically a subfield of artificial intelligence which lends computers the learning ability without explicitly programming them. This involves development of those computer programs which have the ability of teaching themselves for growing and changing when they are exposed to fresh data. Following are the two main learning styles [40]:  Supervised Learning: Input data (training data) has recognized labels or output datasets. Training process prepares a model which makes predictions and the model is corrected for the wrong predictions. This training process is continued until a desired accuracy level is achieved on training data.  Unsupervised Learning: Input data does not have recognized labels or output datasets. Structures available in input data are deduced to create a model which may be for extracting general rules or for organizing data by similarity. II. LITERATURE REVIEW John Mylopoulos et al [1], to propose a comprehensive process oriented qualitative framework that integrates non-functional requirements into the process of software development. To illustrate the application of proposed methodology by taking examples of accuracy requirements in design phase and performance requirements in implementation phase for information systems. Armin Eberlein and J. C. S. P. Leite [2], this paper looks at numerous aspects of requirements engineering and argues about their suitability for agile approaches. The aim is to elicit lessons from requirements engineering that agile methods might consider, if quality is a major concern. To highlight various important aspects of requirement engineering and describe a few such practices which may be suitable for agile approaches. Frauke Paetsch et al [3], paper analyses commonalities and differences of both approaches and determines possible ways how agile software development can benefit from requirements engineering methods. To discuss current requirement engineering approaches. To describe agile methods from the perspective of requirement engineering. To evaluate the extent of improvement in agile methods by incorporating a few of requirement engineering techniques described in goal one. Nelson Souto Rosa et al [4], To propose a comprehensive process oriented qualitative framework that integrates non-functional requirements into the process of software development. To illustrate the application of proposed methodology by taking examples of accuracy requirements in design phase and performance requirements in implementation phase for information systems. Lawrence Chung et al [5], To review the current state of art on treatment of definition, classification and representation of non- functional requirements in software engineering. To highlight the future direction of research for non-functional requirements. Essentially a software system’s utility is determined by both its functionality and its non-functional characteristics, such as usability, flexibility, performance, interoperability and security. Salam Farhat et al[6], To propose a methodology based on NFR framework for reasoning and refining about non-functional requirements by identifying four different types of non-functional requirements based on their development strategy and provide
  • 3. Kaur Parveen, International Journal of Advance research , Ideas and Innovations in Technology. © 2016, IJARIIT All Rights Reserved Page | 3 preliminary analysis on these non-functional requirements’ development thereby enhancing software engineering process and promoting various software quality attributes. To illustrate and validate the proposed methodology using a case study. Taehoon Um et al [7], To propose a light weight quality evaluation method that reveals quality attributes for enhancing non- functional features in an agile method enabling iterative evaluation of the quality attributes in each release, supports continuous consideration of quality issues by participants and better planning for improvements in quality. Vikas Bajpai and Ravi Prakash Gorthi [8], To review importance, definition, specification of various non-functional requirements in present competitive software market to promote better understanding of non-functional requirements. To suggest future research areas for the same field like formal definition, specification and measurement of non-functional requirements; prediction and estimation of non-functional requirements in early stages that may improve customer satisfaction and maximize profit. III. CONCLUSIONS Light weight quality evaluation method that reveals quality attributes for enhancing non-functional features in an agile method enabling iterative evaluation of the quality attributes in each release, supports continuous consideration of quality issues by participants and better planning for improvements in quality. Non-functional requirements in software engineering. To highlight the future direction of research for non-functional requirements. Essentially a software system’s utility is determined by both its functionality and its non-functional characteristics, such as usability, flexibility, performance, interoperability and security REFERENCES [1] B. Boehm, "Get Ready for Agile Methods, with Care," Computer, vol. 35, no. 1, pp. 64-69, 2002. [2] K. Beck, "Embracing change with extreme programming," Computer, vol. 32, no. 10, pp. 70-77, 1999. [3] K. Schwaber and M. Beedle, Agile Software Development with Scrum, Pearson Education International, 2002. [4] J. Stapleton, DSDM, Dynamic Systems Development Method: The Method in Practice, Addison-Wesley, 1997. [5] J. A. Highsmith, Adaptive Software Development: A Collaborative Approach to Managing Complex Systems, Dorset House, 2000. [6] S. R. Palmer and J. M. Felsing, A Practical Guide to Feature-driven Development, Prentice Hall, 2002. [7] A. Cockburn, Crystal Clear: A Human-powered Methodology for Small Teams, Addison-Wesley, 2005. [8] M. Poppendieck and T. Poppendieck, Lean Software Development: An Agile Toolkit, Addison-Wesley, 2003. [9] D. J. Anderson, Kanban, Blue Hole Press, 2010. [10] S. W. Ambler, Agile Modeling: Effective Practices for EXtreme Programming and the Unified Process, Wiley, 2002. [11] S. W. Ambler, "The Agile Unified Process (AUP)," Ambysoft Inc., 2005. [Online]. Available: http://www.ambysoft.com/unifiedprocess/agileUP.html. [Accessed 04 01 2016]. [12] G. Kotonya and I. Sommerville, Requirements Engineering: Processes and Techniques, John Wiley & Sons, 1998. [13] I. Inayat, S. S. Salim, S. Marczak, M. Daneva and S. Shamshirband, "A systematic literature review on agile requirements engineering practices and challenges," Computers in human behavior, 2014. [14] L. Cao and B. Ramesh, "Agile requirements engineering practices: An empirical study," Software, vol. 25, no. 1, pp. 60- 67, 2008. [15] R. Balasubramaniam, C. Lan and B. Richard, "Agile requirements engineering practices and challenges: an empirical study," Information Systems Journal, vol. 20, no. 5, pp. 449-480, 2010.