Process Models Projects Process Typical Student Process Model Common Process Models Waterfall Model

Total Page:16

File Type:pdf, Size:1020Kb

Process Models Projects Process Typical Student Process Model Common Process Models Waterfall Model Process Models Projects Process If a project chooses a model, it will generally tailor it A process model specifies a general to suit the project process, usually as a set of stages This produces the spec for the projects process This model will be suitable for a class of This process can then be followed in the project i.e. process is what is actually executed; process spec projects is plan about what should be executed; process i.e. a model provides generic structure model is a generic process spec Many models have been proposed for the of the process that can be followed by development process some projects to achieve their goals CSIS0521 Process Models 1 CSIS0521 Process Models 2 Typical Student Process Model Common Process Models Get problem statement – code – do Waterfall – the oldest and widely used some testing – deliver/demo Prototyping Why this process model cannot be used Iterative – currently used widely for commercial projects? Timeboxing Cannot ensure desired quality for industrial-strength software CSIS0521 Process Models 3 CSIS0521 Process Models 4 Waterfall Model Linear sequence of stages/phases Requirements – System Design – Detailed Design – Code – Test – Deploy A phase starts only when the previous has completed; no feedback The phases partition the project, each addressing a separate concern CSIS0521 Process Models 5 CSIS0521 Process Models 6 1 Waterfall… Waterfall Advantages Linear ordering implies each phase should Conceptually simple, cleanly divides the have some output problem into distinct phases that can be The output must be validated/certified performed independently Outputs of earlier phases: work products Natural approach for problem solving Common outputs of a waterfall: SRS Easy to administer in a contractual (Software Requirement Specification), setup – each phase is a milestone project plan, design docs, test plan and reports, final code, supporting docs CSIS0521 Process Models 7 CSIS0521 Process Models 8 Waterfall disadvantages Waterfall Usage Assumes that requirements can be Has been used widely specified and frozen early Well suited for projects where May fix hardware and other requirements can be understood easily technologies too early and technology decisions are easy all or nothing delivery; too risky i.e. for familiar type of projects it still Very document oriented, requiring docs may be the most optimum at the end of each phase CSIS0521 Process Models 9 CSIS0521 Process Models 10 Prototyping Prototyping Prototyping addresses the requirement specification limitation of waterfall Instead of freezing requirements only by discussions, a prototype is built to understand the requirements Helps alleviate the requirements risk A small waterfall model replaces the requirements stage CSIS0521 Process Models 11 CSIS0521 Process Models 12 2 Prototyping Prototyping Development of prototype Cost can be kept low Starts with initial requirements Build only features needing clarification “quick and dirty” – quality not important, Only key features which need better understanding are included in prototype scripting etc can be used Things like exception handling, recovery, No point in including those features that standards are omitted are well understood Cost can be a few % of the total Feedback from users taken to improve the Learning in prototype building will help in understanding of the requirements building, besides improved requirements CSIS0521 Process Models 13 CSIS0521 Process Models 14 Prototyping Iterative Development Advantages: requirements will be more stable Counters the “all or nothing” drawback of the and frozen later, experience helps in the main waterfall model development Combines benefit of prototyping and waterfall Disadvantages: Potential hit on cost and Develop and deliver software in increments schedule Each increment is complete in itself Applicability: When requirements are hard to Can be viewed as a sequence of waterfalls elicit and confidence in requirements is low; i.e. where requirements are not well Feedback from one iteration is used in the understood future iterations CSIS0521 Process Models 15 CSIS0521 Process Models 16 Iterative Enhancement Iterative Development Products almost always follow it Used commonly in customized development also Businesses want quick response for sw Cannot afford the risk of all-or-nothing CSIS0521 Process Models 17 CSIS0521 Process Models 18 3 Iterative Development Timeboxing Benefits: Get-as-you-pay, feedback for Iterative is linear sequence of iterations improvement, Each iteration is a mini waterfall – Drawbacks: Architecture/design may decide the specs, then plan the iteration not be optimal, rework may increase, Time boxing – fix an iteration duration, total cost may be more then determine the specs Applicability: where response time is Divide iteration in a few equal stages important, risk of long projects cannot Use pipelining concepts to execute be taken, all requirements not known iterations in parallel CSIS0521 Process Models 19 CSIS0521 Process Models 20 Time Boxed Iterations Time boxed Iteration General iterative development – fix the This itself very useful in many situations functionality for each iteration, then Has predictable delivery times plan and execute it Overall product release and marketing In time boxed iterations – fix the can be better planned duration of iteration and adjust the Makes time a non-negotiable parameter functionality to fit it and helps focus attention on schedule Completion time is fixed, the Prevents requirements bloating functionality to be delivered is flexible Overall dev time is still unchanged CSIS0521 Process Models 21 CSIS0521 Process Models 22 Timeboxing – Taking Time Boxed Iterations Further Timeboxing Model – Basics What if we have multiple iterations Development is done iteratively in fixed executing in parallel duration time boxes Each time box divided in fixed stages Can reduce the average completion Each stage performs a clearly defined task time by exploiting parallelism that can be done independently For parallel execution, can borrow Each stage approximately equal in duration pipelining concepts from hardware There is a dedicated team for each stage When one stage team finishes, it hands over This leads to Timeboxing Process Model the project to the next team CSIS0521 Process Models 23 CSIS0521 Process Models 24 4 Timeboxing Example With this type of time boxes, can use An iteration with three stages – Analysis, pipelining to reduce cycle time Build, Deploy These stages are approximately equal in Like hardware pipelining – view each many situations iteration as an instruction Can adjust durations by determining the As stages have dedicated teams, boudaries suitably simultaneous execution of different Can adjust duration by adjusting the team iterations is possible size for each stage Have separate teams for A, B, and D CSIS0521 Process Models 25 CSIS0521 Process Models 26 Pipelined Execution Timeboxing Execution AT starts executing it-1 Software AT finishes, hands over it-1 to BT, Requirements Build Deploy starts executing it-2 TB1 AT finishes it-2, hands over to BT; BT Requirements Build Deploy TB2 finishes it-1, hands over to DT; AT Requirements Build Deploy starts it-3, BT starts it-2 (and DT, it-1) TB3 Requirements Build Deploy … TB4 CSIS0521 Process Models 27 CSIS0521 Process Models 28 Timeboxing execution Timeboxing execution First iteration finishes at time T Duration of each iteration still the same Second finishes at T+T/3; third at T+2 Total work done in a time box is also T/3, and so on the same In steady state, delivery every T/3 time Productivity of a time box is same If T is 3 weeks, first delivery after 3 wks, 2nd after 4 wks, 3rd after 5 wks,… Yet, average cycle time or delivery time has reduced to a third In linear execution, delivery times will be 3 wks, 6 wks, 9 wks,… CSIS0521 Process Models 29 CSIS0521 Process Models 30 5 Team Size Team Size In linear execution of iterations, the Merely by increasing the team size we cannot same team performs all stages reduce cycle time - Brook’s law Adding manpower to a late software project If each stage has a team of S, in linear makes it later. execution the team size is S Timeboxing allows structured way to add In pipelined execution, the team size is manpower to reduce cycle time three times (one for each stage) Note that we cannot change the time of an i.e. the total team size in timeboxing is iteration – Brook’s law still holds larger; and this reduces cycle time CSIS0521 Process Models 31 CSIS0521 Process Models 32 Work Allocation of Teams Timeboxing Advantages: Shortened delivery times, other Requirements Requirements Requirements Requirements Requirements adv of iterative, distributive execution Team Analysis for TB1 Analysis for TB2 Analysis for TB3 Analysis for TB4 Disadvantages: Larger teams, proj mgmt is Build Team Build for TB1 Build for TB2 Build for TB3 Build for TB4 harder, high synchronization needed Applicability: When short delivery times very Deployment Deployment for TB1Deployment for TB2Deployment for TB3 Team important; architecture is stable; flexibility in feature grouping CSIS0521 Process Models 33 CSIS0521 Process Models 34 Summary Summary – waterfall Process is a means to achieve project Strength Weakness Types of Projects objectives of high quality and productivity Simple All or nothing – too Well understood Easy to execute risky problems, short Process models define
Recommended publications
  • An Analysis of Waterfall to Agile Methodology
    University of New Hampshire University of New Hampshire Scholars' Repository Honors Theses and Capstones Student Scholarship Spring 2016 Information Systems Development Methodologies Transitions: An Analysis of Waterfall to Agile Methodology Oriana Karina Eason University of New Hampshire - Main Campus Follow this and additional works at: https://scholars.unh.edu/honors Part of the Business Commons Recommended Citation Eason, Oriana Karina, "Information Systems Development Methodologies Transitions: An Analysis of Waterfall to Agile Methodology" (2016). Honors Theses and Capstones. 286. https://scholars.unh.edu/honors/286 This Senior Honors Thesis is brought to you for free and open access by the Student Scholarship at University of New Hampshire Scholars' Repository. It has been accepted for inclusion in Honors Theses and Capstones by an authorized administrator of University of New Hampshire Scholars' Repository. For more information, please contact [email protected]. Information Systems Development Methodologies Transitions: An Analysis of Waterfall to Agile Methodology Oriana Eason Advised By: Khole Gwebu The University of New Hampshire Table of Contents 1.0 Introduction ............................................................................................................................... 3 1.1 Background ........................................................................................................................... 3 1.2 Research Justification ..........................................................................................................
    [Show full text]
  • Descriptive Approach to Software Development Life Cycle Models
    7797 Shaveta Gupta et al./ Elixir Comp. Sci. & Engg. 45 (2012) 7797-7800 Available online at www.elixirpublishers.com (Elixir International Journal) Computer Science and Engineering Elixir Comp. Sci. & Engg. 45 (2012) 7797-7800 Descriptive approach to software development life cycle models Shaveta Gupta and Sanjana Taya Department of Computer Science and Applications, Seth Jai Parkash Mukand Lal Institute of Engineering & Technology, Radaur, Distt. Yamunanagar (135001), Haryana, India. ARTICLE INFO ABSTRACT Article history: The concept of system lifecycle models came into existence that emphasized on the need to Received: 24 January 2012; follow some structured approach towards building new or improved system. Many models Received in revised form: were suggested like waterfall, prototype, rapid application development, V-shaped, top & 17 March 2012; Bottom model etc. In this paper, we approach towards the traditional as well as recent Accepted: 6 April 2012; software development life cycle models. © 2012 Elixir All rights reserved. Keywords Software Development Life Cycle, Phases and Software Development, Life Cycle Models, Traditional Models, Recent Models. Introduction Software Development Life Cycle Models The Software Development Life Cycle (SDLC) is the entire Software Development Life Cycle Model is an abstract process of formal, logical steps taken to develop a software representation of a development process. SDLC models can be product. Within the broader context of Application Lifecycle categorized as: Management (ALM), the SDLC
    [Show full text]
  • Drive Business Growth with Agile Processes Through Devops For
    WHITE PAPER DRIVE BUSINESS GROWTH WITH AGILE PROCESSES THROUGH DEVOPS FOR SAP - Pravas Ranjan Rout Executive summary With the launch of SAP S/4 HANA across the globe, there is a higher risk for release defects and increased cost when migrating from legacy processes. To meet the need for robust and agile process innovation without business disruption, Infosys has designed a DevOps implementation methodology that reduces cycle time, accelerates time-to-market and lowers TCO. This paper explains the key elements in the solution approach to DevOps in SAP along with SAP tools and IPs that assure a risk-free and smooth DevOps transformation. External Document © 2018 Infosys Limited External Document © 2018 Infosys Limited Introduction engagements DevOps is relatively new. This creates significant challenges as In an increasingly technology-driven world, customers use several SAP products during DevOps represents a third-generation implementation and maintenance phases. process innovation framework that extends agile methodology to overcome the This new DevOps process will reduce challenges of collaboration, culture and release cycle time, number of defects automation. As technology evolves, so do during maintenance, and total cost of processes – from waterfall to agile and, ownership (TCO) while accelerating time subsequently, to DevOps. to market. To facilitate a smooth transition from waterfall to DevOps, Infosys has DevOps signifies collaboration between designed an iDEV framework that aligns development and operations teams for with the core metrics of DevOps. With a cohesive and integrated environment. this solution, organizations can accelerate While DevOps has had successful mobile execution with fewer defects in a and cloud implementations, for SAP collaborative and automated environment.
    [Show full text]
  • A Comparison Between Five Models of Software Engineering
    IJCSI International Journal of Computer Science Issues, Vol. 7, Issue 5, September 2010 94 ISSN (Online): 1694-0814 www.IJCSI.org A Comparison Between Five Models Of Software Engineering Nabil Mohammed Ali Munassar1 and A. Govardhan2 1Ph.D Student of Computer Science & Engineering Jawahrlal Nehru Technological University Kuktapally, Hyderabad- 500 085, Andhra Pradesh, India 2Professor of Computer Science & Engineering Principal JNTUH of Engineering College, Jagityal, Karimnagar (Dt), A.P., India Abstract increased recently which results in the difficulty of This research deals with a vital and important issue in computer enumerating such companies. During the previous four world. It is concerned with the software management processes decades, software has been developed from a tool used for that examine the area of software development through the analyzing information or solving a problem to a product in development models, which are known as software development itself. However, the early programming stages have life cycle. It represents five of the development models namely, created a number of problems turning software an waterfall, Iteration, V-shaped, spiral and Extreme programming. These models have advantages and disadvantages as well. obstacle to software development particularly those Therefore, the main objective of this research is to represent relying on computers. Software consists of documents and different models of software development and make a programs that contain a collection that has been comparison between them to show the features and defects of established to be a part of software engineering each model. procedures. Moreover, the aim of software engineering is Keywords: Software Management Processes, Software to create a suitable work that construct programs of high Development, Development Models, Software Development Life quality.
    [Show full text]
  • Example of Waterfall Model in Software Testing
    Example Of Waterfall Model In Software Testing Jarrett usually sectionalizing frumpishly or feezed paradigmatically when vagrom Jermain bitten laxly and fraudulently. Carlos Teletypes prayerlessly. How turgescent is Albrecht when imperishable and endearing Herby harbinger some progeny? What it to implement and software testing It is especially true for example of waterfall model in software testing! There should there is an example of coding is an app for resource utilization of pure waterfall model we thought of these. Therefore focus on making changes into account for alternative approaches within this example of waterfall in software testing model that. Basic prerequisite for many ways which may have been implemented taking into an extension of the demand that of waterfall model, which aspects is easier and adapted to. In progress within given bug free email address is used for example of waterfall in software testing model. Unlike six methodologies such platform for example of waterfall in software model? Being tested by this browser does not a clear. Methods have at various factors and product, its preceding sprints or evolutionary prototype several years before any personal findings, and technology you. It has been arguing over the design of waterfall model in software testing the user interface. Lucidchart document them responsible for example of waterfall in software testing model. They must also suggested that was laid out the requirements are constantly under requirement change the example of waterfall in software model testing and write the traditional methods, and highly skilled to. Learn more product such as well understood and of waterfall in software model testing and accountability are done to see if a review them throughout the items on.
    [Show full text]
  • Comparative Study of Waterfall Model with RAD Model Sunil D
    e-ISSN: 2349-9745 p-ISSN: 2393-8161 Scientific Journal Impact Factor (SJIF): 1.711 International Journal of Modern Trends in Engineering and Research www.ijmter.com Comparative study of Waterfall model with RAD model Sunil D. Mone1 Assistant Professor in Computer Science,R. C. Patel ACS College, Shirpur-425 405(MS) Abstract:Among numerous software development architecture or para diagrams it is important to choose proper architecture. To choose proper architecture, need to consider some criteria based on which we can compare two or more architectures. In this paper I am trying to compare and see feasibility of Water fall model and RAD model based on criteria like Systematic Development, Team sized required, Speed, Involvement of user, Complexity, Parallel Development, Success Ratio, Passions Required, Capacity to handle large project. It seen that when time is more important in that case RAD model is important while when focus is on systematic Waterfall model is more important. Keywords:Architecture, paradiagrams, waterfall model, RAD model, featuers, feasibility, systematic developemtn, economic I. INTRODUCTION Ther are numerus software development architechtures or software development paradiagrams. Mostly it seen that improper selection of architectuer may lead to unpreditably increase in cost and time or even may leads to failuare. Architecture design plays a prominent role in software engineering processes. Regardless of the variations in software engineering processes, software architecture provides the skeleton and constraints
    [Show full text]
  • Software Development a Practical Approach!
    Software Development A Practical Approach! Hans-Petter Halvorsen https://www.halvorsen.blog https://halvorsen.blog Software Development A Practical Approach! Hans-Petter Halvorsen Software Development A Practical Approach! Hans-Petter Halvorsen Copyright © 2020 ISBN: 978-82-691106-0-9 Publisher Identifier: 978-82-691106 https://halvorsen.blog ii Preface The main goal with this document: • To give you an overview of what software engineering is • To take you beyond programming to engineering software What is Software Development? It is a complex process to develop modern and professional software today. This document tries to give a brief overview of Software Development. This document tries to focus on a practical approach regarding Software Development. So why do we need System Engineering? Here are some key factors: • Understand Customer Requirements o What does the customer needs (because they may not know it!) o Transform Customer requirements into working software • Planning o How do we reach our goals? o Will we finish within deadline? o Resources o What can go wrong? • Implementation o What kind of platforms and architecture should be used? o Split your work into manageable pieces iii • Quality and Performance o Make sure the software fulfills the customers’ needs We will learn how to build good (i.e. high quality) software, which includes: • Requirements Specification • Technical Design • Good User Experience (UX) • Improved Code Quality and Implementation • Testing • System Documentation • User Documentation • etc. You will find additional resources on this web page: http://www.halvorsen.blog/documents/programming/software_engineering/ iv Information about the author: Hans-Petter Halvorsen The author currently works at the University of South-Eastern Norway.
    [Show full text]
  • Software Engineering
    Software Engineering Computer Science Tripos 1B Michaelmas 2011 Richard Clayton Managing complexity • Software engineering is about managing complexity at a number of levels • At the micro level, bugs arise in protocols, algorithms etc. because they’re hard to understand • As programs get bigger, interactions between the components grow at O(n2) or even O(2n) • … • With complex socio-technical systems, we can’t predict reactions to new functionality • Most failures of really large systems are due to wrong, changing, or contested requirements Project failure, c. 1500 BC Complexity, 1870 – Bank of England Complexity, 1876 – Dun, Barlow & Co Complexity, 1906 – Sears, Roebuck • Continental-scale mail order meant specialization • Big departments for single book-keeping functions • Beginnings of automation with dictation to recording cylinders and a typing pool to create outgoing letters Complexity, 1940 – First National Bank of Chicago 1960s – The ‘software crisis’ • In the 1960s, large powerful mainframes made even more complex systems possible • People started asking why project overruns and failures were so much more common than in mechanical engineering, shipbuilding, bridge building etc. • Software Engineering as a field dates back to two NATO Science Committee run conferences in 1968 and 1969 • The hope was that we could get things under control by using disciplines such as project planning, documentation and testing How is software different? • Many things that make writing software fun also make it complex and error-prone: • the joy
    [Show full text]
  • Management and Development of Devops and Traditional IT Project Paths
    Jonna Ahonen Management and Development of DevOps and Traditional IT Project Paths Metropolia University of Applied Sciences Bachelor of Engineering Industrial Management Bachelor’s Thesis 15 January 2020 Abstract Jonna Ahonen Author Management and Development of DevOps and Traditional IT Title Project Paths Number of Pages 70 pages + 2 appendices Date 15 January 2020 Degree Bachelor of Engineering Degree Programme Industrial Management Professional Major International ICT Business Mikko Poranen, IPA Specialist Instructors Anna Sperryn, Senior Lecturer Sonja Holappa, Senior Lecturer The objective of this thesis was to propose a way to manage and develop IT project paths that consist of both DevOps and Waterfall projects. To achieve this objective, this thesis aims to identify the key aspects for managing the IT project paths and build suitable proposal for the identified aspects. This thesis is based on interviews with the case company's ICT and business experts, the company's internal documents, benchmarking workshops with companies X and Y and in- dustry best practices. Furthermore, the study is based on a structured approach starting with investigating the current state of the company's IT project management, then exploring avail- able knowledge and best practices, and lastly building and validating the initial proposal. The key findings of this thesis revealed deficiencies and challenges in IT project prioritiza- tion, portfolio management and documentation. Moreover, roles and responsibilities for DevOps and Waterfall projects were found to be somewhat unclear to the personnel. The outcome of this thesis consists of three main proposals: a proposal for implementing the Two Project Paths Model, a proposal for managing the Two Project Paths Model and a proposal for developing the Two Project Paths Model.
    [Show full text]
  • Software Development: Agile Vs
    View metadata, citation and similar papers at core.ac.uk brought to you by CORE provided by Directory of Open Access Journals 64 Informatica Economică vol. 17, no. 4/2013 Software Development: Agile vs. Traditional Marian STOICA, Marinela MIRCEA, Bogdan GHILIC-MICU Bucharest University of Economic Studies, Romania [email protected], [email protected], [email protected] Organizations face the need to adapt themselves to a complex business environment, in continuous change and transformation. Under these circumstances, organization agility is a key element in gaining strategic advantages and market success. Achieving and maintaining agility requires agile architectures, techniques, methods and tools, able to react in real time to change requirements. This paper proposes an incursion in the software development, from traditional to agile. Keywords: Software Development, Traditional Models, Agile Models, Agile Architectures, Agile Techniques, Agile Instruments Introduction (SOA) for designing and developing such 1 Increased agility is a magnet to all functionalities and Decision Management organizations, especially for those in private (DM) for management of organization sector. It will allow a rapid and efficient decisions. adaptation to market changes and gaining a strategic advantage. Moreover, increased 2 Software Development Life Cycle agility contributes to decreasing the Development models are various processes development time for new processes and or methodologies, selected to develop the increasing flexibility for existing processes, project according to its purpose and where modification and implementation is objectives. Software developments models required. All that leads to decreased time for help improve the software quality as well as solving client demands, more clients gained, the development process in general.
    [Show full text]
  • A Brief History of Devops by Alek Sharma Introduction: History in Progress
    A Brief History of DevOps by Alek Sharma Introduction: History in Progress Software engineers spend most of their waking hours wading George Santayana wrote that “those who cannot remember the through the mud of their predecessors. Only a few are lucky past are condemned to repeat it.” He was definitely not thinking enough to see green fields before conflict transforms the about software when he wrote this, but he’s dead now, which terrain; the rest are shipped to the front (end). There, they means he can be quoted out of context. Oh, the joys of public languish in trenches as shells of outages explode around them. domain! Progress is usually glacial, though ground can be covered This ebook will be about the history of software development through heroic sprints. methodologies — especially where they intersect with traditional best practices. Think of it as The Silmarillion of Silicon Valley, But veterans do emerge, scarred and battle-hardened. They except shorter and with more pictures. Before plunging into this revel in relating their most daring exploits and bug fixes to new rushing river of time, please note that the presented chronology recruits. And just as individuals have learned individual lessons is both theoretically complete and practically in progress. In other about writing code, our industry has learned collective lessons words, even though a term or process might have been coined, it about software development at scale. It’s not always easy to always takes more time for Best Practices to trickle down to Real see these larger trends when you’re on the ground — buried in Products.
    [Show full text]
  • Sdlc/Sdlc V Model.Htm Copyright © Tutorialspoint.Com
    SSDDLLCC -- VV--MMOODDEELL http://www.tutorialspoint.com/sdlc/sdlc_v_model.htm Copyright © tutorialspoint.com The V - model is SDLC model where execution of processes happens in a sequential manner in V- shape. It is also known as Verification and Validation model. V - Model is an extension of the waterfall model and is based on association of a testing phase for each corresponding development stage. This means that for every single phase in the development cycle there is a directly associated testing phase. This is a highly disciplined model and next phase starts only after completion of the previous phase. V- Model design Under V-Model, the corresponding testing phase of the development phase is planned in parallel. So there are Verification phases on one side of the .V. and Validation phases on the other side. Coding phase joins the two sides of the V-Model. The below figure illustrates the different phases in V-Model of SDLC. Verification Phases Following are the Verification phases in V-Model: Business Requirement Analysis: This is the first phase in the development cycle where the product requirements are understood from the customer perspective. This phase involves detailed communication with the customer to understand his expectations and exact requirement. This is a very important activity and need to be managed well, as most of the customers are not sure about what exactly they need. The acceptance test design planning is done at this stage as business requirements can be used as an input for acceptance testing. System Design: Once you have the clear and detailed product requirements, it.s time to design the complete system.
    [Show full text]