CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0

Size: px
Start display at page:

Download "CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0"

Transcription

1 Project Plan For agenttool III (Static) Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Deepti Gupta CIS 895 MSE Project Kansas State University Page 1 of 9

2 TABLE OF CONTENTS 1. Task Breakdown Inception Phase Elaboration Phase Production Phase Architecture Elaboration Plan Revision of Vision Document Revision of Project Plan Architecture Design Development of Prototype Test Plan Formal Technical Inspections Formal Requirements Specification Cost Estimate (based on current progress) Comparison of estimates 6 4. Implementation Plan Deliverables Work Breakdown Structure...7 Page 2 of 9

3 1. Task Breakdown 1.1 Inception Phase The inception phase of the project will be focused on project requirements. A vision document will be prepared detailing the project overview and the critical project requirements. A project plan describing the work to be accomplished in each phase of the project will also be prepared. The project plan will include an estimate of the work load of the project and will establish a schedule for completion of all project activities. A software quality assurance plan will describe the required documentation, standards and conventions that will be used to ensure product quality. A simple prototype will be built during this phase just so as to establish the project feasibility. It will give an idea about the look and feel of the final product. The approval of the required documentation and the first prototype by the supervisory committee after the first presentation will mark the conclusion of the inception phase. 1.2 Elaboration Phase Architecture design will be the focus of this phase. The complete architectural design will be documented using appropriate UML diagrams. Revisions will be made to the initial vision document and the project plan based on feedback from committee members. At least one component of the project will be formally specified using formal specification methodologies. A test plan will describe the way in which testing will be carried out and how defects will be tracked and reported. The technical inspectors will perform architecture review and provide feedback. Finally the first prototype will be refined to demonstrate more product features / functionality. The approval of the required documentation and the second prototype by the supervisory committee after the second presentation will mark the conclusion of the elaboration phase. 1.3 Production Phase Project implementation and testing will be the focus of the production phase. A low level component design will be developed here. The work in this phase will primarily consist of code development, code documentation and unit testing. Page 3 of 9

4 1.3.1 Code development and testing All project components will be developed and integrated. Unit testing and integration testing will be performed. All test results will be evaluated and documented. Traceability will be established with the requirements as present in the vision document Documentation All code will be thoroughly documented. Javadocs will be generated to document package structure with information about various classes, methods and attributes. A test report outlining the conduction and results of the tests will be prepared. A user manual will be prepared which describes the installation and use of the software. The approval of the required documentation and the final project implementation by the supervisory committee after the third presentation will mark the conclusion of the production phase. 2. Architecture Elaboration Plan The following tasks will be completed in the elaboration phase and before the second presentation. 2.1 Revision of Vision Document The Vision Document will be revised to provide a complete representation of all requirements. These requirements will be ranked according to importance. The document revisions will be based on feedback from the committee members after the first presentation. The revised document will be approved by the major professor. 2.2 Revision of Project Plan Revisions will be made to the project plan to update any schedule changes for the project. These revisions will be based on feedback from the committee members after the first presentation. The updated cost and effort estimate will be approved by the major professor. 2.3 Architecture Design Complete project design will be documented with the help of UML diagrams. Each component in the architecture will be documented at the interface level. The underlying data model will be Page 4 of 9

5 refined, updated and documented. Class diagrams, sequence diagrams and state chart diagrams will be used as needed. 2.4 Development of Prototype The second prototype should be able to demonstrate more functionality and product features. Critical requirements as identified in the vision document will be demonstrated. 2.5 Test Plan A plan will be developed for the project to address the required tests to show that the product satisfies the requirements as mentioned in the vision document. The plan will include evaluation criteria for all critical use cases and a set of test data deemed adequate for acceptance testing 2.6 Formal Technical Inspections The architecture design will be inspected by Binti Sepaha and Dominic Gelinas, two other MSE students who have agreed to participate in the inspection. A formal checklist to be used by the inspectors will be prepared by the student. 2.7 Formal Requirements Specification At least one component of the design will be formally specified using methodologies like OCL and USE. As of now it is proposed that a part of the object model will be formalized. 3. Cost Estimate (based on current progress) The project is now at the end of the Elaboration Phase. According to the time log I have spent 136 hours on the project. I have spent 75 hours coding/debugging and 25 hours on documentation. The prototype for the project has around 2000 SLOC and it implements about 40% of the required features. From this data the following metrics can be calculated SLOC / 75 hours = SLOC/hour (productivity) 2000 SLOC /.40 = 5000 SLOC (total SLOC) The above calculations show that my productivity was 26.6 SLOC/hour and that there is about 5000 SLOC required for the project. There will be 3000 SLOC left for development. The following calculation estimates how much time will be required for the rest of the code development. Page 5 of 9

6 (3000 SLOC)/ 26.6 SLOC/hour = 113 hours (total remaining development Considering work of 5 hours per day: (113 hours) / 5 hours/day = 23 days I would estimate that the testing time would be 40 hours (8 days) and the remaining documentation will take about 40 hours (8 days). This would make the total time required for the rest of the project about 39 days. Hence: Coding/Debugging 23 days Testing and test documentation 8 days Documentation 8 days The Implementation Plan will provide a detailed WBS. 3.1 Comparison of estimates The initial code size estimate was 3.5KLOC based on comparison with the previous agent tool. The expected code size is now 5KLOC due to the fact that the GEF technology of Eclipse is being used for development. GEF design calls for additional code for user command handling and viewing of diagrams. The initial time estimate was about 7-8 months. This is being maintained and the above cost estimates based on current progress show that the project is expected to complete by the end of April which is 8 months from the start date. 4. Implementation Plan 4.1. Deliverables The following are the deliverables for presentation three. User Manual The user manual will include an installation guide and a user guide. The installation guide will include detailed information about setting up the plugins into Eclipse. A user guide will give an overview and explanations of common usage and user commands. Page 6 of 9

7 The internal design of each component will be documented. UML diagrams will be used for design. Source Code Well-documented source code will be submitted. This code will correspond directly to the architecture and component design. Action Items Action items identified during Presentation II, along with the efforts made to satisfy them, will be documented. Assessment Evaluation Test cases as identified in the Test Plan will be executed. Defect fixing will be done for all resolvable issues. Test results will be documented. The documentation will include a document detailing the testing done on the project with descriptions of the testing and known unresolved defects. Project Evaluation The entire software process starting from the first phase will be reviewed, including the usefulness of the methodologies used, the accuracy of the estimations, and the usefulness of the reviews. The tool will be reviewed and evaluated for whether it accomplishes the goals presented in the vision document and for the quality of the product. References The annotated bibliography will include cited references for all notations used in the portfolio. Formal Technical Inspection Letters Technical inspection of the architecture design of two other MSE students will be performed. Two letters from those MSE students stating that the developer successfully participated in their MSE project as an inspector will be obtained Work Breakdown Structure The following table breaks down the deliverables into tasks and lists the completion criteria and cost for each task. Page 7 of 9

8 Deliverable Task Completion Criteria Time Cost Goal Diagram Executable code March 15 5 days refinement March 19 Source code (Coding/Debugging Goal Diagram XML generation Executable code March 20 Role Diagram model + controller Role Diagram View + misc. Executable code March 21 March 23 Executable code March 24 March 27 3 day 4 days Role Diagram XML generation Executable code March 28 Organization Diagram model + controller Executable code March 29 March 31 3 days Organization Diagram View + misc. Organization Diagram XML generation Compiling all diagrams into individual plugins Executable code April 1 April 3 4 days Executable code April 4 4 plugins April 5 Assessment Evaluation / Testing (Testing and test documentation Action Items Run test cases and fix resolvable issues Document test results Document effort completing action items All test cases complete April 6 April 9 All test case results evaluated and documented All action items from Phase 2 performed and documented April 10 April 13 April 14 4 days 4 days for Goal Diagram for Agent Diagram UML component design UML component design April 15 April 15 for Role Diagram UML component design April 16 Page 8 of 9

9 for Organization Diagram UML component design April 16 User Manual Installation guide Approved by Major User Guide Approved by Major Formal Inspection Send and receive Approved by Major Letters letters from formal inspectors References All references documented in the portfolio Approved by Major April 17 April 18 April 19 April 19 Project Evaluation Document usefulness of project methodologies, practices and reviews Approved by Major April 20 Compile all project resources together Approved by Major April 21 Page 9 of 9

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0

CIS 895 GMoDS Visualizer and Test Driver Project Plan 2.0. Project Plan. For GMoDS Visualizer and Test Driver. Version 2.0 Project Plan For GMoDS Visualizer and Test Driver Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Mike Fraka CIS 895 MSE Project Kansas State University Page 1 of

More information

Software Quality Assurance Plan

Software Quality Assurance Plan Software Quality Assurance Plan For KDD-Research Entity Search Tool (KREST) Version 1.2 Submitted in partial fulfillment of the Masters of Software Engineering degree. Eric Davis CIS 895 MSE Project Department

More information

Table of Contents. Chapter Description Page #

Table of Contents. Chapter Description Page # Abstract agenttooliii(at3) is a Java-based graphical development environment to help users analyze, design, and implement multi-agent systems. at3 is designed to support the Multiagent Systems Engineering

More information

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE

Test Plan. KSU Student Portal. Version 2.0. Submitted in partial fulfillment of the requirements of the degree of MSE Test Plan KSU Student Portal Version 2.0 Submitted in partial fulfillment of the requirements of the degree of MSE Javier Ramos Rodríguez CIS 895 MSE Project Kansas State University Table of Contents 1.

More information

Vision Document for Multi-Agent Research Tool (MART)

Vision Document for Multi-Agent Research Tool (MART) Vision Document for Multi-Agent Research Tool (MART) Version 2.0 Submitted in partial fulfillment of the requirements for the degree MSE Madhukar Kumar CIS 895 MSE Project Kansas State University 1 1.

More information

Project Evaluation Online Book Store Phase-III. Vamsi Krishna Mummaneni

Project Evaluation Online Book Store Phase-III. Vamsi Krishna Mummaneni Project Evaluation Online Book Store Phase-III Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Vamsi Krishna Mummaneni CIS 895 MSE Project Kansas State

More information

KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT

KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, Naga Sowjanya Karumuri. CIS 895 MSE PROJECT KDD- Service based Numerical Entity Searcher (KSNES) Presentation 2 on March 31 st, 2009 Naga Sowjanya Karumuri sowji@ksu.edu 1 CIS 895 MSE PROJECT OUTLINE Project Data Flow Diagram Action Items Architectural

More information

NEW VISION CONCEPT SCHOOL PORTAL SINDHU THOTAKURA

NEW VISION CONCEPT SCHOOL PORTAL SINDHU THOTAKURA NEW VISION CONCEPT SCHOOL PORTAL By SINDHU THOTAKURA Bachelor of Engineering, Jawaharlal Nehru Technological University, India, 2010 M.S., Kansas State University, 2012 A REPORT Submitted in the partial

More information

M.A., University of Delhi, India, 1999 M.S., Kansas State University, 2003

M.A., University of Delhi, India, 1999 M.S., Kansas State University, 2003 BUILDING MULTI-AGENT RESEARCH TOOL (MART) USING AGENT ORIENTED SOFTWARE ENGINEERING (AOSE) AND AGENT TOOL by MADHUKAR KUMAR B.A., (Hons), University of Delhi, India, 1995 M.A., University of Delhi, India,

More information

European Commission. Immigration Portal Development Case. Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by: Public: Reference Number:

European Commission. Immigration Portal Development Case. Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by: Public: Reference Number: EUROPEAN COMMISSION DIRECTORATE-GENERAL INFORMATICS Information systems Directorate European Commission Immigration Portal Development Case Date: 08/06/2007 Version: 1.0 Authors: Revised by: Approved by:

More information

Project Evaluation Airline Reservation System

Project Evaluation Airline Reservation System Airline Reservation System Submitted in partial fulfillment of the requirements of the degree of Master of Software Engineering Kaavya Kuppa CIS 895 MSE Project Department of Computing and Information

More information

RedGate - Enterprise Integration Server. MSE Project - Phase I

RedGate - Enterprise Integration Server. MSE Project - Phase I RedGate - Enterprise Integration Server MSE Project - Phase I Motivation 2 Motivation 2 Motivation Asynchronous integration is hard on Rails. 2 RedGate 3 RedGate Enterprise Integration Server 3 RedGate

More information

Chapter 8: SDLC Reviews and Audit Learning objectives Introduction Role of IS Auditor in SDLC

Chapter 8: SDLC Reviews and Audit Learning objectives Introduction Role of IS Auditor in SDLC Chapter 8: SDLC Reviews and Audit... 2 8.1 Learning objectives... 2 8.1 Introduction... 2 8.2 Role of IS Auditor in SDLC... 2 8.2.1 IS Auditor as Team member... 2 8.2.2 Mid-project reviews... 3 8.2.3 Post

More information

Networked Access to Library Resources

Networked Access to Library Resources Institute of Museum and Library Services National Leadership Grant Realizing the Vision of Networked Access to Library Resources An Applied Research and Demonstration Project to Establish and Operate a

More information

Compile together the individual QA Testing Checklists for your team site.

Compile together the individual QA Testing Checklists for your team site. Overview In this phase of the project you test and revise your client site using three different testing methods: quality assurance testing (done individually), user testing, and heuristic evaluation.

More information

CASA External Peer Review Program Guidelines. Table of Contents

CASA External Peer Review Program Guidelines. Table of Contents CASA External Peer Review Program Guidelines Table of Contents Introduction... I-1 Eligibility/Point System... I-1 How to Request a Peer Review... I-1 Peer Reviewer Qualifications... I-2 CASA Peer Review

More information

FINAL Design Control Inspectional Strategy Revised February, 1998 All Previous Editions Are Obsolete Effective through May 31, 1998

FINAL Design Control Inspectional Strategy Revised February, 1998 All Previous Editions Are Obsolete Effective through May 31, 1998 FINAL Design Control Inspectional Strategy Revised February, 1998 All Previous Editions Are Obsolete Effective through May 31, 1998 Instructions: 1. This is intended to be an information gathering document.

More information

Framework for building information modelling (BIM) guidance

Framework for building information modelling (BIM) guidance TECHNICAL SPECIFICATION ISO/TS 12911 First edition 2012-09-01 Framework for building information modelling (BIM) guidance Cadre pour les directives de modélisation des données du bâtiment Reference number

More information

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3)

Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) Business Analysis for Practitioners - Requirements Elicitation and Analysis (Domain 3) COURSE STRUCTURE Introduction to Business Analysis Module 1 Needs Assessment Module 2 Business Analysis Planning Module

More information

Higher National Unit specification: general information. Graded Unit 2

Higher National Unit specification: general information. Graded Unit 2 Higher National Unit specification: general information This Graded Unit has been validated as part of the HND Computing: Software Development. Centres are required to develop the assessment instrument

More information

TERMS OF REFERENCE Design and website development UNDG Website

TERMS OF REFERENCE Design and website development UNDG Website TERMS OF REFERENCE Design and website development UNDG Website BACKGROUND The United Nations Development Coordination and Operations Office (UN DOCO) launched a new website in 2015 to ensure accessibility

More information

HITSP/T16. October 15, 2007 Version 1.1. Healthcare Information Technology Standards Panel. Security and Privacy Technical Committee.

HITSP/T16. October 15, 2007 Version 1.1. Healthcare Information Technology Standards Panel. Security and Privacy Technical Committee. October 15, 2007 Version 1.1 HITSP/T16 Submitted to: Healthcare Information Technology Standards Panel Submitted by: Security and Privacy Technical Committee 20071015 V1.1 D O C U M E N T C H A N G E H

More information

LOUGHBOROUGH UNIVERSITY RESEARCH OFFICE STANDARD OPERATING PROCEDURE. Loughborough University (LU) Research Office SOP 1027 LU

LOUGHBOROUGH UNIVERSITY RESEARCH OFFICE STANDARD OPERATING PROCEDURE. Loughborough University (LU) Research Office SOP 1027 LU LOUGHBOROUGH UNIVERSITY RESEARCH OFFICE STANDARD OPERATING PROCEDURE Loughborough University (LU) Research Office SOP 1027 LU Process for Writing Study Protocols for NHS Research Sponsored by Loughborough

More information

iii) Activity Definitions

iii) Activity Definitions iii) Activity Definitions A0, Preserve Electronic Records Under the control of Archival and Institutional Requirements, and limited by the possibilities available within the State of the Art of Information

More information

9 March Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF)

9 March Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF) 9 March 2016 Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF) Document name: Assessment Policy for Qualifications and Part qualifications

More information

Developer s Manual. For agenttool 3. Kyle Hill. November 25, 2007 Kansas State University. Page 1 of 25

Developer s Manual. For agenttool 3. Kyle Hill. November 25, 2007 Kansas State University. Page 1 of 25 For agenttool 3 Kyle Hill November 25, 2007 Kansas State University Page 1 of 25 Table of Contents 1. Introduction... 3 2. Relationship to GEF.. 5 3. The Core Plug-in... 6 4. agenttool Package Overview

More information

Appendix 2. Level 4 TRIZ Specialists Certification Regulations (Certified TRIZ Specialist) Approved for use by MATRIZ Presidium on March 21, 2013

Appendix 2. Level 4 TRIZ Specialists Certification Regulations (Certified TRIZ Specialist) Approved for use by MATRIZ Presidium on March 21, 2013 Appendix 2 Level 4 TRIZ Specialists Certification Regulations (Certified TRIZ Specialist) Approved for use by MATRIZ Presidium on March 21, 2013 1. General provisions 1.1. TRIZ Level 4 Specialist Certificate,

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan for LEMA Family Accountability System Version 3.3 Quality Management Plan (QMP) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon

More information

SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY THIRUPACHUR,THIRUVALLUR UNIT I OOAD PART A

SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY THIRUPACHUR,THIRUVALLUR UNIT I OOAD PART A SRI VENKATESWARA COLLEGE OF ENGINERRING AND TECHNOLOGY THIRUPACHUR,THIRUVALLUR UNIT I OOAD PART A 1. What is an object? An object is a combination of data and logic; the representation of some realworld

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

Requirements Validation and Negotiation

Requirements Validation and Negotiation REQUIREMENTS ENGINEERING LECTURE 2015/2016 Eddy Groen Requirements Validation and Negotiation AGENDA Fundamentals of Requirements Validation Fundamentals of Requirements Negotiation Quality Aspects of

More information

On Premise. Service Pack

On Premise. Service Pack On Premise Service Pack 02.0.01 - This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for your informational

More information

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules.

MPM210: Introduction to Project Management 1. MPM210: Introduction to Project Management. Project Plan for Learning Modules. MPM210: Introduction to Project Management 1 MPM210: Introduction to Project Management Project Plan for Learning Modules Trina VanderLouw Professor Derrick Nelson Colorado Technical University Online

More information

Certified Trainer Program Guide

Certified Trainer Program Guide Certified Trainer Program Guide You can maximize your training opportunities by becoming a Sage certified trainer (CT). This unique program is designed for employees of Sage Software business partners

More information

<Project Name> Scope Management Plan. <Author> <Date> Name Date Reason For Changes Version <author> initial draft 1.0 draft1

<Project Name> Scope Management Plan. <Author> <Date> Name Date Reason For Changes Version <author> initial draft 1.0 draft1 Scope Management Plan 1.0 Revision History Name Date Reason For Changes Version initial draft 1.0 draft1 2.0 Statement of Purpose The purpose of this document

More information

General Instructions

General Instructions Project Management Professional (PMP) General Instructions Introduction: Being a project manager in the organization is an ideal post that employees dream of. Don t let your dreams vanish in the air; stop

More information

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA

IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA UNITED STATES OF AMERICA, v. Plaintiff, MICROSOFT CORPORATION, Civil Action No. 98-1232 (CKK) Next Court Deadline: May 12, 2006 Joint Status

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) LEMA Pilot School Integrated Scheduling System. Team number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008

Synergy Distributed Meeting Scheduler. Project Plan. Revision 2.0. CS 6361 Advance Requirements Engineering Fall 2008 Synergy Distributed Meeting Scheduler Project Plan Revision 2.0 CS 6361 Advance Requirements Engineering Fall 2008 Team Members: Name Email Phone Student ID Animesh Roy animesh.roy@student.utdallas.edu

More information

Systems and software engineering Requirements for testers and reviewers of information for users

Systems and software engineering Requirements for testers and reviewers of information for users INTERNATIONAL STANDARD ISO/IEC/ IEEE 26513 Second edition 2017-10 Systems and software engineering Requirements for testers and reviewers of information for users Ingénierie des systèmes et du logiciel

More information

Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report. Status of Actions Recommended # of Actions Recommended

Figure 1: Summary Status of Actions Recommended in June 2016 Committee Report. Status of Actions Recommended # of Actions Recommended Chapter 3 Section 3.05 Metrolinx Regional Transportation Planning Standing Committee on Public Accounts Follow-Up on Section 4.08, 2014 Annual Report In November 2015, the Standing Committee on Public

More information

Identify the guidelines for system development. Discuss the purpose of the activities performed in the analysis phase

Identify the guidelines for system development. Discuss the purpose of the activities performed in the analysis phase Discovering Computers 2010 Living in a Digital World Objectives Overview Define system development and list the system development phases Identify the guidelines for system development Discuss the importance

More information

SFU CMPT week 11

SFU CMPT week 11 SFU CMPT-363 2004-2 week 11 Manuel Zahariev E-mail: manuelz@cs.sfu.ca Based on course material from Arthur Kirkpatrick, Alissa Antle and Paul Hibbits July 21, 2004 1 Analytic Methods Advantages can be

More information

Pearson Education 2005 Chapter 9 (Maciaszek - RASD 2/e) 2

Pearson Education 2005 Chapter 9 (Maciaszek - RASD 2/e) 2 MACIASZEK, L.A. (2005): Requirements Analysis and System Design, 2 nd ed. Addison Wesley, Harlow England, 504p. ISBN 0 321 20464 6 Chapter 9 Testing and Change Management Pearson Education Limited 2005

More information

Systems Analysis & Design

Systems Analysis & Design Systems Analysis & Design Dr. Ahmed Lawgali Ahmed.lawgali@uob.edu.ly Slide 1 Systems Analysis & Design Course Textbook: Systems Analysis and Design With UML 2.0 An Object-Oriented Approach, Second Edition

More information

Oscar Slotosch, Validas AG. Proposal for a Roadmap towards Development of Qualifyable Eclipse Tools

Oscar Slotosch, Validas AG. Proposal for a Roadmap towards Development of Qualifyable Eclipse Tools Oscar Slotosch, Proposal for a Roadmap towards Development of Qualifyable Eclipse Tools, 2012 Seite 1 Content Roadmap Requirements for Tool Qualification (Standards) Proposals for Goals for Eclipse Proposals

More information

Chapter 12. Systems Design. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved.

Chapter 12. Systems Design. McGraw-Hill/Irwin. Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Chapter 12 Systems Design McGraw-Hill/Irwin Copyright 2007 by The McGraw-Hill Companies, Inc. All rights reserved. Objectives Describe the design phase in terms of your information building blocks. Identify

More information

3Lesson 3: Web Project Management Fundamentals Objectives

3Lesson 3: Web Project Management Fundamentals Objectives 3Lesson 3: Web Project Management Fundamentals Objectives By the end of this lesson, you will be able to: 1.1.11: Determine site project implementation factors (includes stakeholder input, time frame,

More information

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR

SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR SRM ARTS AND SCIENCE COLLEGE SRM NAGAR, KATTANKULATHUR 603203 DEPARTMENT OF COMPUTER SCIENCE & APPLICATIONS QUESTION BANK (2017-2018) Course / Branch : M.Sc-CST Semester / Year : Even / II Subject Name

More information

Changes in JHawk 6 1 Changes in JHawk6 Virtual Machinery 2015

Changes in JHawk 6 1 Changes in JHawk6 Virtual Machinery 2015 Changes in JHawk 6 1 Changes in JHawk6 Virtual Machinery 2015 Contents Changes in JHawk6... 3 Line counting... 4 System Level... 4 Compilation Unit Level... 4 Package Level... 4 Class Level... 4 Method

More information

NYS Early Learning Trainer Credential. Portfolio Instructions

NYS Early Learning Trainer Credential. Portfolio Instructions TC Portfolio Guidelines 8/17/2011 Contents Trainer Definitions 3 General Instructions.....4 Credential Levels...4 Portfolio Structure...5 Portfolio Content Parts 1 and 2: Portfolio Entries.........5 Portfolio

More information

Architecture Design. for Multi-Agent Research Tool (MART) Madhukar Kumar. Version 1.0

Architecture Design. for Multi-Agent Research Tool (MART) Madhukar Kumar. Version 1.0 Architecture Design for Multi-Agent Research Tool (MART) Version 1.0 Submitted in partial fulfillment of the requirements for the degree MSE Madhukar Kumar CIS 895 MSE Project Kansas State University Architecture

More information

American Association for Laboratory Accreditation

American Association for Laboratory Accreditation R311 - Specific Requirements: Federal Risk and Authorization Management Program Page 1 of 10 R311 - Specific Requirements: Federal Risk and Authorization Management Program 2017 by A2LA. All rights reserved.

More information

Green Star Volume Certification. Process Guide

Green Star Volume Certification. Process Guide Green Star Volume Certification Process Guide Contents Executive Summary... 3 Volume Certification... 3 The Volume Certification Process Guide... 3 Questions?... 4 Volume Certification Summary... 5 Stage

More information

<PROJECT> WORK BREAKDOWN STRUCTURE

<PROJECT> WORK BREAKDOWN STRUCTURE WORK BREAKDOWN STRUCTURE Version Number: 1.0 Version Date: Notes to the Author [This document is a template of a Work Breakdown Structure document for a project. The template includes

More information

OGC Open Geospatial Consortium (OGC)

OGC Open Geospatial Consortium (OGC) OGC Open Geospatial Consortium (OGC) Request for Quotations (RFQ) and Call for Participation (CFP) for OGC Web Services Initiative - Phase 9 (OWS-9) Annex A OWS-9 WBS and Work Items RFQ Issuance Date:

More information

Exchange Network Schema Conformance Report Preparation and Review Process

Exchange Network Schema Conformance Report Preparation and Review Process Exchange Network Schema Conformance Report Preparation and Review Process Version: 2.0a Revision Date: December 29, 2009 Prepared for: Network Technology Group Prepared by: Schema Review Task Force Document

More information

Analysis and Design with UML

Analysis and Design with UML Analysis and Design with UML Page 1 Agenda Benefits of Visual Modeling History of the UML Visual Modeling with UML The Rational Iterative Development Process Page 2 What is Visual Modeling? Item Order

More information

Case 1:98-cv CKK Document Filed 06/15/2006 Page 1 of 7 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA

Case 1:98-cv CKK Document Filed 06/15/2006 Page 1 of 7 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA Case 1:98-cv-01232-CKK Document 831-1 Filed 06/15/2006 Page 1 of 7 IN THE UNITED STATES DISTRICT COURT FOR THE DISTRICT OF COLUMBIA UNITED STATES OF AMERICA, v. Plaintiff, MICROSOFT CORPORATION, Civil

More information

IT Security Evaluation and Certification Scheme Document

IT Security Evaluation and Certification Scheme Document IT Security Evaluation and Certification Scheme Document June 2015 CCS-01 Information-technology Promotion Agency, Japan (IPA) IT Security Evaluation and Certification Scheme (CCS-01) i / ii Table of Contents

More information

DAC EVALUATION INVENTORY AS A POTENTIAL KNOWLEDGE BUILDING TOOL. Submitted by Canada

DAC EVALUATION INVENTORY AS A POTENTIAL KNOWLEDGE BUILDING TOOL. Submitted by Canada DAC EVALUATION INVENTORY AS A POTENTIAL KNOWLEDGE BUILDING TOOL Submitted by Canada 31st Meeting 27-28 January 1999 1 DAC Evaluation Inventory and Knowledge Building: A Discussion Paper Introduction This

More information

RVS College of Arts and Science (Autonomous) School of Computer Studies (UG)

RVS College of Arts and Science (Autonomous) School of Computer Studies (UG) RVS College of Arts and Science (Autonomous) School of Computer Studies (UG) Project Guidelines: Bonafide letter (1 Copy) from the Institution will be given to each student and the student has to take

More information

Developing a Multiagent Conference Management System Using the O-MaSE Process Framework

Developing a Multiagent Conference Management System Using the O-MaSE Process Framework Developing a Multiagent Conference Management System Using the O-MaSE Process Framework Scott A. DeLoach Department of Computing and Information Sciences, Kansas State University 234 Nichols Hall, Manhattan,

More information

Software Testing Interview Question and Answer

Software Testing Interview Question and Answer Software Testing Interview Question and Answer What is Software Testing? A process of analyzing a software item to detect the differences between existing and required conditions (i.e., defects) and to

More information

19 March Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF)

19 March Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF) 19 March 2014 Assessment Policy for Qualifications and Part Qualifications on the Occupational Qualifications Sub-Framework (OQSF) Table of Contents List of Acronyms... 3 Glossary of terms... 4 1. Preamble...

More information

Saving the Project Brief document under its own name

Saving the Project Brief document under its own name HOW TO USE THIS TEMPLATE: Introduction The template reflects the steps set out in the PRINCE2 Method and is designed to prompt the Project Manager and help in the creation of the. The information for the

More information

Continuing Professional Education Policy

Continuing Professional Education Policy Continuing Professional Education Policy March 1, 2017 TABLE OF CONTENTS Introduction 3 CPE Policy Background 4 CPE Policy Statement 4 The Credit System 5 The Policy Explained: Questions & Answers 6 Appendix

More information

PERSPECTIVE. End-to-end test automation A behaviordriven and tool-agnostic approach. Abstract

PERSPECTIVE. End-to-end test automation A behaviordriven and tool-agnostic approach. Abstract PERSPECTIVE End-to-end test automation A behaviordriven and tool-agnostic approach Anand Avinash Tambey Product Technical Architect, Infosys Abstract In today s fast changing world, IT is under constant

More information

Request for Proposals for Data Assessment and Analysis

Request for Proposals for Data Assessment and Analysis Request for Proposals for Data Assessment and Analysis Introduction The Center for NYC Neighborhoods requires the services of a consultant to create a data architecture with the overall goal of assessing

More information

Systems and software engineering Requirements for managers of information for users of systems, software, and services

Systems and software engineering Requirements for managers of information for users of systems, software, and services This is a preview - click here to buy the full publication INTERNATIONAL STANDARD ISO/IEC/ IEEE 26511 Second edition 2018-12 Systems and software engineering Requirements for managers of information for

More information

SO YOU WANT TO WRITE AN IBOOK?

SO YOU WANT TO WRITE AN IBOOK? SO YOU WANT TO WRITE AN IBOOK? FOR INSTRUCTORS 2015 Lynn University, Inc. All Rights Reserved. Any unauthorized use or reproduction of this copyrighted material is strictly prohibited. Table of Contents

More information

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements

The Analysis and Proposed Modifications to ISO/IEC Software Engineering Software Quality Requirements and Evaluation Quality Requirements Journal of Software Engineering and Applications, 2016, 9, 112-127 Published Online April 2016 in SciRes. http://www.scirp.org/journal/jsea http://dx.doi.org/10.4236/jsea.2016.94010 The Analysis and Proposed

More information

C H A P T E R SYSTEM DESIGN

C H A P T E R SYSTEM DESIGN C H A P T E R SYSTEM DESIGN Chapter Twelve Systems Design Describe the design phase in terms of your information building blocks. Identify and differentiate between several systems design strategies. Describe

More information

User Documentation Development Life Cycle (UDDLC)

User Documentation Development Life Cycle (UDDLC) WWW.ALMAHACONSULTING.CA User Documentation Development Life Cycle (UDDLC) STANDARD OPERATING PROCEDURE BUSINESS PROCESS DOCUMENT DOCUMENT STATUS: VERSION 0.1 Department BUSINESS TRANSFORMATION Process

More information

BSc Computing CSY2026 Modern Networks. Module Tutor: Signed:

BSc Computing CSY2026 Modern Networks. Module Tutor: Signed: Division of Computing BSc Computing CSY2026 Modern Networks Date of Issue: 17/02/2017 Date for Submission: 28/04 2017 (23:59 by e-submission) Agreed Date for late submission: Student Name: Student ID:

More information

Chapter 1: Introduction to Systems Analysis

Chapter 1: Introduction to Systems Analysis Systems Analysis and Design With UML 2.0 An Object-Oriented Oriented Approach, Second Edition Chapter 1: Introduction to Systems Analysis and Design Alan Dennis, Barbara Wixom, and David Tegarden 2005

More information

Chapter 9 Quality and Change Management

Chapter 9 Quality and Change Management MACIASZEK, L.A. (2007): Requirements Analysis and System Design, 3 rd ed. Addison Wesley, Harlow England ISBN 978-0-321-44036-5 Chapter 9 Quality and Change Management Pearson Education Limited 2007 Topics

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC 24744 Second edition 2014-11-15 Software engineering Metamodel for development methodologies Ingénierie du logiciel Métamodèle pour les méthodologies de développement Reference

More information

BCI Principles & Criteria: Revision

BCI Principles & Criteria: Revision BCI Principles & Criteria: 2015-2017 Revision In January 2015 the BCI Council approved the proposal to launch a formal review of BCI s Principles & Criteria (P&C). This revision process provided an exciting

More information

Pearson Education 2007 Chapter 9 (RASD 3/e)

Pearson Education 2007 Chapter 9 (RASD 3/e) MACIASZEK, L.A. (2007): Requirements Analysis and System Design, 3 rd ed. Addison Wesley, Harlow England ISBN 978-0-321-44036-5 Chapter 9 Quality and Change Management Pearson Education Limited 2007 Topics

More information

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping.

This tutorial also elaborates on other related methodologies like Agile, RAD and Prototyping. i About the Tutorial SDLC stands for Software Development Life Cycle. SDLC is a process that consists of a series of planned activities to develop or alter the Software Products. This tutorial will give

More information

TEST ENGINE SYSTEM (TES) SOFTWARE PROJECT PLAN PHASE I. April 8, Version 1.0

TEST ENGINE SYSTEM (TES) SOFTWARE PROJECT PLAN PHASE I. April 8, Version 1.0 TEST ENGINE SYSTEM (TES) SOFTWARE PROJECT PLAN PHASE I April 8, 2003 Version 1.0 Team Members Page 1 of 16 Test Engine System Table of Contents 1.0 Introduction 1.1 Project scope 1.2 Major software functions

More information

Understanding the CCBA Designation

Understanding the CCBA Designation Understanding the CCBA Designation Helping Business Do Business Better Michael Gladstone, CBAP IIBA Career Roadmap Advanced Beginner General understanding, some on-the-job experience Study BABOK Guide,

More information

NOTE: This includes Aerospace Auditors (AAs) and Aerospace Experienced Auditors (AEAs)

NOTE: This includes Aerospace Auditors (AAs) and Aerospace Experienced Auditors (AEAs) Purpose: Provide supplemental rules for all stakeholders to facilitate the transition to the 9100/9110/9120:2009 Aerospace Quality Management Systems (AQMS) standards, including use of the updated 9101.

More information

CIS 3730 FALL 2008 Database Management System Project

CIS 3730 FALL 2008 Database Management System Project CIS 3730 FALL 2008 Database Management System Project Project Grade (40 points) The project will be graded at the end of the course with the following breakdown: Initial Project Proposal - 4 points Weekly

More information

IT Specialist, Associate of Applied Science Outcomes Assessment Implementation Summary. Academic Year

IT Specialist, Associate of Applied Science Outcomes Assessment Implementation Summary. Academic Year UNIVERSITY OF ALASKA FAIRBANKS Outcomes Assessment Implementation Summary Information Technology Specialist, A.A.S. College of Rural and Community Development IT Specialist, Associate of Applied Science

More information

Design Proposal: Outline

Design Proposal: Outline Design Proposal: Outline This outline should be used as a checklist to help each member of the team make sure that every section of the document meets the requirements for a design proposal. Writing Style

More information

CPLP and APTD Recertification Policies Table of Contents

CPLP and APTD Recertification Policies Table of Contents CPLP and APTD Recertification Policies Table of Contents Recertification Policies... 2 Recertification Categories... 2 Continuing Education... 2 Speaking and Instructing... 3 On-the-Job Experience... 4

More information

CPLP Recertification Policies... 2 Recertification Categories... 2

CPLP Recertification Policies... 2 Recertification Categories... 2 Table of Contents CPLP Recertification Policies... 2 Recertification Categories... 2 Continuing Education... 2 Speaking and Instructing... 3 On-the-Job Experience... 4 Research and Publishing... 4 Leadership

More information

REQUIREMENTS. NRS Standards for Modeling with EA: Corporate Services for the Natural Resource Sector. Information Management Branch

REQUIREMENTS. NRS Standards for Modeling with EA: Corporate Services for the Natural Resource Sector. Information Management Branch Corporate Services for the Natural Resource Sector Information Management Branch NRS Standards for Modeling with EA: REQUIREMENTS Last Updated: March 30, 2017 Version: 5.0.0 Document: NRS_Standards_for_Modeling_with_EA-Requirements

More information

Terms of Reference. Certificate for Quality in Internationalisation

Terms of Reference. Certificate for Quality in Internationalisation Terms of Reference Certificate for Quality in Internationalisation Terms of Reference CeQuInt - 2012-3149 / 001-001 Copyright 2015 European Consortium for Accreditation in Higher Education ECA OCCASIONAL

More information

ME 4054W: SENIOR DESIGN PROJECTS

ME 4054W: SENIOR DESIGN PROJECTS ME 4054W: SENIOR DESIGN PROJECTS Week 3 Thursday Documenting Your Design Before we get started We have received feedback from an industry advisor that some of the students on their design team were not

More information

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering

Test Plan. Online Music Store Version 1.0. Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Test Plan Online Music Store Version 1.0 Submitted in partial fulfillment of the requirements of the degree of Master Software Engineering Reshma Sawant CIS 895 MSE Project Kansas State University 1 TABLE

More information

This document is a preview generated by EVS

This document is a preview generated by EVS INTERNATIONAL STANDARD ISO/IEC/ IEEE 26515 First edition 2011-12-01 Corrected version 2012-03-15 Systems and software engineering Developing user documentation in an agile environment Ingénierie du logiciel

More information

Introduction to Software Engineering

Introduction to Software Engineering Introduction to Software Engineering Gérald Monard Ecole GDR CORREL - April 16, 2013 www.monard.info Bibliography Software Engineering, 9th ed. (I. Sommerville, 2010, Pearson) Conduite de projets informatiques,

More information

Division of Computing

Division of Computing Division of Computing BSc Computing CSY2026 Modern Networks Date of Issue: 10/02/2017 Date for Submission: Agreed Date for late submission: Student Name: Student ID: Student s Signature: Module Tutor:

More information

Outline of Unified Process

Outline of Unified Process Outline of Unified Process Koichiro OCHIMIZU School of Information Science JAIST Schedule(3/3) March 12 13:00 Unified Process and COMET 14:30 Case Study of Elevator Control System (problem definition,

More information

GOAL BASED NEW SHIP CONSTRUCTION STANDARDS. Development of the Interim guidelines for goal-based standards safety level approach SUMMARY

GOAL BASED NEW SHIP CONSTRUCTION STANDARDS. Development of the Interim guidelines for goal-based standards safety level approach SUMMARY E MARITIME SAFETY COMMITTEE 99th session Agenda item 6 MSC 99/6/1 12 March 2018 Original: ENGLISH GOAL BASED NEW SHIP CONSTRUCTION STANDARDS Development of the Interim guidelines for goal-based standards

More information

CPD ACTIVITY GUIDELINES AND REQUIREMENTS

CPD ACTIVITY GUIDELINES AND REQUIREMENTS Introduction After obtaining the Internal Audit Technician (IAT) and / or Professional Internal Auditor (PIA)* designations, members must maintain their knowledge and skills and stay abreast of improvements

More information

ASME-PC Connect ANDE Program User s Guide (Provisional application)

ASME-PC Connect ANDE Program User s Guide (Provisional application) ASME-PC Connect ANDE Program User s Guide (Provisional application) Table of Contents ASME-PC Connect overview... 2 Updating your personal information for mailing and contact purposes:... 2 Overview of

More information