Application of an Agile Development Process for EN50128/railway conformant

Size: px
Start display at page:

Download "Application of an Agile Development Process for EN50128/railway conformant"

Transcription

1 Application of an Agile Development Process for EN50128/railway conformant Software T. Myklebust SINTEF ICT, Trondheim, Norway T. Stålhane NTNU, Trondheim, Norway N. Lyngby SINTEF ICT, Trondheim, Norway ABSTRACT: The cost of software development is among the major contributors to the total development cost for railway control and signalling systems. It is difficult to make people work faster but it is possible to make them work smarter. One way to achieve that is to introduce agile development methods. Agile methods are gaining increasing popularity, also in safety critical areas such as railway and offshore. Agile methods promise reduced costs and shorter time to market through incremental development, less production of unnecessary documents and more maintainable code. These aspects are also important ingredients in the Shift2Rail joint undertaking focused research and innovation. While the architectural design also in agile development is done up front, detailed design is done incrementally. Based on experiences from other domains, we expect that it will be easier to discover and correct faulty or incomplete system requirements. In addition, agile development will result in simpler code, thus reducing the development and maintenance costs. Only documents that are needed, either for certification or development, are developed. The ones that are developed are used and are thus kept up-to-date. Documents that are not updated are worse than no documentation at all. The challenge is to introduce agile development without compromising safety. Development of signalling systems needs to be compliant with EN This standard impose rigor, but proper adaptation of agile methods can add flexibility and efficiency. In order to evaluate this proposition we use go through all relevant requirements in the standard EN 50128:2011 and mark all requirements as (1) fully met using agile development, (2) possible to meet using agile development and (3) cannot be fulfilled "as is" using agile development. All requirements in category (2) are studied further in order to assign them to category (1) OK, category (2) - some adaptations to the agile method or category (3) changes to the development process. As a final step, we suggest appropriate modifications to the agile development or to the development process. This is the same process that we have used with success for ISO 9001, IEC and IEC The work on IEC resulted in a method named SafeScrum. This model will be reused and modified to fit the current edition of EN However, in order to reap the full benefits of agile development, it is not enough to show conformance to EN The proposed paper will show how agile development can be adapted to fulfill the requirements of EN but also suggested how the current edition of EN should be changed. 1 INTRODUCTION Agile development methods such as Scrum are used in more and more areas of software development, Fitzgerald (2013). For safety critical systems, however, some safety engineers feel that agile development does not fit, the main reason being that these projects require a strict plan which makes later changes costly, Redmill (2014). Still, safety critical projects, like signalling projects, suffer from many of the same problems that mare other software development projects, such as the need to change plans and requirements, being too late and having a solid budget overrun. Our contribution to solving this problem is an assessment of how we can adapt and develop the SafeScrum model Stålhane (2012) to be used by the Railway domain even though the model was developed for the process industry so that it can be used without losing the benefits that we get from these concepts. We have also evaluated the differences in adaption of the SafeScrum model that are necessary for IEC and EN Terminology EN and Scrum First and foremost, Scrum uses incremental development. Since this is an old idea much older than

2 agile development it has a working definition. Incremental development is: A software development technique in which requirements definition, design, implementation, and testing occur in an overlapping, iterative (rather than sequential) manner, resulting in incremental completion of the overall software product. Some of the terms needed for discussion of software development in Scrum are unfortunately not defined outside the agile world. A typical example is a sprint. It can be partly equated with an iteration, but in addition, a sprint needs to contain three activities (1) a sprint planning meeting, (2) a development phase and (3) a sprint retrospective where we sum up lessons learned in the sprint just finished. We will equate the agile term sprint with the standard s term phase. This will, however, create some problems for requirement see a separate discussion related this section later. Another important term is change responsiveness. This term has no generally accepted definition but we will understand it as a project attitude towards changes to the requirements acceptance instead of avoidance. The EN has already taken this into account when they define requirements management as the process of eliciting, documenting, analysing, prioritising and agreeing on requirements and then controlling change and communicating to relevant stakeholders. It is a continuous process throughout a project. Other central terms are not defined either. This goes for the two important terms backlog and daily scrum. For these we have decided to use the definitions supplied in the SolutionsIQ glossary : Backlog: collection of stories and tasks the team will work on at some point in the future. Either the Product Owner has not prioritized them or has assigned them lower priority. Daily scrum: A daily team meeting held to provide a status update to the team members. The semi-real-time status allows participants to know about potential challenges as well as coordinate efforts to resolve difficult and/or time-consuming issues. The meetings are usually time-boxed to 5-15 minutes, and are held standing up to remind people to keep the meeting short and to the point. EN has its own section on terms and definitions in section 3.1 of the standard. None of these definitions prevent us from using an agile approach to software development. We have found it practical to equate component (defined in EN 50128) with functional unit. 1.2 EN The European railway applications standards have been around for more than 10 years and have become so widely accepted that they were adopted as IEC standards, giving them a global applicability. EN is the standard for "Software for railway control and protection systems" and the first edition was issued in Ten years later, it was updated; the 2011 issue shall be "implemented at national level by publication of an identical national standard or by endorsement" by the 25 th of April 2017 at the latest EN (2011)/AC (2014). EN includes detailed requirements related to the organisation, roles and responsibilities. Illustration for a preferred organisational structure of SIL 3 and SIL 4 systems is presented below: Figure 1: Organisation according to EN50128 for SIL 4 Requirements related to documentation are specific in EN and 45 documents are listed in the standard. Personnel competence requirements are strict and concrete involving required key competencies for 10 different roles. Deployment requirements are included to ensure that the software is deployed in the final environment of application. Five named documents have to be produced. 1.3 Configuration management In agile methods there is a need to put more emphasis on configuration management (CM) and change control, including impact analysis, which is currently weak in EN To ensure that all methods and contexts are covered by the next edition of the EN standard a goal-based approach is recommended. In the last two decades there has been an increasing tendency towards a goal-based approach to regulation and standards (requirements for the manufacturers, what they have to do that includes alternative ways of achieving compliance) compared to the earlier prescriptive regulations and standards (requirements that have to be met if a user wishes to claim compliance with the standard). The reasons behind a goal-based approach are rapid technology changes, new development processes and the legal viewpoint. Too restrictive standards may be viewed as a barrier to trade. The CM objective for the development part of CM could be: It should always be possible to restore the system to the state it was at a given time. The resulting requirements for CM could then be shortened to:

3 a) A plan and procedure shall be established to ensure configuration management for unique identification of each items and tools at appropriate times. b) SW changes are managed so that requirements for safety related SW continues to be satisfied. c) guarantee that all necessary operations have been carried out to demonstrate that the required software Systematic Capability has been achieved; d) maintain accurately and with unique identification all configuration items which are necessary to meet the safety integrity requirements of the safety-related system e) apply change-control procedures to prevent unauthorized modifications and register modification requests f) ensure that the following information to permit a subsequent audit: configuration status, release status, the justification for and approval of all modifications, and the details of the modification EN adds a set of requirements on the Scrum software development process. The developers must use the techniques described in the standard s annexes or explain why they use other techniques e.g. why they are just as good as the ones recommended by the standard. Many companies that develop safety critical software have already defined a standard set of development activities based on the required SIL class and their corresponding tools and methods. In this case, the SafeScrum model allows the SafeScrum team to use these tools and methods. 1.4 SafeScrum The adaptation of Scrum to development of safetycritical systems, which we call SafeScrum, is motivated by the need to make it possible to use methods that are flexible with respect to planning, documentation and specification while still being acceptable to EN 50128, as well as making Scrum a practically useful approach for developing safetycritical systems. The rest of this section explains the components and concepts of this combined approach. The SafeScrum model has taken into account that some requirements should be outside an agile approach (separation of concern) and some safety requirements have to be added to the agile methods. Most of the signalling development projects last for several months to several years so we have also included information related to the number of Sprints performed. Separation of concern make possible for an agile approach without overloading it with large amounts of non-agile activities: The software developers develop software in SafeScrum. High level planning, systems design and decisions concerning safety are done outside the SafeScrum process. This is named Separation of Concern, see figure 2 and 3 below. Changes of high-level plans may be fed back from the RAMS validation to the Safe Scrum after each sprint. Figure 2: Waterfall, SafeScrum and Separation of Concern In a Sprint normally the phases 7.4 to 7.7 are included (figure 3). Figure 3: V-model, SafeScrum and separation of concern Add-ons are necessary in the Sprint, this is shown in the figure below.

4 Figure 4: SafeScrum and the Sprint The safety requirements and other requirements are documented as product backlogs. A product backlog lists all functional and safety related system requirements, prioritized by importance. The safety requirements are quite stable (relevant regulations and safety standards are normally stable during the project), while the functional requirements can change considerably over time. Development with a high probability of changes to requirements will favour an agile approach. All risk and safety analyses on the system level are done outside the SafeScrum process, including the analysis needed to decide the SIL level. Software is considered during the initial risk analysis and all later analysis. Just as for testing, safety analysis also improves when it is done iteratively and for small increments. Due to the focus on safety requirements, we use two related product backlogs, one functional product backlog, which is typical for Scrum projects, and one safety product backlog, to handle safety requirements. We will keep track of how each item in the functional product backlog relates to the items in the safety product backlog, i.e. which safety requirements that are affected by which functional requirements. The two backlogs do not necessarily need to be separated by more than different tags within the same requirement tracking tool. The core of the SafeScrum process is the repeated sprints. Each sprint can be a mini waterfall project or a mini V-model, and consists of planning, development, testing, and verification. For the development of safety critical systems, traceability between system/code and backlog items, both functional requirements and safety requirements, is needed. The documentation and maintenance of trace information is introduced as a separate activity in each sprint. In order to be performed in an efficient manner, traceability requires, in practice, the use of a supporting tool. The sprint starts with the selection of the top prioritized items from the product backlog. In the case of SafeScrum, items in the functional product backlog may refer to items in the safety product backlog. The staffing of the development team and the duration of the sprint (14 days is common), together with the estimates of each item decides which items that can be selected for development. The selected items constitute the sprint backlog, which ideally should not be changed during the sprint. The development phase of the sprint is based on developers selecting items from the sprint backlog, and producing code to address the items. A sprint should always produce an increment, which is a piece of the final system, for example executable code. The sprint ends by demonstrating and validating the outcome to assess whether it meets the items in the sprint backlog. Some items may be found to be completed and can be checked out while others may need further refinement in a later sprint and goes back into the backlog. To make Scrum conform to EN 50128, we propose that the final validation in each iteration is done both as a validation of the functional requirements and as a RAMS validation, to address specific safety issues. If appropriate, the independent safety validator may take part in this validation for each sprint. If we discover deviations from the relevant standards or confusions, the assessor should be involved as quickly as possible. Running such an iterative and incremental approach means that the development project can be continuously re-planned based on the most recent experience with the growing product. Figure 5: SafeScrum and several Sprints As the final step, when all the sprints are completed, a final RAMS validation will be done. Given that most of the developed system has been incrementally validated during the sprints, we expect the final RAMS validation to be less extensive than when using other development paradigms. This will also help us to reduce the time and cost needed for certification.

5 The key benefits of this combination of a safetyoriented approach and a process model for agile software development are that the process enables: Continuous communication between customers, the development team and the test team(s). Re-planning based on the most recent understanding of the requirements and the system under development. Mapping of functional and safety requirements. Code-requirements traceability. Coordination of work and responsibilities between the three key roles; the development team, the customer and the assessor. Test-driven development of safety critical systems. All of these points will help us to get a more transparent process and thus better control over the development process. 2 WHY SHOULD THE RAILWAY SIGNALLING INDUSTRY CONSIDER AGILE METHODS? The railway signalling industry has up till now been plan-driven and methodically conservative. Several changes in the environment have, however, affected this: The tempo with which new technology is introduced in the marketplace. This holds both for new constituents and for new on-board and trackside assemblies Increased focus on flexibility and innovation. This is partly a consequence of the first bullet point. There is a growing realization that the plandriven development paradigm is too much focussed on writing and rewriting plans that are not used and on producing documents that are not read. The industry s general focus on lean development and production. Whatever that does not contribute to the product s final value should be removed. There is no reason to believe that the tempo of inventions and innovations will slow down. The railway Joint undertaking S2R (Shift to Rail) and other research initiatives will increase this tempo and those who do not follow will quickly get into trouble. In addition, more and more developers are using agile development. It remains to be seen if these programmers will be interested in working in a development environment based on plan- and document-driven development methods. To quote from our IEC paper Stålhane (2012), the key benefits that comes from this combination of a safetyoriented approach and a process model for agile software development are that the process enables Continuous feedback both to the customer, the development team and the independent test team. Re-planning, based on the most recent understanding of the requirements and the system under development. Mapping of functional and safety requirements. Code-requirements traceability. Coordination of work and responsibilities between the three key roles; the development team, the customer and the assessor. Test-driven development of safety critical systems. All of these points will help us to get a more visible process and thus better control over the development process, which again will help us to deliver on time and within budget. 3 EN AND SCRUM One of the most important concepts when using SafeScrum is the separation of concerns what will be taken care of in the SafeScrum process and what is outside this process. In this way we separate the standard s requirements for software development from the rest of the requirements in the standard. To check possible challenges when adapting SafeScrum for EN compliant software, we have done a detailed study of parts 5 7 of the standard. Section 8 development of application data or algorithms has been left out for now. In addition, we have left out all discussion related to the use of ISO 9001 and the application of change impact analysis since these activities have been described elsewhere see Stålhane (2008) and Stålhane (2014). In addition we have, in an earlier paper, discussed problems related to documentation in agile development see Myklebust (2014). This discussion will not be repeated here. Last but not least, it is important to remain the reader of section in the standard: The life cycle model shall take into account the possibilities of iterations in and between phases. After a thorough walk-through, we are left with the following sections of the standard which will be discussed in more details below: Section 5: Sections organization, Section lifecycle issues Section 6: Section test requirements, Section software verification requirements, Section 6.5 software quality assurance. Section modification and change control

6 Section 7: Section life cycle and documentation for generic software, Section software requirements, Section component design, Section component implementation and testing. The rest of the requirements in section 5-7 are either outside SafeScrum - e.g. architecture - or already taken care of - e.g. safety requirements traceability. Section 5.1.2: subject to assessor s approval, requirements manger, designer and implementer can be the same person. The main point is that the tester must be independent of the implementer. Since these are all roles and not persons, it is not a problem for agile development - it only requires that the tests are written by someone else in the team. See also figure 1. Note that verifier, validator and integrator are new roles which must be added to the Scrum team. Section 5.3.2: life cycle requirements. The standard requires a Software Quality Assurance plan, a Software Verification plan, a Software validation plan and a Software Configuration plan. The standard requires that these plans shall be maintained throughout the development life cycle section This activity has to be inserted into SafeScrum as part of the sprint planning activity. Section 6.1.4: it is important to note that the standard here remove itself from the strict roles defined earlier. In section is says Test performed by other parties such as the Requirements manger, Designer or Implementer, if fully documented and complying with the following requirements (the rest of section 6.1.4) may be accepted by the Verifier. This opens up for developer testing, as is usual in agile development. The important point is to reach an agreement with the Verifier before the development starts. Section gives a detailed set of requirements for a test report. None of these requirements are difficult to implement. The main question is how to do it without slowing down the agile development process unnecessary. In our opinion we need two things (1) a test report template and (2) an adaptation of a test tool printout - e.g. SCRIPT. Requirements d to f can be achieved automatically. Section describes the requirements for software verifications. This implies a new role in SafeScrum. Note that section allows a stepwise development of the verification plan. Section requires us to demonstrate that functional performance and safety requirements are met. This fits well with the SafeScrum separation of concerns. The responsibility described in this section will fit in with the RAMS activity after each sprint. Section 6.5 has been thoroughly discussed in Stålhane (2008). Important issues such as the definition of the life-cycle model and entry- and exitcriteria for each activity are a natural part of agile development. The results presented on documentation in agile development of safety critical software in Myklebust (2014) are also important here. Configuration management (section ) is not a part of an agile development process but is still important. This activity has been discussed with our industrial partners and is easy to add to the SafeScrum process. Section 6.6 change impact analysis is already part of SafeScrum see Stålhane (2014). The only challenge comes from the requirement in section which requires us to go back to an appropriate phase in case of requirements changes. It is, however, up to the project manager to decide what the appropriate phase is. Traceability and configuration management information will help in deciding this. Section gives the requirements for the documents needed for generic software development 46 documents in total - which is describes in annex A1. The majority of these documents (40 out of the 46) can, however, be developed outside SafeScrum even though they will have to be updated after some of the sprints. This is for instance true for the six documents listed under the category Architecture and design. The six documents that need to be considered are all in the categories Component Implementation and Testing (documents 18-20) and Integration (documents 21-23). The only document in the category Component Implementation and Testing that must be considered here is the software source code verification report (document 20) but in our opinion, verification is done as part of RAMS (Reliability, Availability, Maintainability and Safety) and thus outside SafeScrum. Integration documentation (documents 21-23) must be created stepwise as more and more code is integrated after each sprint. This updating process must be part of each sprint retrospective. Section 7.2.1: Software requirements objectives. Section , if taken literally, would prevent the adoption of agile development since it requires that all safety and system requirements should be ready before any coding is done. However, since the standard already allows iterative development, this requirement should be interpreted as before any coding is done in this iteration - in SafeScrum meaning in this sprint. See also requirement in section Section requires the use of the software quality model defined by ISO This is not a problem for development but might be a problem for testing especially testing maintainability usability and portability. It is important for any project, agile or not, to agree with the assessor and the customer how these tests shall be performed. Section and requires that we develop an over-all software test specification. In an agile setting this is done by (1) developing a test

7 specification based on the currently available knowledge and (2) update after each sprint where requirements have been changed, added or removed. Section 7.4 concerns component design. How to relate to this requirement depends on the definition of a component. From the definition given in EN well-defined interfaces and behavior with respect to the software architecture it is reasonable to interpret component as a functional unit - see IEC , section Functional unit: entity of hardware or software, or both, capable of accomplishing a specified purpose. Using this definition, component design is part of system architecture and thus done outside SafeScrum. Section concerns component verification. As mentioned earlier, verifier is a new role that must be added to the Scrum team. In order for SafeScrum to comply with EN 50128, we need the following extensions: Appoint a verifier for the project Software Quality Assurance plan, a Software Verification plan, a Software validation plan and a Software Configuration plan. The plans shall be maintained throughout the development life cycle. It is thus a part of the sprint planning activity in SafeScrum Developer testing is accepted if we reach an agreement with the Verifier on this before the development starts. Demonstration that functional performance and safety requirements are met. The responsibility should lie with the RAMS activity after each sprint We must develop an over-all software test specification by (1) developing a test specification based on the currently available knowledge and (2) update after each sprint where requirements have been changed, added or removed. 4 THREATS TO VALIDITY Related to our conclusion on achieving conformance, we have identified three threats to validity: Have we understood EN 50128? Two of the authors is experienced EN assessor and are involved in certifying safety critical SIL 4 systems for rail signalling and SIL 2 off-shore products. Have we touched all relevant items? By using the SafeScrum process described in section 1.4, we have systematically gone through EN 50128, and we are confident that all relevant items are identified and assessed. Have we understood agile development in general and Scrum in particular? Agile development, including Scrum, is not an exactly defined methodology and there exist a handful of agile methods. Yet they are all based on the few common principles described in section 1.4. We have applied these common and fundamental principles to reduce potential bias from our own interpretations of what agile development is, yet a certain level of subjective interpretation is probably inevitable. Based on the discussion above we claim that our conclusions regarding EN and agile development in general and Scrum in particular will be valid for a wide range of companies and Notified Bodies. 5 CONCLUSION Elements of the agile development process is already used or considered for use in several important industrial domains such as automotive, avionics and industrial automation. When the issues identified in section 3 are settled, it should be straight forward to use SafeScrum and still be EN conformant. It is now important to get one or more companies to try it out in cooperation with the safety assessors to get a reality check of the concepts discussed above. This will allow us to identify possible problems and to make the adjustments necessary for industrial application. With a little flexibility there are, in our opinion, no large obstacles for using agile development for safety-critical software. The main challenges are the EN requirements on organisation, detailed planning, documentation and requirements for proof of conformance. The SafeScrum development process will be an important input to this work. This will lead to a process that is better adapted to handle changes that occur in any software development process and give us an incremental process development, testing and verification that again will lead to more efficient software development. The main differences between IEC and EN are the more stringent requirements in EN related to organization, the validator shall give agreement/disagreement for the software release, documentation and competence requirements. Suggested improvements of EN are more requirements and information regarding modern software development methods. This is also in accordance with preliminary work performed by the current IEC maintenance committee.

8 6 REFERENCES EN Railway applications Communication, signalling and processing systems Software for railway control and protection systems. Ed.2 Fitzgerald et al Scaling Agile Methods to Regulated Environments: An Industry Case Study Myklebust, T., Stålhane T., Hanssen G. K., Wien T. and Haugset B Scrum, documentation and the IEC :2010 software standard. PSAM 12 Hawaii Redmill F. Agile methods for developing safety-related software?. SCSC Newsletter September 2014 Stålhane, T. and Hanssen, G.K The application of ISO 9001 to agile software development. Stålhane, T., Myklebust, T., and Hanssen, G.K The application of Safe Scrum to IEC certifiable software. ESREL 2012, Helsinki, Finland Stålhane, T. Hanssen, G. K. Myklebust T. and Haugset B Agile change impact analysis of safety critical software. SafeComp_Sassur

Safety standards and Scrum A synopsis of three standards

Safety standards and Scrum A synopsis of three standards Safety standards and Scrum A synopsis of three standards Tor Stålhane IDI / NTNU, Thor Myklebust and Geir Kjetil Hanssen SINTEF ICT 1. Introduction There are a large number of standards used to develop

More information

Agile-R. intecs Solutions. A new approach to combine Agile and EN for Railway software development. Agile-R. Trademark registered

Agile-R. intecs Solutions. A new approach to combine Agile and EN for Railway software development. Agile-R. Trademark registered intecs Solutions SYSTEM ENGINEERING SOFTWARE DEVELOPMENT PROCESS & RAMS CONSULTING VALIDATION & VERIFICATION EMBEDDED SOFTWARE Agile-R A new approach to combine Agile and EN 50128 for Railway software

More information

Agile practices when developing safety systems

Agile practices when developing safety systems Agile practices when developing safety systems Thor Myklebust a, Narve Lyngby a, and Tor Stålhane c a SINTEF Digital, Trondheim, Norway c NTNU, Trondheim, Norway Abstract: In the recent years, there has

More information

Software Design COSC 4353/6353 D R. R A J S I N G H

Software Design COSC 4353/6353 D R. R A J S I N G H Software Design COSC 4353/6353 D R. R A J S I N G H Outline Week 2 Software Development Process Software Development Methodologies SDLC Agile Software Development Process A structure imposed on the development

More information

SWE 211 Software Processes

SWE 211 Software Processes SWE 211 Software Processes These slides are designed and adapted from slides provided by Software Engineering 9 /e Addison Wesley 2011 by Ian Sommerville 1 Outlines Software process models Process activities

More information

Research on software systems dependability at the OECD Halden Reactor Project

Research on software systems dependability at the OECD Halden Reactor Project Research on software systems dependability at the OECD Halden Reactor Project SIVERTSEN Terje 1, and ØWRE Fridtjov 2 1. Institute for Energy Technology, OECD Halden Reactor Project, Post Box 173, NO-1751

More information

Software Engineering Part 2

Software Engineering Part 2 CS 0901341 Software Engineering Part 2 In this part, we look at 2.1 Software Process 2.2 Software Process Models 2.3 Tools and Techniques for Processing Modelling As we saw in the previous part, the concept

More information

CTC/ITC 310 Program Management California State University Dominguez Hills First Exam Answer Key November 20, 2018 Instructor: Howard Rosenthal

CTC/ITC 310 Program Management California State University Dominguez Hills First Exam Answer Key November 20, 2018 Instructor: Howard Rosenthal CTC/ITC 310 Program Management California State University Dominguez Hills First Exam Answer Key November 20, 2018 Instructor: Howard Rosenthal There are 30 questions on this exam. Each question is worth

More information

SCRUM - compact The agile software development methodology

SCRUM - compact The agile software development methodology Scrum in 30 seconds Scrum is an empirical way to manage software development projects. Scrum is made up of an easy set of rules and ensures that every team member feels the responsibility of a project

More information

Towards Systematic Software Reuse in Certifiable Safety-Critical Systems

Towards Systematic Software Reuse in Certifiable Safety-Critical Systems Towards Systematic Software Reuse in Certifiable Safety-Critical Systems Mikael Åkerholm 1,2, Rikard Land 1,2 1 Mälardalen University, School of Innovation, Design and Engineering, Västerås, Sweden 2 CC

More information

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests...

0 Introduction Test strategy A Test Strategy for single high-level test B Combined testing strategy for high-level tests... TPI Automotive Test Process Improvement Version: 1.01 Author: Sogeti Deutschland GmbH Datum: 29.12.2004 Sogeti Deutschland GmbH. Version 1.01 29.12.04-1 - 0 Introduction... 5 1 Test strategy...10 1.A Test

More information

V&V = the Verification and Validation of Deliverables

V&V = the Verification and Validation of Deliverables V&V = the Verification and Validation of Deliverables Verification and validation (V&V) are separated in the PMBOK Guide, but should be viewed as two integrated elements in the process of creating value

More information

Adaptive Software Development for Developing Safety Critical Software

Adaptive Software Development for Developing Safety Critical Software Adaptive Software Development for Developing Safety Critical Software Adil A Abdelaziz, Yaseen El-Tahir, Raheeg Osman Faculty of Computer Science and Information Technology, Faculty of Computer Science

More information

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1

version NDIA CMMI Conf 3.5 SE Tutorial RE - 1 Requirements Engineering SE Tutorial RE - 1 What Are Requirements? Customer s needs, expectations, and measures of effectiveness Items that are necessary, needed, or demanded Implicit or explicit criteria

More information

AGILE TEST MANAGEMENT WITH VISUAL STUDIO

AGILE TEST MANAGEMENT WITH VISUAL STUDIO AGILE TEST MANAGEMENT WITH VISUAL STUDIO any companies are implementing an agile methodology, but often still have waterfall based tools. We ve been working on several agile projects, one of which we collaborate

More information

Agile Projects 7. Agile Project Management 21

Agile Projects 7. Agile Project Management 21 Contents Contents 1 2 3 4 Agile Projects 7 Introduction 8 About the Book 9 The Problems 10 The Agile Manifesto 12 Agile Approach 14 The Benefits 16 Project Components 18 Summary 20 Agile Project Management

More information

What is Software Engineering?

What is Software Engineering? COSC 3351 Software Software Life Cycle (I) Spring 2008 What is Software Engineering? Real world problems are large and complex. Solving problems requires multiple steps Analyzing: Break the problems into

More information

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1 Lectures 2 & 3 Software Processes Software Engineering, COMP201 Slide 1 What is a Process? When we provide a service or create a product we always follow a sequence of steps to accomplish a set of tasks

More information

Safety assurance for a signalling system based on quality management

Safety assurance for a signalling system based on quality management Risk Analysis IX 499 Safety assurance for a signalling system based on quality management F. Yan School of Electronics and Information Engineering, Beijing Jiaotong University, China Abstract The fast

More information

Chapter 4 Document Driven Approach for Agile Methodology

Chapter 4 Document Driven Approach for Agile Methodology Chapter 4 Document Driven Approach for Agile Methodology In this chapter, 4.1. Introduction 4.2. Documentation Selection Factors 4.3. Minimum Required Documents 4.4. Summary 4.1. Introduction In all, the

More information

Mapping of Fusion Process Model onto ISO/IEC 12207:2008

Mapping of Fusion Process Model onto ISO/IEC 12207:2008 Mapping of Fusion Model onto ISO/IEC 12207:2008 Rupinder Kaur; Jyotsna Sengupta Department of Computer Science; Punjabi University Patiala, India rupadeo@gmail.com Abstract Fusion Model is a component

More information

Software Engineering

Software Engineering Software Engineering Lecture 02: Processes Peter Thiemann University of Freiburg, Germany SS 2013 Peter Thiemann (Univ. Freiburg) Software Engineering SWT 1 / 41 Terms Software Component SW System Organized

More information

DELIVER SOLUTION. Predictive versus Adaptive Approaches. Predictive Approach

DELIVER SOLUTION. Predictive versus Adaptive Approaches. Predictive Approach DELIVER SOLUTION All the work done so far is about understanding the current state, finding possible solutions and finally selecting the best-suited solution. The next step is to develop the solution.

More information

Improving Agile Execution in the Federal Government

Improving Agile Execution in the Federal Government Improving Agile Execution in the Federal Government 1 Committed Partner. Creating Results. In December of 2010 the government introduced the 25 Point Implementation Plan to Reform Federal Information Technology

More information

Chapter 3 Prescriptive Process Models

Chapter 3 Prescriptive Process Models Chapter 3 Prescriptive Process Models - Generic process framework (revisited) - Traditional process models - Specialized process models - The unified process Generic Process Framework Communication Involves

More information

Using codebeamer to Achieve

Using codebeamer to Achieve Using codebeamer to Achieve IEC 61508 Compliance Using codebeamer to achieve IEC 61508 compliance 1 Using codebeamer to achieve IEC 61508 compliance Using a smart, integrated, cross-functional platform

More information

CMPT 275 Software Engineering

CMPT 275 Software Engineering CMPT 275 Software Engineering Software life cycle 1 Software Life Cycle Sequence of processes completed as a software project moves from inception to retirement At beginning of project development, choose

More information

SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS. Saulius Ragaišis.

SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS. Saulius Ragaišis. SOFTWARE ENGINEERING SOFTWARE-LIFE CYCLE AND PROCESS MODELS Saulius Ragaišis saulius.ragaisis@mif.vu.lt CSC2008 SE Software Processes Learning Objectives: Explain the concept of a software life cycle and

More information

TOWARDS DEFINING SOFTWARE DEVELOPMENT PROCESSES IN DO-178B WITH OPENUP

TOWARDS DEFINING SOFTWARE DEVELOPMENT PROCESSES IN DO-178B WITH OPENUP TOWARDS DEFINING SOFTWARE DEVELOPMENT PROCESSES IN DO-178B WITH OPENUP Christophe Bertrand, Christopher P. Fuhrman Department of Software and IT Engineering, ÉTS (École de technologie supérieure), Montreal,

More information

Transition from conventional to Agile process model An Experience Report

Transition from conventional to Agile process model An Experience Report Transition from conventional to Agile process model An Experience Report Abhinav 1, Vijayalakshmi M. 2, Achyut Bhandiwad 3, Karthik Mellikeri 4, Preetham Nagesh 5 1 2 3 4 5 Computer Science Engineering

More information

7 Misconceptions of Enterprise Agile. August 15

7 Misconceptions of Enterprise Agile. August 15 7 Misconceptions of Enterprise Agile August 15 Misconception #1 Enterprise Agile will free you from having to do requirements 5/1/13 Copyright 2013 Blueprint 2013 Software Blueprint Systems Inc. All Rights

More information

Agile Software Development

Agile Software Development Agile Software Development Lecturer: Raman Ramsin Lecture 3 Scrum Framework 1 Scrum Origins First mentioned as a development method in 1986, referring to a fast and flexible product development process

More information

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle.

This document describes the overall software development process of microcontroller software during all phases of the Company Name product life cycle. Maturity Process Owner Check Release Description Valid Name / Department Name / Department Name / Department Detailed procedure for software development Title: Software Development Procedure Purpose: This

More information

Manage Projects Effectively

Manage Projects Effectively White Paper Application Development, Test & Delivery Manage Projects Effectively Table of Contents page Executive Summary... 1 The Micro Focus Solution Invest in What Matters Most then Manage It... 2 Strategic

More information

Scrum. a description. V Scrum Alliance,Inc 1

Scrum. a description. V Scrum Alliance,Inc 1 Scrum a description V 2012.12.13 2012 Scrum Alliance,Inc 1 Scrum Principles Values from the Agile Manifesto Scrum is the best-known of the Agile frameworks. It is the source of much of the thinking behind

More information

Case Study: How to Eliminate Flaws of Waterfall and Agile Development Processes Using a Hybrid Model

Case Study: How to Eliminate Flaws of Waterfall and Agile Development Processes Using a Hybrid Model Case Study: How to Eliminate Flaws of Waterfall and Agile Development Processes Using a Hybrid Model Agile Waterfall Hybrid Model The Waterfall Model has been the ideal choice for software development.

More information

Reflection on Software Process Improvement

Reflection on Software Process Improvement Reflection on Software Process Improvement Keynote for SEPG Conference in Japan - 2005 John D. Vu, Ph. D Technical Fellow The Boeing Company BOEING is a trademark of Boeing Management Company. John Vu

More information

Vendor: GAQM. Exam Code: CSM-001. Exam Name: Certified Scrum Master (CSM) Version: Demo

Vendor: GAQM. Exam Code: CSM-001. Exam Name: Certified Scrum Master (CSM) Version: Demo Vendor: GAQM Exam Code: CSM-001 Exam Name: Certified Scrum Master (CSM) Version: Demo QUESTION 1 What is the maximum amount of time that the team should spend in the daily scrum? A. As long as it takes

More information

Agile Practices in Regulated Railway Software Development

Agile Practices in Regulated Railway Software Development Agile Practices in Regulated Railway Software Development Henrik Jonsson System Development Department Etteplan Industry AB Västerås, Sweden henrik.jonsson@etteplan.com Stig Larsson and Sasikumar Punnekkat

More information

T Software Testing and Quality Assurance Test Planning

T Software Testing and Quality Assurance Test Planning T-76.5613 Software Testing and Quality Assurance 10.10.2007 Test Planning Juha Itkonen Outline Test planning, purpose and usage of a test plan Topics of test planning Exercise References: IEEE Std 829-1998,

More information

Software Engineering Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur.

Software Engineering Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur. Software Engineering Prof. Rajib Mall Department of Computer Science and Engineering Indian Institute of Technology, Kharagpur Lecture 14 Scrum Welcome to this lecture. Till now we had looked at some introductory

More information

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 Failure Rate Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 SOFTWARE (What is Software? Explain characteristics of Software. OR How the software product is differing than

More information

Businesses now operate in rapidly changing environment.

Businesses now operate in rapidly changing environment. Computers II Lesson 3 3.0 Agile software development Businesses now operate in rapidly changing environment. They have to respond to new opportunities and markets, changing economic conditions, and the

More information

Timothy Stokes. PE, MBA Delcan Corp, Senior Principal Denver, CO

Timothy Stokes. PE, MBA Delcan Corp, Senior Principal Denver, CO Improving Project Management to Realize Successful Outcomes by Focusing on Requirements Management Timothy Stokes. PE, MBA Delcan Corp, Senior Principal Denver, CO Introduction Begin at the beginning,

More information

Course Title: Planning and Managing Agile Projects

Course Title: Planning and Managing Agile Projects Course Title: Planning and Managing Agile Projects Course ID: BA15 Credits: 21 PDUs Course Duration: 3 days (Live in person class only) Course Level: Basic/Intermediate Course Description: This 3-day course

More information

Reducing Business Risk

Reducing Business Risk July 2005 Reducing Business Risk Through Agile Development Fred Tingey Head of Risk Systems BNP Paribas Introduction Context What is Agile Programming? Traditional vs Agile approach A New Way to do Things

More information

FACTFILE: GCE DIGITAL TECHNOLOGY

FACTFILE: GCE DIGITAL TECHNOLOGY FACTFILE: GCE DIGITAL TECHNOLOGY AS1: APPROACHES TO SYSTEMS DEVELOPMENT Alternative development approaches and Software projects Learning Outcomes Students should be able to: describe the main features

More information

Software Development Methodologies

Software Development Methodologies Software Development Methodologies Lecturer: Raman Ramsin Lecture 7 Agile Methodologies: Scrum 1 Agile Methodologies: Brief History First appeared in 1995. The once-common perception that agile methodologies

More information

Software Development Life Cycle:

Software Development Life Cycle: Software Development Life Cycle: The systems development life cycle (SDLC), also referred to as the application development life-cycle, is a term used in systems engineering, information systems and software

More information

On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps

On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps On various testing topics: Integration, large systems, shifting to left, current test ideas, DevOps Matti Vuori www.mattivuori.net matti.vuori@mattivuori.net @Matti_Vuori TUT lecture series of SW Technologies:

More information

An Assessment of Avionics Software Development Practice: Justifications for an Agile Development Process

An Assessment of Avionics Software Development Practice: Justifications for an Agile Development Process An Assessment of Avionics Software Development Practice: Justifications for an Agile Development Process Geir K. Hanssen 1( ), Gosse Wedzinga 2, and Martijn Stuip 2 1 SINTEF, Trondheim, Norway geir.k.hanssen@sintef.no

More information

Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems

Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems Software Processes Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems Slide 1 Objectives To introduce software

More information

Cambridge University Press Agile Testing: How to Succeed in an Extreme Testing Environment John Watkins Excerpt More information

Cambridge University Press Agile Testing: How to Succeed in an Extreme Testing Environment John Watkins Excerpt More information 1 Introduction If you try to make the software foolproof, they will just invent a better fool! Dorothy Graham 1.1 Why Agile? In today s highly competitive IT business, companies experience massive pressures

More information

ISO Food Safety Management Systems Your implementation guide

ISO Food Safety Management Systems Your implementation guide ISO 22000 Food Safety Management Systems Your implementation guide ISO 22000 Food safety management systems How ISO 22000 works The World Health Organization estimates that one in ten people fall ill and

More information

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes

Objectives. The software process. Topics covered. Waterfall model. Generic software process models. Software Processes Objectives Software Processes To introduce software process models To describe three generic process models and when they may be used To describe outline process models for requirements engineering, software

More information

Acquiring Digital Services for Defence using the Government Service Design Manual

Acquiring Digital Services for Defence using the Government Service Design Manual Acquiring Digital Services for Defence using the Government Service Design Manual How can the Government Service Design Manual be aligned to Defence Investment Approval requirements? What Benefits does

More information

"Charting the Course to Your Success!" Planning and Managing Agile Projects Course Summary

Charting the Course to Your Success! Planning and Managing Agile Projects Course Summary Course Summary Description This 3-day course aims at introducing its attendees to the core values, principles, and practices of Agile. This course is a more elaborate version of the Certified Scrum Master

More information

THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS

THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS International Journal on Information Technologies & Security, 4 (vol. 9), 2017 51 THE ADVANTAGES OF AGILE METHODOLOGIES APPLIED IN THE ICT DEVELOPMENT PROJECTS Vangel Fustik Faculty of Electrical Engineering

More information

Chapter 3 Software Process Model

Chapter 3 Software Process Model Usman Akram COMSATS Institute of information Technology lahore musmanakram@ciitlahore.edu.pk March 8, 2015 About software process model Outline 1 About software process model Build and Fix Model Why Models

More information

What are requirements? Basics of Requirement Engineering. Definition of a Stakeholder. Stated Vs. Real Requirements. Stated Vs.

What are requirements? Basics of Requirement Engineering. Definition of a Stakeholder. Stated Vs. Real Requirements. Stated Vs. What are requirements? Basics of Requirement Engineering Muzaffar Iqbal Farooqi A requirement is a necessary attribute in a system, a statement that identifies a capability, characteristic, or quality

More information

Sign up to mailing list Join Slack, teaching team is available. All links are on the course website Slides are uploaded there too

Sign up to mailing list Join Slack, teaching team is available. All links are on the course website Slides are uploaded there too Sign up to mailing list Join Slack, teaching team is available All links are on the course website Slides are uploaded there too Week 1 (Oct 16 Oct 20) Introduction lectures Week 2 (Oct 23 Oct 27) Work

More information

1 Introduction. 20 August 1995; 19:29 1 Master04.Doc

1 Introduction. 20 August 1995; 19:29 1 Master04.Doc 1 Introduction This master thesis concludes the study of computer science at the Rijks Universiteit of Leiden. The mentor for this project is dr. L.P.J. Groenewegen. The topic addressed in this master

More information

Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right. Copyright 2017

Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right. Copyright 2017 Johanna Rothman Part II Design and Manage an Agile and Lean Project Chapter 5 Start Your Agile Project Right Copyright 2017 Start you Agile project right Projects need direction teams need to know where

More information

Business Alignment Through the DevOps Loop

Business Alignment Through the DevOps Loop Business Alignment Through the DevOps Loop Introduction CIOs are more focused than ever on moving from project-based, Waterfall projects to continuous delivery of working software. Agile, Lean, and DevOps

More information

Standard Work and the Lean Enterprise Net Objectives Inc. All Rights Reserved.

Standard Work and the Lean Enterprise Net Objectives Inc. All Rights Reserved. Standard Work and the Lean Enterprise 2010 Net Objectives Inc. All Rights Reserved. Lean Thinking Lean Thinking provides foundational principles which involve the entire lifecycle of realizing business

More information

Sistemi ICT per il Business Networking

Sistemi ICT per il Business Networking Corso di Laurea Specialistica Ingegneria Gestionale Sistemi ICT per il Business Networking Requirements Engineering Docente: Vito Morreale (vito.morreale@eng.it) 17 October 2006 1 UP Phases 1. Inception

More information

Introduction to Systems Analysis and Design

Introduction to Systems Analysis and Design Introduction to Systems Analysis and Design What is a System? A system is a set of interrelated components that function together to achieve a common goal. The components of a system are called subsystems.

More information

CM MatchPoint Agile. Christoph Heinrich, CM First Plex Track A / Session 17

CM MatchPoint Agile. Christoph Heinrich, CM First Plex Track A / Session 17 CM MatchPoint Agile This sessions shows how to use CM MatchPoint for the management and automated deployments in agile projects using frameworks like SCRUM Christoph Heinrich, CM First Plex Track A / Session

More information

Introduction to Software Engineering

Introduction to Software Engineering UNIT I SOFTWARE PROCESS Introduction S/W Engineering Paradigm life cycle models (water fall, incremental, spiral, WINWIN spiral, evolutionary, prototyping, objects oriented) -system engineering computer

More information

The Work Breakdown Structure in the Systems Engineering Process. Abstract. Introduction

The Work Breakdown Structure in the Systems Engineering Process. Abstract. Introduction The Work Breakdown Structure in the Systems Engineering Process Mark A. Wilson Strategy Bridge International, Inc. 9 North Loudoun Street, Suite 208 Winchester, VA 22601-4798 mwilson@strategybridgeintl.com

More information

Session 11E Adopting Agile Ground Software Development. Supannika Mobasser The Aerospace Corporation

Session 11E Adopting Agile Ground Software Development. Supannika Mobasser The Aerospace Corporation Session 11E Adopting Agile Ground Software Development Supannika Mobasser The Aerospace Corporation The Aerospace Corporation 2017 Overview To look beyond the horizon and to embrace the rapid rate of change

More information

SAP BUSINESS GROUP AGILE FOR SAP SOLUTIONS

SAP BUSINESS GROUP AGILE FOR SAP SOLUTIONS SAP BUSINESS GROUP AGILE FOR SAP SOLUTIONS AGILE AND SAP PROJECTS: FINDING THE FIT In a constantly changing business environment, enterprise systems and agile approaches are powerful allies. Enterprise

More information

Softwaretechnik. Lecture 02: Processes. Peter Thiemann SS University of Freiburg, Germany

Softwaretechnik. Lecture 02: Processes. Peter Thiemann SS University of Freiburg, Germany Softwaretechnik Lecture 02: Processes Peter Thiemann University of Freiburg, Germany SS 2012 Peter Thiemann (Univ. Freiburg) Softwaretechnik SWT 1 / 34 Terms Software Program SW System organized collections

More information

Contents. Using SmartProceduresto meet PPA AP Procedure Process Description Guidelines 1

Contents. Using SmartProceduresto meet PPA AP Procedure Process Description Guidelines 1 Contents Overview... 2 Evaluate Request for New or Altered Procedure... 3 Plan Procedure Development... 5 Research Request and Develop Procedure Draft... 7 Determine Appropriate Reviews... 10 Approve Procedure...

More information

Chapter 3 Agile Software Development. Part 1b

Chapter 3 Agile Software Development. Part 1b Chapter 3 Agile Software Development Part 1b 1 Testing in XP Testing is central to XP and XP has developed an approach where the program is tested after every change has been made. XP testing features:

More information

Lean + Agile: Deliver Half the Software and Delight your Clients Canadian Lean Summit

Lean + Agile: Deliver Half the Software and Delight your Clients Canadian Lean Summit Lean + Agile: Deliver Half the Software and Delight your Clients 2018 Canadian Lean Summit 1 What goes wrong in technology projects? 2 Why do many public sector technology projects fail? Research consensus:

More information

Joined-up Requirements: Business Goals to System Tests

Joined-up Requirements: Business Goals to System Tests Joined-up Requirements: Business Goals to System s Case Study John Cheesman Strata Software john.cheesman@stratasoftware.com Strata Software Ltd 2005-2008 Strata Software Requirements specialists Requirements

More information

A Continuous Improvement Approach for Medical Device Software Development Companies. Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery

A Continuous Improvement Approach for Medical Device Software Development Companies. Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery A Continuous Improvement Approach for Medical Device Software Development Companies Dr. Özden Özcan-Top - Dr. Fergal Mc Caffery 12/07/2017 Lero 2015 1 Dr. Özden Özcan - Top Dr. Fergal Mc Caffery Dundalk

More information

Thoughts about modelbased test management. Matti Vuori

Thoughts about modelbased test management. Matti Vuori Thoughts about modelbased test management Matti Vuori 7.4.2016 Contents 1/2 Introduction 4 Areas of traditional test management 5 Test monitoring and control re ISO 29119 6 Linked to other activities 7

More information

This course will explore how your projects can easily and successfully make the transition to an effective Agile environment.

This course will explore how your projects can easily and successfully make the transition to an effective Agile environment. AGILE AGL310: Planning and Managing Agile Projects Agile Project methodology Training for Software IT Management. Learn how to apply Agile to current projects: explore how your projects can easily and

More information

Software Engineering Lecture 5 Agile Software Development

Software Engineering Lecture 5 Agile Software Development Software Engineering Lecture 5 Agile Software Development JJCAO Mostly based on the presentation of Software Engineering, 9ed Exercise Describe the main activities in the software design process and the

More information

REQUIREMENTS FOR SAFETY RELATED SOFTWARE IN DEFENCE EQUIPMENT PART 1: REQUIREMENTS

REQUIREMENTS FOR SAFETY RELATED SOFTWARE IN DEFENCE EQUIPMENT PART 1: REQUIREMENTS Ministry of Defence Defence Standard 00-55(PART 1)/Issue 2 1 August 1997 REQUIREMENTS FOR SAFETY RELATED SOFTWARE IN DEFENCE EQUIPMENT PART 1: REQUIREMENTS This Part 1 of Def Stan 00-55 supersedes INTERIM

More information

Building a CMDB You Can Trust in a Complex Environment

Building a CMDB You Can Trust in a Complex Environment WHITE PAPER Building a CMDB You Can Trust in a Complex Environment Move beyond standard data consolidation to a more pro-active approach with the Nexthink-ServiceNow CMDB Connector EXECUTIVE SUMMARY Forward-thinking

More information

Actionable enterprise architecture management

Actionable enterprise architecture management Enterprise architecture White paper June 2009 Actionable enterprise architecture management Jim Amsden, solution architect, Rational software, IBM Software Group Andrew Jensen, senior product marketing

More information

Lecture 1. In practice, most large systems are developed using a. A software process model is an abstract representation

Lecture 1. In practice, most large systems are developed using a. A software process model is an abstract representation Chapter 2 Software Processes Lecture 1 Software process descriptions When we describe and discuss processes, we usually talk about the activities in these processes such as specifying a data model, designing

More information

CSEB233: Fundamentals of Software Engineering. Software Requirements Part 1 Understanding Requirements Engineering

CSEB233: Fundamentals of Software Engineering. Software Requirements Part 1 Understanding Requirements Engineering CSEB233: Fundamentals of Software Engineering Software Requirements Part 1 Understanding Requirements Engineering Objectives Discuss the concept of requirements and the types of requirements Explain what

More information

Communicate and Collaborate with Visual Studio Team System 2008

Communicate and Collaborate with Visual Studio Team System 2008 Communicate and Collaborate with Visual Studio Team System 2008 White Paper May 2008 For the latest information, please see www.microsoft.com/teamsystem This is a preliminary document and may be changed

More information

A Practical Approach to Project Management in a Very Small Company

A Practical Approach to Project Management in a Very Small Company A Practical Approach to Project Management in a Very Small Company Edgar Caballero and Jose A. Calvo-Manzano Departamento Lenguajes y Sistemas Informáticos e Ingeniería del Software Universidad Politécnica

More information

3. Comparison of Above Described SDLC Models

3. Comparison of Above Described SDLC Models 123 3. Comparison of Above Described SDLC Models Waterfall Model is little hard to manage due to the rigidity of the model as each phase has specific deliverables and a review process. It works well for

More information

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1

Software Processes. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Software Processes Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 4 Slide 1 Objectives To introduce software process models To describe three generic process models and when they may be

More information

Software Development Life Cycle

Software Development Life Cycle Software Development Life Cycle Author : harvix-distrogmail-com When people are asked to define the SDLC (Software Development Life Cycle), they often come up with something like the following: 1. Planning

More information

Chapter 7. Project Reporting Keeping Everything Visible

Chapter 7. Project Reporting Keeping Everything Visible Chapter 7 Project Reporting Keeping Everything Visible A Scrum project is controlled by means of frequent inspection of the project followed by necessary adaptations Daily Scrum to get a feel for the tone,

More information

Software Processes 1

Software Processes 1 Software Processes 1 Topics covered Software process models Process activities Coping with change 2 The software process A structured set of activities required to develop a software system. Many different

More information

BA25-Managing the Agile Product Development Life Cycle

BA25-Managing the Agile Product Development Life Cycle BA25-Managing the Agile Product Development Life Cycle Credits: 28 PDUs / 4 Days Course Level: Intermediate/Advanced Course Description: This 4-day course explores how adapting Agile values and principles

More information

1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum

1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum 1. The Case for Agile 2. The Scrum Process 3. Scaling Scrum Delivering late Delivering over budget Delivering the wrong thing Unstable in production Costly to maintain Smart people trying to do good work

More information

Quality management plan

Quality management plan 2.3.8. Quality management plan Quality management is not an event - it is a process, and a mindset. It is a continuous process of improvement involving all aspects of business including Quality control

More information

An Introduction to Scrum

An Introduction to Scrum What is Scrum? Even projects that have solid, well-defined project plans encounter some degree of change. Shifting market conditions, budget cuts, staff restructuring, or any number of influences will

More information

Automated System Validation By: Daniel P. Olivier & Curtis M. Egan

Automated System Validation By: Daniel P. Olivier & Curtis M. Egan Automated System Validation By: Daniel P. Olivier & Curtis M. Egan In today s technical environment validation practices are both a requirement and an important tool in the medical and pharmaceutical industry.

More information

V-Model and Scrum in medical device context

V-Model and Scrum in medical device context Focus on specification V-Model and Scrum in medical device context Senior specialist Carsten Jørgensen, CNJG@FORCE.DK Stakeholder and product requirements Stakeholder requirements specification (Usually

More information

FAQ: Implementation Complete Phase

FAQ: Implementation Complete Phase FAQ: Implementation Complete Phase Question 1: How can I determine if the Implementation Complete milestone has been met? Response: There are several industry accepted measures for the Implementation Complete

More information