Software Project Management Plan

Size: px
Start display at page:

Download "Software Project Management Plan"

Transcription

1 Software Project Management Plan Julie Makelberge November 3, 2010 Version Date Author Comment /11/2010 Julie Initial version /11/2010 Kevin Revision 1

2 Contents 1 Overview Project Summary Purpose, scope and objectives Assumptions, dependencies and constraints Project Deliverables References 5 3 Definitions 6 4 Project Organisation Process model Project Organisation External Interfaces Internal Structure Roles and Responsibilities Managerial process plans Start-up plan Staffing plan Project staff training plan Work plan Control Plan Requirements control plan Schedule control plan Reporting plan Risk management plan Technical process plans Process model Methods, tools and techniques Supporting process plans Configuration management plan Verification and validation plan Documentation plan Quality assurance plan

3 1 Overview 1.1 Project Summary Purpose, scope and objectives Introducing the real world to be complement with the virtual universe of games calls for a whole new level of gaming experience. In this project, a game will be developed that uses QR tags, spread in the real world, that the player can use to gather information about the current location, being the particular place where the tag is found. This principle of finding QR tags and gathering information will be used to introduce goals in the game. To create a game session, the player will be given two sets of templates: one for interactive, scenic routes and one for competitive games where players race through way points, marked by the QR tags. If wished for, players can introduce their own rules for custom competitive games. The requirements are based on the official statement. Functional Requirements Finding and selecting a game requesting the existing possible games filtering games based on their name or properties (e.g. Atomium, Empire State Building) Detailed description of a selected game, stating duration time, location, etc social ranking of games Playing Games Starting and ending game with QR tag Possibility of reviewing a played game Possibility to publish your progress Creating Games Templates for scenic routes Templates for competitive gaming Local mini-games for competitive gaming 3

4 Non-Functional Requirements The system must work on Linux and a web container like Tomcat The design must be modular so extensions and replacements of components will be easy The web interface must be simple, attractive and standard (CSS, XHTML) A service interface (using REST or SOAP) is an interesting extension Probable languages are C++, Java, Python, possibly extended with libraries. Only free software can be used as well as for the end product as for the resources. The choice of a certain library or recourse needs to be justified by reliability, being open and simplicity. A free library can only be used for certain (sub)components after authorisation of the client and a comparative study of what is available. The study is a part of the project documents and needs to be a part of the configuration management. It also needs to be available on the website. Frameworks are not allowed for non-technical reasons The system needs to be able to be installed easily on a standard machine The system will be demonstrated on the wilma server Requirements concerning the process All documents (and code) need to be in English Documents need to be available in pdf format All code needs to be documented by the usual resources like javadoc, doxygen, etc A repository needs to be used for configuration management. The repository needs to be available on the website. Eventually a subversion can be used. In that case the repository also needs to be available on the website A test automation tool for the framework needs to be used At least these documents need to be maintained: 1. Software Project Management Plan (SPMP) 2. Software Quality Assurance Plan (SQAP) 3. Software Configuration Management Plan (SCMP) 4. Software Test Plan (STD) 5. Software Requirements Specification (SRS) 6. Minutes of all meetings 4

5 The use of a project management tool is mandatory as well. This tool needs to be able to show for each team member what his/her function is, how much time was planned for a task and how much time was actually spend for a task. The client needs to be able to access this particular tool. All documents need to be publicly available on the website of the group at all times Assumptions, dependencies and constraints No assumptions are made concerning the project. The project is completely dependent on the motivation and work of the team members. Therefore good communication is necessary. There is a constraint on the available work hours since every team member has other courses to attend to and other projects to spend time on. Another constraint is that there is no financial budget, so all used software should be free and/or open-source. The last constraint is that the program needs to run on Linux as well as on the Wilma server Project Deliverables The required documents are: SPMP SCMP SRS SDD SQAP STD Minutes of meetings 2 References - Requirements document - Software engineering course - WE-DINF-6537 Rachnild Van Der Straeten - Eric J. Braude - Software Engineering, An Object-Oriented Perspective 5

6 3 Definitions SPMP Software Project Management Plan SCMP Software Configuration Management Plan SRS Software Requirement Specification SDD Software Design Document SQAP Software Quality Assurance Plan STD Software Test Plan CM Configuration Management VUB Vrije Universiteit Brussel 4 Project Organisation 4.1 Process model The chosen process is the spiral model with four iterations. With this model the most risky problems are identified and handled with in the beginning of the project. This gives the project a very high chance of success. Also it becomes clear early on in the process whether some parts of the project are unrealisable. Unlike the waterfall process, after each iteration, prototypes are made and can be evaluated by the client in order to reduce risks. 4.2 Project Organisation External Interfaces The professor (Ragnild Van Der Straeten) will act like the stakeholder in this project and can be reached through mail. Frequent SCRUM meetings will be held after each iteration Internal Structure The project consists of a group of peers with following roles: Project Manager, Configuration Manager, Quality Assurance Manager, Web-master, Requirements Manager, Design Manager, Implementation Manager and Secretary. 6

7 4.2.3 Roles and Responsibilities Project Manager responsible for the SPMP responsible for the contact with the professor approves timesheets responsible for the agenda approves the documents keeps the SPMP up-to-date approves decisions Configuration Manager responsible for the SCMP Install and maintain used tools Make back-ups of all project documents Manage revision control system Keeps the SPMP up to date Quality Assurance manager Responsible for the SQAP Responsible for the consistency of the documents Responsible for the quality of the deliverables Decides the coding conventions Keeps the SQAP up to date Web-master develops and maintains the project website uploads documents 7

8 Requirements Manager responsible for the SRS verifies if the requirements are correctly implemented looks for extra functional requirements presents final requirements to the customer Design Manager responsible for the SDD verifies if the SDD is correctly followed design and maintenance of the database verifies if the implementation is consistent with the SDD Implementation Manager responsible for the integration of the different parts of the code assigns implementation tasks track errors responsible for the testing of the code responsible for the STD Secretary responsible for the minutes of meetings responsible for mailing the to-do list after the meetings 8

9 5 Managerial process plans 5.1 Start-up plan Staffing plan Each staff member will be needed for the entire duration of the project and will be all responsible for a part of the implementation. Hiring has been done by the professor. This table shows who will be responsible for which role. The secretary role will passed on every meeting. Name Julie Makelberge Jasper Maes Kevin De Valck David Bos David Blinder Jesse Zaman Role Project Manager Configuration manager Quality Assurance Manager Web-master, Requirements Manager Design Manager Implementation Leader Project staff training plan If a member of the team lacks experience or knowledge on a certain subject and can not work on it by himself, peer-to-peer training will be given. The member with the most knowledge concerning the subject will be assigned to train this individual. Such training will be given as follows: presentations, tutorials, workshops, consultations, 5.2 Work plan 9

10 5.3 Control Plan Requirements control plan Requirements shall be described in the projects SRS and will be regularly checked on by the requirements manager Schedule control plan All members of the team will be responsible for checking whether the schedule is maintained and should report to the project manager if this is not the case. This way the schedule can be modified and arrangements can be made. The milestones do not only consist of the implementation but also of unit testing and correct commenting of the code Reporting plan Initial documents will be sent to the quality assurance manger for checking and then to the project manager for a final revision. All documents will be put on the website as soon as the project manager has approved of it. External documents supplied by the course can be found on the course website. Other external documents will be published on the site. Each meeting shall be reported and the minutes will be published at least 24h before the next meeting on the website. 5.4 Risk management plan Localising risks is essential for the completion of the project. That s why it must start at the beginning of the project and be continued during the course of the project. If a team member identifies a risk, it must be notified to the project manager immediately, so the effect and the chance of the risk can be evaluated and can be put in the SPMP. Poor communication Communication is essential in a team project. That is why certain measures have been taken. Bi-weekly meetings have been set up to share ideas, make remarks and discuss risks. A forum has been put up on the website to be able to discuss issues between meetings. All contact information has been exchanged at the first meeting and there is a mailing list for the project. Lack of knowledge on the programming languages If a team member lacks knowledge on a programming language, peer-to-peer training will be used. Misunderstandings about requirements It is possible that the team interprets the requirements differently than the client. 10

11 That is why prototypes will be showed to the client after each iteration so adjustments can be made if necessary. Missed deadlines Missed deadlines will also make the project fail. That is why good arrangements need to be made and the progress of every member needs to be followed up. Sickness or a team member giving up For this reason we have appointed a back-up for each function. Loss of data To avoid this, the configuration manager will back-up weekly. 6 Technical process plans 6.1 Process model The project is organised according to the spiral model consisting of 4 iterations. Each iteration consists of 4 parts. First the system requirements are defined as detailed as possible, then a design is made so all the possibilities are analysed. Once the design is completed, the implementation phase starts. Here a prototype is made for the customer. Finally the implementation gets thoroughly tested. We have chosen for the spiral model because it fits our needs best. The agile process was another possibility because of his flexibility but it requires a very regular work schedule and it is impossible to fit into all of our schedules. 6.2 Methods, tools and techniques Each member can choose how to make his documents. The Quality Assurance manager will receive the documents and put them in the correct lay-out and will provide the necessary formats. PHP will be used as the main programming language. Should it prove to be inadequate, a change to Ruby will be made. 11

12 7 Supporting process plans 7.1 Configuration management plan The configuration management plan is the responsibility of the configuration manager and will be available on the website at all times. 7.2 Verification and validation plan The verification and validation plan (STD) is the responsibility of the implementation leader. It will be available on the website. Verification shall occur by unit testing and full scale testing. 7.3 Documentation plan All documents will be available in LaTeX format and pdf format. The consistency in lay-out is the responsibility of the quality assurance manager. 7.4 Quality assurance plan The quality assurance plan is the responsibility of the quality assurance manager. It will be available on the website. 12

Software Project Management Plan (SPMP)

Software Project Management Plan (SPMP) Software Project Management Plan (SPMP) The basic template to be used is derived from IEEE Std 1058-1998, IEEE Standard for Software Project Management Plans. The following is a template for the SPMP.

More information

Configuration & Build Management

Configuration & Build Management Object-Oriented Software Engineering Using UML, Patterns, and Java Configuration & Build Management Outline of the Lecture Purpose of Software Configuration Management (SCM) Some Terminology Software Configuration

More information

SPINGRID Software Project Management Plan

SPINGRID Software Project Management Plan SPINGRID Software Project Management Plan Version 2 0 0 Software Engineering Project Eindhoven University of Technology. Eindhoven Sven Bego 0550191 Roel Coset 0548132 Robert Leeuwestein 0546746 Maarten

More information

Software Configuration Management Plan

Software Configuration Management Plan Software Configuration Management Plan Jasper Maes jaspmaes@vub.ac.be November 10, 2010 Abstract This document describes the software configuration management plan of group 4 in the Software Engineering

More information

Software Quality Assurance Plan

Software Quality Assurance Plan Software Engineering Project (2IP40) Project Group 1 Software Quality Assurance Plan version 0.1.3 (Internally Accepted), 14 June 2006 Project Team: Sven Bego 0550191 Roel Coset 0548132 Robert Leeuwestein

More information

Software Configuration Management Plan

Software Configuration Management Plan Software Engineering Project (2IP40) Project Group 1 Software Configuration Management Plan version 0.1.2 (Internally Accepted), 14 June 2006 Project Team: Sven Bego 0550191 Roel Coset 0548132 Robert Leeuwestein

More information

Software Project Management Plan

Software Project Management Plan 2014 Software Project Management Plan TU/E OPEN ACCEL Abstract This is the Software Project Management Plan (SPMP) for the Open Accel Software Engineering Project. This document is based on the ESA standard

More information

Online Libraries Website Redesign

Online Libraries Website Redesign Online Libraries Website Redesign Project Management Plan Dr. Ray Uzwyshyn, Ph.D. MBA MLIS 2013 Contents 2 Scope Statement... 3 Assumptions and Constraints... 3 Project Deliverables... 4 Schedule 8 Week

More information

Software Project Management Plan. Team Synergy Version: 1.0 Date: 1/27/03

Software Project Management Plan. Team Synergy Version: 1.0 Date: 1/27/03 Team Synergy Version: 1.0 Date: 1/27/03 Revision History Document Owner: Goran Momiroski Date Revision Description Author 11/26/2002 1.0 Document creation Goran Momiroski Team Synergy Page 1 1/27/2003

More information

Software Project Management Plan

Software Project Management Plan Software Project Management Plan Eindhoven, December 1, 2009 spmp-3.0.1869 Project Manager: Wilco Belgraver Thissen, 0514143 Quality Assurance Manager: J elle Hellings, 0592127 Senior management: Mark

More information

Software Configuration Management. Addendum zu Kapitel 13

Software Configuration Management. Addendum zu Kapitel 13 Software Configuration Management Addendum zu Kapitel 13 Outline Purpose of Software Configuration Management (SCM) Motivation: Why software configuration management? Definition: What is software configuration

More information

Dynamic Meeting Scheduler

Dynamic Meeting Scheduler Dynamic Meeting Scheduler Preliminary Project Plan Aaron Turrie - 10451675 - at.nelret@gmail.com Eric Meyer - 10829232 - eric.meyer@utdallas.edu Mario Medina - 2010809959 - mariomedina.se@gmail.com Jordan

More information

Software Project Management Plan

Software Project Management Plan Bachelor Technische Informatica Kroket Kroket Software Project Management Plan Project Manager: Sebastiaan Candel Authors: Peter van Heck (0649886) Peter Koymans (0748876) Kay Lukas (0758084) Astrid Pieterse

More information

Horus IMSETY Software Configuration Management Plan Version 0.7 14th May 2007

Horus IMSETY Software Configuration Management Plan Version 0.7 14th May 2007 Horus IMSETY Software Configuration Management Plan Version 0.7 14th May 2007 Project team: Jeroen Keiren 0569081 Frank Koenders 0575629 Thijs Nugteren 0574426 Joeri de Ruiter 0578312 Stijn Stiefelhagen

More information

Chapter 13 Configuration Management

Chapter 13 Configuration Management Object-Oriented Software Engineering Using UML, Patterns, and Java Chapter 13 Configuration Management Outline of the Lecture Purpose of Software Configuration Management (SCM)! Motivation: Why software

More information

Page 1. Outline of the Lecture. What is Software Configuration Management? Why Software Configuration Management?

Page 1. Outline of the Lecture. What is Software Configuration Management? Why Software Configuration Management? Books: Software Configuration Management 1. B. Bruegge and A. H. Dutoit, Object-Oriented Software Engineering: Using UML, Patterns, and Java (Chapter 13) Outline of the Lecture Purpose of Software Configuration

More information

Software Requirements Specification

Software Requirements Specification Software Requirements Specification Project Name: DocPlus Project Members: Dorothy Mtaty Justin Esau Abstract: This Software Requirements Specification (SRS) describes the system requirements, and system

More information

Chapter 13 Configuration Management

Chapter 13 Configuration Management Chapter 13 Configuration Management Using UML, Patterns, and Java Object-Oriented Software Engineering Outline of the Lecture Purpose of Software Configuration Management (SCM)! Motivation: Why software

More information

SCREAM (SCRUM TEAM MANAGEMENT TOOL)

SCREAM (SCRUM TEAM MANAGEMENT TOOL) SCREAM (SCRUM TEAM MANAGEMENT TOOL) HONOURS PROJECT PROPOSAL 2010 COMPUTER SCIENCE UNIVERSITY OF CAPE TOWN Christopher Jolly Bryan (Cliff) Siyam Alexander Kivaisi cjolly@cs.uct.ac.za bsiyam@cs.uct.ac.za

More information

PMI Fundamentals PMI Processes Project Organization. Initial documents. Functional, Project, Matrix Orgs. Statement of Work (SOW) Project Charter

PMI Fundamentals PMI Processes Project Organization. Initial documents. Functional, Project, Matrix Orgs. Statement of Work (SOW) Project Charter PMI Fundamentals PMI Processes Project Organization Functional, Project, Matrix Orgs. Initial documents Statement of Work (SOW) Project Charter Remember the 40-20-40 Rule Specification-Implementation-Test

More information

Software Development Life Cycle (SDLC)

Software Development Life Cycle (SDLC) Software Development Life Cycle (SDLC) Supriyo Bhattacharjee MOF Capability Maturity Model (CMM) A bench-mark for measuring the maturity of an organization s software process CMM defines 5 levels of process

More information

AVI Nutrition Application

AVI Nutrition Application AVI Nutrition Application Software Project Management Plan 3WSPMP.doc Final April 17, 2013 Three W 3WSPMP.doc Page i Revisions Version Draft 1.0 Primary Author(s) Gus Delawder, Matt Amabeli Description

More information

Gabriel Iuga. London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com

Gabriel Iuga. London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com Employment History: Gabriel Iuga London, United Kingdom Tel: 0747 856 2661; Email: gabi@gabriel-iuga.com Website: www.gabriel-iuga.com November 2014 Present November 2015 to Present November 2014 to November

More information

Software Configuration Management Plan

Software Configuration Management Plan Bachelor Technische Informatica Kroket Kroket Software Configuration Management Plan Project Manager: Sebastiaan Candel Authors: Peter van Heck (0649886) Peter Koymans (0748876) Kay Lukas (0758084) Astrid

More information

2.1 The RAD life cycle composes of four stages:

2.1 The RAD life cycle composes of four stages: 2.1 The RAD life cycle composes of four stages: A typical RAD life cycle is composed of the following Stages 2.1.1. Requirements Planning; 2.1.2 User Design; 2.1.3 Rapid Construction; 2.1.4 Transition.

More information

MITRE Baseline Configuration System Implementation Plan

MITRE Baseline Configuration System Implementation Plan MITRE Baseline Configuration System Implementation Plan FINAL REVISION, October 8, 2008 Purdue University, CS 307, Fall 2008 Team MITRE: Catherine Brown Michael Dunn Mark Nowicki David Tittle TABLE OF

More information

Software Development Methodologies in Industry. By: Ahmad Deeb

Software Development Methodologies in Industry. By: Ahmad Deeb Software Development Methodologies in Industry By: Ahmad Deeb Methodologies Software Development Methodologies in Industry Presentation outline SDM definition Project and analysis approach Research methods

More information

Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali

Software development life cycle. Software Engineering - II ITNP92 - Object Oriented Software Design. Requirements. Requirements. Dr Andrea Bracciali Software development life cycle Software life cycle: Software Engineering - II ITNP92 - Object Oriented Software Design Dr Andrea Bracciali Module Co-ordinator 4B86 abb@cs.stir.ac.uk Spring 2014 (elicitation)

More information

Example IEEE software project management plan (SPMP)

Example IEEE software project management plan (SPMP) Example IEEE software project management plan (SPMP) Source: Object Oriented & Classical Software Engineering, 7 th edition, Stephen R. Schach, pg. 590 594 This plan is for development of the MSG product

More information

What is a life cycle model?

What is a life cycle model? What is a life cycle model? Framework under which a software product is going to be developed. Defines the phases that the product under development will go through. Identifies activities involved in each

More information

MIS 424 COURSE OUTLINE

MIS 424 COURSE OUTLINE UNIVERSITY OF ALBERTA School of Business DEPARTMENT OF ACCOUNTING & MIS MIS 424 COURSE OUTLINE Course website: http://courses.bus.ualberta.ca/mis424-mullaly/ Instructor: Mark Mullaly Term II, 2004/2005

More information

ANATOMY OF A WEBSITE PROJECT Jasper Ditton, Head of Digital 21.03.14

ANATOMY OF A WEBSITE PROJECT Jasper Ditton, Head of Digital 21.03.14 ANATOMY OF A WEBSITE PROJECT Jasper Ditton, Head of Digital 21.03.14 INTRODUCTION The 7Ps is a British Army adage for: Proper Planning and Preparation Prevents P*** Poor Performance. This statement can

More information

PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME >

PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME > PROJECT MANAGEMENT PLAN TEMPLATE < PROJECT NAME > Date of Issue: < date > Document Revision #: < version # > Project Manager: < name > Project Management Plan < Insert Project Name > Revision History Name

More information

How To Model Software Development Life Cycle Models

How To Model Software Development Life Cycle Models Various Software Development Life Cycle Models Sahil Jindal, Puneet Gulati, Praveen Rohilla Dronacharya College of Engineering, India Abstract:An SDLC model is a conceptual framework describing different

More information

IT3203 Fundamentals of Software Engineering (Compulsory) BIT 2 nd YEAR SEMESTER 3

IT3203 Fundamentals of Software Engineering (Compulsory) BIT 2 nd YEAR SEMESTER 3 Fundamentals of Software Engineering (Compulsory) BIT 2 nd YEAR SEMESTER 3 INTRODUCTION This course is designed to provide the students with the basic competencies required to identify requirements, document

More information

FIPS 201 Evaluation Program Development - Configuration Management Plan

FIPS 201 Evaluation Program Development - Configuration Management Plan FIPS 201 Evaluation Program Development - Configuration Management Plan Version 1.0.0 February 28, 2006 Document History Status Version Date Comment Audience Draft 0.0.1 02/01/06 Document creation. Limited

More information

How To Understand Software Engineering

How To Understand Software Engineering PESIT Bangalore South Campus Department of MCA SOFTWARE ENGINEERING 1. GENERAL INFORMATION Academic Year: JULY-NOV 2015 Semester(s):III Title Code Duration (hrs) SOFTWARE ENGINEERING 13MCA33 Lectures 52Hrs

More information

THE PROJECT MANAGEMENT KNOWLEDGE AREAS

THE PROJECT MANAGEMENT KNOWLEDGE AREAS THE PROJECT MANAGEMENT KNOWLEDGE AREAS 4. Project Integration Management 5. Project Scope Management 6. Project Time Management 7. Project Cost Management 8. Project Quality Management 9. Project Human

More information

CIO Briefing. IT Portfolio Management Repositories Project Implementation Strategy

CIO Briefing. IT Portfolio Management Repositories Project Implementation Strategy CIO Briefing Repositories Project Implementation Strategy This report, prepared for CIO Michael Ridley, outlines a specific parallel-track strategy and short-term recommendations for expediting implementation

More information

Contents. Today Project Management. Project Management. Last Time - Software Development Processes. What is Project Management?

Contents. Today Project Management. Project Management. Last Time - Software Development Processes. What is Project Management? Contents Introduction Software Development Processes Project Management Requirements Engineering Software Construction Group processes Quality Assurance Software Management and Evolution Last Time - Software

More information

Android Application for Visual Communication Software Project Management Plan

Android Application for Visual Communication Software Project Management Plan Android Application for Visual Communication Software Project Management Plan (gmirsky@student.utdallas.edu) Tucker Smith (tss063000@utdallas.edu) (jacobalsaleh55@yahoo.com) Tom Langford (etom1002@hotmail.com)

More information

RUP for Software Development Projects

RUP for Software Development Projects RUP for Software Development Projects George Merguerian www.bmc-online.com 1 Specialists in Global Project Management Brussels Frankfurt Houston Istanbul Milan Ottawa Shanghai Singapore Warsaw Washington

More information

!! " "!! # $ % " & ' $ % (! %) * +, $ ( ) ' " -

!!  !! # $ %  & ' $ % (! %) * +, $ ( ) '  - !!" "!! # $% " & '$%(!%)* +,$()' "- Table of Contents Abstract...3 1.0 Introduction...4 2.0 Approach...5 2.1 Iteration I - Inception... 7 2.2 Iteration II Elaboration... 8 2.3 Iteration III - Construction

More information

Jenkins Continuous Build System. Jesse Bowes CSCI-5828 Spring 2012

Jenkins Continuous Build System. Jesse Bowes CSCI-5828 Spring 2012 Jenkins Continuous Build System Jesse Bowes CSCI-5828 Spring 2012 Executive summary Continuous integration systems are a vital part of any Agile team because they help enforce the ideals of Agile development

More information

(Refer Slide Time: 01:52)

(Refer Slide Time: 01:52) Software Engineering Prof. N. L. Sarda Computer Science & Engineering Indian Institute of Technology, Bombay Lecture - 2 Introduction to Software Engineering Challenges, Process Models etc (Part 2) This

More information

<name of project> Software Project Management Plan

<name of project> Software Project Management Plan The document in this file is adapted from the IEEE standards for Software Project Management Plans, 1058-1998, which conforms to the requirements of ISO standard 12207 Software Life Cycle Processes. Tailor

More information

CS 6361, SPRING 2010 Advanced Requirements Engineering Web Based Meeting Scheduler- Project Plan

CS 6361, SPRING 2010 Advanced Requirements Engineering Web Based Meeting Scheduler- Project Plan 1 W E B B A S E D M E E T I N G S C H E D U L E R S Y S T E M Project Plan Version 4.0 CS 6361 ADVANCED REQUIREMENTS ENGINEERING, SPRING 2010 UNIVERSITY OF TEXAS AT DALLAS R E Q U I R E M E N T S E N G

More information

Software Project Management Plan. Team Wakati. 4.29.14

Software Project Management Plan. Team Wakati. 4.29.14 Software Project Management Plan. Team Wakati. 4.29.14 Adrian Chambers Anthony Cristiano James Doan Daniel Green Jesse Rosato TABLE OF CONTENTS 1 INTRODUCTION... 2 1.1 Purpose... 2 1.2 Scope... 2 1.3 Definitions,

More information

Phases, Activities, and Work Products. Object-Oriented Software Development. Project Management. Requirements Gathering

Phases, Activities, and Work Products. Object-Oriented Software Development. Project Management. Requirements Gathering Object-Oriented Software Development What is Object-Oriented Development Object-Oriented vs. Traditional Development An Object-Oriented Development Framework Phases, Activities, and Work Products Phases,

More information

The Agile Movement An introduction to agile software development

The Agile Movement An introduction to agile software development The Agile Movement An introduction to agile software development 1 The Agile Movement An introduction to agile software development Russell Sherwood @russellsherwood & David Sale @saley89 Agenda Who are

More information

Atomate Development Process. Quick Guide

Atomate Development Process. Quick Guide Development Process Quick Guide METHODOLOGY Every project is unique You know your business inside out. You have thought and planned your ideas carefully and are keen to see it live as soon as possible.

More information

Software Project Management Part 2: Work Breakdown Structures

Software Project Management Part 2: Work Breakdown Structures Software Project Management Part 2: Work Breakdown Structures Introduction into Software Engineering Lecture 20 Bernd Bruegge Applied Software Engineering Technische Universitaet Muenchen 1 Where are we?

More information

Your Information Technology Partner. Company Overview. Copyright Mantra IS LLC. All rights reserved.

Your Information Technology Partner. Company Overview. Copyright Mantra IS LLC. All rights reserved. Your Information Technology Partner Company Overview Company Overview Who We Are Mantra Information Services is a Microsoft Gold Certified custom software development and IT consulting company. We help

More information

CDC UNIFIED PROCESS JOB AID

CDC UNIFIED PROCESS JOB AID CDC UNIFIED PROCESS JOB AID Independent Verification & Validation Activities Document Purpose This Job Aid is a brief document listing the items to be noted, checked, remembered, and delivered when completing

More information

Minnesota Health Insurance Exchange (MNHIX)

Minnesota Health Insurance Exchange (MNHIX) Minnesota Health Insurance Exchange (MNHIX) 1.2 Plan September 21st, 2012 Version: FINAL v.1.0 11/9/2012 2:58 PM Page 1 of 87 T A B L E O F C O N T E N T S 1 Introduction to the Plan... 12 2 Integration

More information

Printshop Workflow Automation System

Printshop Workflow Automation System Fictitious Corp. Software Project Plan Revision 1 Printshop Workflow Automation System CEN4021 Spring 2010 Professor: Masoud Sadjadi Paul White 16 th February 2010 TABLE OF CONTENTS 1 Overview... 3 1.1

More information

Project Management 2014-2015

Project Management 2014-2015 Project Management 2014-2015 Course Notes: 3 Project Management Deliverables 2015 Serge Boute All rights reserved Project Management Deliverables Project management deliverables List by phase During the

More information

Agile Software Development Methodologies and Its Quality Assurance

Agile Software Development Methodologies and Its Quality Assurance Agile Software Development Methodologies and Its Quality Assurance Aslin Jenila.P.S Assistant Professor, Hindustan University, Chennai Abstract: Agility, with regard to software development, can be expressed

More information

Structure and Function of the EBS NA Business Unit Project Management Office. EBS NA Project Management Office (PMO): Purpose and Function

Structure and Function of the EBS NA Business Unit Project Management Office. EBS NA Project Management Office (PMO): Purpose and Function TITLE: EBS NA Project Management Office (PMO): Purpose and Function SUMMARY: This document provides standard guidance on the purpose and function of the EBS NA Project Management Office. STATUS: Generic

More information

Software Configuration Management Plan

Software Configuration Management Plan Project Fingerpaint SCMP-1.0 Software Configuration Management Plan Authors: Tessa Belder (0739377) Lasse Blaauwbroek (0749928) Thom Castermans (0739808) Roel van Happen (0751614) Benjamin van der Hoeven

More information

SAS in clinical trials A relook at project management,

SAS in clinical trials A relook at project management, SAS in clinical trials A relook at project management, tools and software engineering Sameera Nandigama - Statistical Programmer PhUSE 2014 AD07 2014 inventiv Health. All rights reserved. Introduction

More information

CS 3750 Software Engineering II Summer 2015 (A CEL Credit Course)

CS 3750 Software Engineering II Summer 2015 (A CEL Credit Course) CS 3750 Software Engineering II Summer 2015 (A CEL Credit Course) Department of Computer Science Weber State University Course Description Professor: Dr. Richard Fry, Associate Professor of Computer Science

More information

Software Development Services

Software Development Services Software Development Services G-Cloud IV Service Definition Lot 4 - SCS Contact us: Danielle Pratt Email: G-Cloud@esynergy-solutions.co.uk About is a leading provider of IT Consultancy Services operating

More information

Organising, planning and scheduling software projects. Software management distinctions

Organising, planning and scheduling software projects. Software management distinctions Project management Organising, planning and scheduling software projects Software management distinctions The product is intangible The product is uniquely flexible Software engineering is not recognized

More information

Génie Logiciel et Gestion de Projets. Software Processes Focus on Extreme Programming

Génie Logiciel et Gestion de Projets. Software Processes Focus on Extreme Programming Génie Logiciel et Gestion de Projets Software Processes Focus on Extreme Programming 1 Roadmap Process, Method, Methodology?? What is a software process? Software Process Models Documentation Methodologies:

More information

FERSOFT Software Project Management Plan Version 1.0 OBTRS ONLINE BUS TICKET RESERVATION SYSTEM

FERSOFT Software Project Management Plan Version 1.0 OBTRS ONLINE BUS TICKET RESERVATION SYSTEM OBTRS ONLINE BUS TICKET RESERVATION SYSTEM Preface The document contains the Software Project Management Plan of ONLINE BUS TICKET RESERVATION SYSTEM (OBTRS), which can be used for the all of the internet

More information

When is Agile the Best Project Management Method? Lana Tylka

When is Agile the Best Project Management Method? Lana Tylka When is Agile the Best Project Management Method? Lana Tylka Staged Incremental Deliveries Prototypes Plan Develop Design Deploy Test Maintain Sequential Steps Multiple Iterations Waterfall Sprints, Spirals

More information

Carnegie Mellon University Master of Science in Information Technology Software Engineering (MSIT-SE) MSIT Project (17-677) Approval Form

Carnegie Mellon University Master of Science in Information Technology Software Engineering (MSIT-SE) MSIT Project (17-677) Approval Form Carnegie Mellon University Master of Science in Information Technology Software Engineering (MSIT-SE) MSIT Project (17-677) Approval Form Student Name: Jane Doe Date: 9/19/2002 Project Title: Re-Engineer

More information

Draft Requirements Management Plan

Draft Requirements Management Plan BAO111: Core Competencies for the Business Analyst Draft Requirements Management Plan 1.0 INTRODUCTION 1.1 Purpose This document outlines requirements roles and responsibilities, presents a stakeholder

More information

A. Waterfall Model - Requirement Analysis. System & Software Design. Implementation & Unit Testing. Integration & System Testing.

A. Waterfall Model - Requirement Analysis. System & Software Design. Implementation & Unit Testing. Integration & System Testing. Processing Models Of SDLC Mrs. Nalkar Sanjivani Baban Asst. Professor, IT/CS Dept, JVM s Mehta College,Sector 19, Airoli, Navi Mumbai-400708 Nalkar_sanjivani@yahoo.co.in Abstract This paper presents an

More information

Boundary Commission for England Website technical development - Statement of Work. Point of Contact for Questions. Project Director.

Boundary Commission for England Website technical development - Statement of Work. Point of Contact for Questions. Project Director. Point of Contact for Questions Project Director Project Manager Website technical development Statement of Work Reading Room Ltd 65-66 Frith Street Soho London W1D 3JR T: +44 (20) 7173 2800 F: +44 (20)

More information

Requirement Management with the Rational Unified Process RUP practices to support Business Analyst s activities and links with BABoK

Requirement Management with the Rational Unified Process RUP practices to support Business Analyst s activities and links with BABoK IBM Software Group Requirement Management with the Rational Unified Process RUP practices to support Business Analyst s activities and links with BABoK Jean-Louis Maréchaux Software IT Specialist IBM Rational

More information

CHAPTER 7 Software Configuration Management

CHAPTER 7 Software Configuration Management CHAPTER 7 Software Configuration Management ACRONYMS CCB CM FCA MTBF PCA SCCB SCI SCM SCMP SCR SCSA SEI/CMMI SQA SRS USNRC INTRODUCTION Configuration Control Board Configuration Management Functional Configuration

More information

CSE 435 Software Engineering. Sept 16, 2015

CSE 435 Software Engineering. Sept 16, 2015 CSE 435 Software Engineering Sept 16, 2015 2.1 The Meaning of Process A process: a series of steps involving activities, constraints, and resources that produce an intended output of some kind A process

More information

Project Management Guidebook

Project Management Guidebook METHOD 12 3 empowering managers to succeed Project Management Guidebook ISBN 0-473-10445-8 A bout this e-book This e-book was created by Method123 (see www.method123.com) to help provide you with a simple

More information

Time Monitoring Tool Software Development Plan. Version <1.1>

Time Monitoring Tool Software Development Plan. Version <1.1> Time Monitoring Tool Software Development Plan Version Revision History Date Version Description Author 10/01/01 1.0 First Draft Sabrina Laflamme 12/01/01 1.1 Completion of Document John Lemon Page

More information

Technical Writing - A Guide to the Najobe System

Technical Writing - A Guide to the Najobe System CS 4500 Software Engineering Laboratory Team Najobe: Customer Relationship Management Benjamin J. Smith Joseph Engh Nathan Thomas Version 1.0 February26, 2007 Document Change Record Version Number Date

More information

The traditional project management uses conventional methods in software project management process.

The traditional project management uses conventional methods in software project management process. Volume 5, Issue 1, January 2015 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Analysis of

More information

DESIGN OF AUTOMATION SCRIPTS EXECUTION APPLICATION FOR SELENIUM WEBDRIVER AND TestNG FRAMEWORK

DESIGN OF AUTOMATION SCRIPTS EXECUTION APPLICATION FOR SELENIUM WEBDRIVER AND TestNG FRAMEWORK DESIGN OF AUTOMATION SCRIPTS EXECUTION APPLICATION FOR SELENIUM WEBDRIVER AND TestNG FRAMEWORK Rishab Jain C and Rajesh Kaluri School of Information Technology and Engineering, VIT University, Vellore,

More information

BAL2-1 Professional Skills for the Business Analyst

BAL2-1 Professional Skills for the Business Analyst 1 BAL2-1 Professional Skills for the Business Analyst OVERVIEW This course trains participants to help business clients articulate their needs and wants, and to document them clearly, concisely, and completely.

More information

ANNEX A.1 TECHNICAL SPECIFICATIONS OPEN CALL FOR TENDERS F-SE-13-T01 WEB DEVELOPMENT SERVICES

ANNEX A.1 TECHNICAL SPECIFICATIONS OPEN CALL FOR TENDERS F-SE-13-T01 WEB DEVELOPMENT SERVICES ANNEX A.1 TECHNICAL SPECIFICATIONS OPEN CALL FOR TENDERS F-SE-13-T01 WEB DEVELOPMENT SERVICES Lot 1 Intranet Lot 2 Internet 1 Background information... 3 2 Scope of required services... 3 3 Definition

More information

The Software Lifecycle. Software Lifecycles

The Software Lifecycle. Software Lifecycles The Software Lifecycle Examining the phases of large-scale software development projects Jeff Stephenson Software Lifecycles Software Engineering vs. Programming What you have done for our past assignments

More information

GENiC. Deliverable D5.1 Development & Integration guidelines including integration environment & means. Dissemination Level: Public

GENiC. Deliverable D5.1 Development & Integration guidelines including integration environment & means. Dissemination Level: Public GENiC Deliverable D5.1 Development & Integration guidelines including integration environment & means This project has received funding from the European Union s Seventh Framework Programme for research,

More information

Software Engineering. Session 3 Main Theme Requirements Definition & Management Processes and Tools Dr. Jean-Claude Franchitti

Software Engineering. Session 3 Main Theme Requirements Definition & Management Processes and Tools Dr. Jean-Claude Franchitti Software Engineering Session 3 Main Theme Requirements Definition & Management Processes and Tools Dr. Jean-Claude Franchitti New York University Computer Science Department Courant Institute of Mathematical

More information

Software Project Management Plan (SPMP) for Nirvana National Bank ATM Software Project

Software Project Management Plan (SPMP) for Nirvana National Bank ATM Software Project Software Project Management Plan (SPMP) for Nirvana National Bank ATM Software Project Baseline version 1.0 Issued on: May 08, 2004 Issued by: Terasoft, Inc. Issued for: Nirvana National Bank Signature

More information

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53 Preface xvi Part I Introduction and System Engineering 1 Chapter 1 Introduction 2 1.1 What Is Software Engineering? 2 1.2 Why Software Engineering? 3 1.3 Software Life-Cycle Activities 4 1.3.1 Software

More information

Bob Kibbee, Map & GIS Librarian, Olin Library, rk14@cornell.edu

Bob Kibbee, Map & GIS Librarian, Olin Library, rk14@cornell.edu FEASIBILITY STUDY The Group Douglas Tak-Lai Wong, dtw9@cornell.edu Gregor Charles Carrigan, gcc26@cornell.edu James Ioannidis, jti4@cornell.edu Jeffery Zhang, jz87@cornell.edu Talitha Lynn Forcier, tlf23@cornell.edu

More information

SOFTWARE DEVELOPMENT BASICS SED

SOFTWARE DEVELOPMENT BASICS SED SOFTWARE DEVELOPMENT BASICS SED Centre de recherche Lille Nord Europe 16 DÉCEMBRE 2011 SUMMARY 1. Inria Forge 2. Build Process of Software 3. Software Testing 4. Continuous Integration 16 DECEMBRE 2011-2

More information

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1

Rapid software development. Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1 Rapid software development Ian Sommerville 2004 Software Engineering, 7th edition. Chapter 17 Slide 1 Objectives To explain how an iterative, incremental development process leads to faster delivery of

More information

Software Validation and Verification Plan

Software Validation and Verification Plan Software Validation and Verification Plan Eindhoven, November 13, 2009 svvp-2.0.1499 Project Manager: Wilco Belgraver Thissen, 0514143 Quality Assurance Manager: Jelle Hellings, 0592127 Senior management:

More information

Report of the LHC Computing Grid Project. Software Management Process RTAG CERN

Report of the LHC Computing Grid Project. Software Management Process RTAG CERN Report of the LHC Computing Grid Project Software Management Process RTAG Marco Cattaneo, Gabriele Cosmo, Simon George, Fons Rademakers (chair), Stephan Wynhoff CERN 6 May 2002 Table of Contents 1 Chair

More information

Python Checker. Computer Science Department

Python Checker. Computer Science Department Python Checker University of Mary Washington Computer Science Department PROJECT PLAN Prepared by Chris Zimmerman, Eric Phung, Shehan Rajapakse University of Mary Washington February 23, 2015 ii Table

More information

IT3205: Fundamentals of Software Engineering (Compulsory)

IT3205: Fundamentals of Software Engineering (Compulsory) INTRODUCTION : Fundamentals of Software Engineering (Compulsory) This course is designed to provide the students with the basic competencies required to identify requirements, document the system design

More information

Software Life Cycles and Configuration Management

Software Life Cycles and Configuration Management Theory Lecture Plan 2 Software Configuration Lecture 11 Software Engineering TDDC88/TDDC93 autumn 2008 Department of Computer and Information Science Linköping University, Sweden L1 - Course Introduction

More information

White Paper IT Methodology Overview & Context

White Paper IT Methodology Overview & Context White Paper IT Methodology Overview & Context IT Methodologies - Delivery Models From the inception of Information Technology (IT), organizations and people have been on a constant quest to optimize the

More information

Software Project Management Plan

Software Project Management Plan Software Project Management Plan Project Phase 2 Team Obiwan Owolabi Legunsen (ool090020) Chris Lindee (cll061000) Kevin Lloyd (kal081000) Radu Matcovschi BenJamin Morin (bmorin) Sam Shaw(sas071100) Kirk

More information

Evangelism Identifying key members of the user community and assist them in using clients' solutions

Evangelism Identifying key members of the user community and assist them in using clients' solutions Adam Goucher 510 Reynolds St, Whitby, Ontario, L1N 6H5 Cell: 905 995 5035 E-mail: adam@element34.ca Web: http://www.element34.ca Twitter: @adamgoucher I can help you create new test teams introduce new

More information

A system is a set of integrated components interacting with each other to serve a common purpose.

A system is a set of integrated components interacting with each other to serve a common purpose. SYSTEM DEVELOPMENT AND THE WATERFALL MODEL What is a System? (Ch. 18) A system is a set of integrated components interacting with each other to serve a common purpose. A computer-based system is a system

More information

In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is:

In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is: In the IEEE Standard Glossary of Software Engineering Terminology the Software Life Cycle is: The period of time that starts when a software product is conceived and ends when the product is no longer

More information

SOFTWARE ENGINEERING INTERVIEW QUESTIONS

SOFTWARE ENGINEERING INTERVIEW QUESTIONS SOFTWARE ENGINEERING INTERVIEW QUESTIONS http://www.tutorialspoint.com/software_engineering/software_engineering_interview_questions.htm Copyright tutorialspoint.com Dear readers, these Software Engineering

More information