Quality Management Plan (QMP)

Size: px
Start display at page:

Download "Quality Management Plan (QMP)"

Transcription

1 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 Han Project Manager Zhen Huang Feasibility Analyst Ziming Wei Operational Concept Engineer Xiaoli Ma Life Cycle Planner Ying Yang Life Cycle Planner Ian Williams Requirements Engineer Kimberly Krause IIV&V / System Requirements Engineer 12/05/2011 QMP_DCP_F11a_T04_V3.3.doc i Version Date: 12/05/2011

2 Quality Management Plan for LEMA Family Accountability System Version 3.3 Version History Date Author Version Changes made Rationale 10/24/11 Kimberly Krause 2.1 Initial version of QMP Initial version of QMP 11/07/11 Kimberly Krause 3.1 Added Configuration Management section Fixed defects from last release Configuration Management section is now needed for the DCP. 11/21/11 Kimberly Krause 3.2 Minor formatting updates Updated 2.5 TA made comments that needed to be addressed 12/05/11 Kimberly Krause 3.3 Defect adjudication Updating based on IIV&V comments from version 3.2 QMP_DCP_F11a_T04_V3.3.doc ii Version Date: 12/05/2011

3 Quality Management Plan for LEMA Family Accountability System Version 3.3 Table of Contents QUALITY MANAGEMENT PLAN (QMP)... I VERSION HISTORY... II TABLE OF CONTENTS... III TABLE OF TABLES... IV TABLE OF FIGURES... V 1. Purpose Purpose of the QMP Status of the QMP Quality Management Strategy Defect Prevention Strategies Defect Detection Strategies Defect Removal Tracking Level of Service Achievement Monitoring Process Assurance IIV&V Coordination Configuration Management Product Element Identification Configuration Item and Rationale Configuration Change Management Project Library Management Resources and Personnel Tools QMP_DCP_F11a_T04_V3.3.doc iii Version Date: 12/05/2011

4 Quality Management Plan for LEMA Family Accountability System Version 3.3 Table of Tables Table 1: List of defect prevention strategies... 2 Table 2: Automated analysis strategy for defect detection... 2 Table 3: People review strategies for defect detection... 2 Table 4: Execution testing strategies for defect detection... 3 Table 5: Level of Service achievement strategy and its responsible person... 4 Table 6: Configuration Item and Rationale... 9 QMP_DCP_F11a_T04_V3.3.doc iv Version Date: 12/05/2011

5 Quality Management Plan for LEMA Family Accountability System Version 3.3 Table of Figures No table of figures entries found. QMP_DCP_F11a_T04_V3.3.doc v Version Date: 12/05/2011

6 1. Purpose 1.1. Purpose of the QMP The Quality Management Plan (QMP) outlines the measures a project will take to ensure that a quality product is produced. This QMP includes the methods for defect prevention, detection, and removal as well as the plans for configuration management of the LEMA family accountability system project Status of the QMP The QMP is currently in version 3.3 which was developed as part of the foundations phase for the Development Commitment Point (DCP). In this version information about a texting prototype was added to section 2.1 and various typos throughout the document were fixed. QMP_DCP_F11a_T04_V3.3.doc 1 Version Date: 12/05/2011

7 2. Quality Management Strategy 2.1. Defect Prevention Strategies Strategy Win-Win Negotiation Prototyping Incremental Commitment Spiral Model Standard Database Standard Table 1: List of defect prevention strategies Description Win-win negotiation is being used to be sure all stakeholders agree and are clear on what will be delivered. This prevents defects when some stakeholders think different things are being done than what is actually happening The UI is being prototyped to ensure that the clients will be satisfied. The reports will also be prototyped to ensure that when the database is designed that all the necessary data to generate those reports are taken into consideration. A prototype of the texting service was also developed to ensure that the Mozeo texting service would work with our application and meet the clients needs. The team is using a standard software engineering process with task lists, artifacts, and templates to ensure that work products conform to best practices. Since both the LEMA Family Accountability System and the LEMA Scheduler System must use a shared database for some features a standard database will be co-designed by the teams to prevent future integration defects Defect Detection Strategies Strategy Syntax and type checking Automated Analysis Table 2: Automated analysis strategy for defect detection Description An Integrated Development Environment (IDE) with PHP and SQL syntax checking will be used to automatically check defects in syntax, typos, variable types, etc People Review Table 3: People review strategies for defect detection QMP_DCP_F11a_T04_V3.3.doc 2 Version Date: 12/05/2011

8 Strategy IIV&V Document Reviews Graded Artifacts Architecture Review Boards Peer Reviews Strategy Unit Testing Integration Testing Acceptance Testing Beta Testing Description All artifacts are reviewed by the teams Integrated Independent Verification And Validation (IIV&V) member for consistency, content, etc. All defects found by this method are entered into our defect tracking process (see section 2.3). All artifacts are submitted for grading by the 577 class Teaching Assistants (TAs). All comments made by the TAs are entered into our defect tracking process (see section 2.3). Architecture Review Boards (ARBs) are held periodically to formally assess the progress of the project with the class instructors, TAs, clients, and the development team. All findings from the ARB are entered into our defect tracking process (see section 2.3). All developed code will be peer reviewed by at least one other project developer. All defects found will be entered into our defect tracking process (see section 2.3) Execution Testing Table 4: Execution testing strategies for defect detection Description Each developer will test their own software methods and modules as they are developed. Defects from this testing will not be added to the defect tracking process since the tester is also the content author. As individual developers methods and modules are integrated to form the main system all interfaces between the existing system and the newly added methods and modules will be tested to ensure the interface is working correctly and that any defects in that module the developer may have missed are found. All defects found will be entered into our defect tracking process (see section 2.3). At each staged delivery the features being delivered to the client will be tested to ensure that they meet the requirements in the project s SSRD. All defects found will be entered into our defect tracking process (see section 2.3). After each delivery the clients and representative users will be asked to test the system. This testing will help to ensure that the system meets the needs of the users. Defects found during this testing will be collected from each user and entered into the defect tracking process (see section 2.3) Defect Removal Tracking Whenever a review or test is done by someone other than the artifact author any defects found will be entered into the team s Bugzilla defect database. Each problem will be categorized by the artifact, defect priority, category, phase detected, review type, and other parameters to make analysis of the defects in the database easier. QMP_DCP_F11a_T04_V3.3.doc 3 Version Date: 12/05/2011

9 When a defect is detected, the reviewer will enter the defect into Bugzilla (Graded artifacts, ARBs, and Beta Testing is an exception to this, in these cases the reviewer is not part of the development team and the IIV&V team member will enter the collected defects at a later time.). Each artifact produced by the team will have owner listed in the database that is responsible for that artifact who will receive an once the defect is submitted. The owner will then check the defect in Bugzilla and assess the problem. The owner will then set the status of the defect to resolved and document the resolution. At this time the person that reported the defect will receive an to verify that the problem has been solved and close the defect. All defects should be resolved or closed before an artifact is submitted for a milestone Level of Service Achievement Monitoring Table 5: Level of Service achievement strategy and its responsible person Role Responsible person Responsibility Feasibility Zhen Huang Analyst Analyze the system architecture to determine if it is sufficient to achieve level of service goals. Research alternative solutions to meet level of service goals. Prototyper Ian Williams Prototype possible solutions to meet level of service goals. IIV&V Kimberly Krause Monitor and track progress towards meeting level of service goals Process Assurance Due to time constraints and the small size of the project no process assurance activities are done by the team. However the process for this project is mandated by the instructors of CS577 and thus the deliverables and activities required for the class mandate that the Incremental Commitment Spiral Model (ICSM) is followed. The team will ensure that process is followed by turning in all artifacts required by the class on time IIV&V Coordination Much of the coordination between IIV&V and other members of the development team is accomplished through the s sent automatically from the team s defect tracking process (see section 2.3). If an artifact owner or the IIV&V team member is unclear about the meaning of a comment made in Bugzilla however further discussions can be held through . If the issue is one that necessitates a team-wide or client discussion a meeting will be scheduled and the IIV&V team member will participate using Skype. QMP_DCP_F11a_T04_V3.3.doc 4 Version Date: 12/05/2011

10 3. Configuration Management 3.1. Product Element Identification The following sections identify each project element and artifact. The name of the element, its owner, priority during each phase of the project, file name convention, and conventions for version numbers is listed for each element. Operational Concept Description OCD Owner: Ziming Wei Evaluation: High Developing operation concept to determine what the system should do and if this would be a worthwhile project. Valuation: High Defining the new operational concept in more detail and using it to drive requirements. Foundation: Medium At this point the operational concept is less important because the SSRD is more mature and can drive design. Development: Low In development phase the SSRD and SSAD drive development. Operations: High New operational concept is put into place and acceptance testing occurs. File name convention: OCD_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers denote different drafts during a single phase of the document and are incremented for each version of the file that is uploaded on wiki-spaces or the project team site. Life Cycle Plan LCP Owner: Xiaola Ma and Ying Yang Evaluation: High The LCP includes the project plan which is important to maintain all throughout project development. Valuation: High The LCP includes the project plan which is important to maintain all throughout project development. Foundation: High The LCP includes the project plan which is important to maintain all throughout project development. Development: High The LCP includes the project plan which is important to maintain all throughout project development. Operations: Low The main project has come to end so the life cycle plan is not nearly as important. File name convention: LCP_<milestone>_F11<a/b>_T04_V<version number>.pdf QMP_DCP_F11a_T04_V3.3.doc 5 Version Date: 12/05/2011

11 The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. Feasibility Evidence Description FED Owner: Zhen Huang Evaluation: High The risks outlined in the FED are important to determine if the project is worth pursuing. Valuation: High In addition to the risks the FED also contains the business case analysis to determine the Return on Investment (ROI) for the project. Foundation: High Feasibility evidence is required to determine if the project should continue. Development: High Feasibility evidence is requirement to determine if the project should continue. Operations: Low Now that the project is mostly complete risks and feasibility evince become less important. File name convention: FED_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. System/Software Requirements Description SSRD Owner: Ian Williams Evaluation: None Not yet developed Valuation: High Requirements are being developed during this phase Foundation: High Requirements are refined and used to determine the system architecture Development: High System is developed according to the requirements Operations: High Systems operation is tested based on the requirements to determine if the system meets its goals. File name convention: SSRD_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. QMP_DCP_F11a_T04_V3.3.doc 6 Version Date: 12/05/2011

12 System/Software Architecture Document SSAD Owner: Teawon Han Evaluation: Low Not yet developed Valuation: Med Early stages of architecture are being developed Foundation: High Focus of this stage is on the architecture and prototyping Development: High System is being developed as per the architecture Operations: High Architecture documents continue to be very important for maintenance File name convention: SSAD_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. Prototype Report PRO Owner: Ian Williams Evaluation: None Not yet developed Valuation: Med Low fidelity prototypes are being developed Foundation: High Focus of this stage is on the architecture and prototyping Development: High Prototypes are transformed into pieces of the final system, prototypes are also used for client and user feedback to improve the system. Operations: Low Once development is nearing the end the prototypes are no longer as important. File name convention: PRO_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. Supporting Information Document SID Owner: Teawon Han Evaluation: None Not yet developed Valuation: Low This document contains supporting information Foundation: Low This document contains supporting information Development: Low This document contains supporting information Operations: Low This document contains supporting information File name convention: SID_<milestone>_F11<a/b>_T04_V<version number>.pdf QMP_DCP_F11a_T04_V3.3.doc 7 Version Date: 12/05/2011

13 The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. : Quality Management Plan QMP Owner: Kimberly Krause Evaluation: None Not developed until valuation phase Valuation: Medium Needed for project process and organization Foundation: Medium Needed for project process and organization Development: High During development configuration management is needed to ensure that code is not being updated by multiple developers at the same time and overwritten. Operations: High Quality Management is very important during acceptance testing and when the product is first delivered to the customer. File name convention: QMP_<milestone>_F11<a/b>_T04_V<version number>.pdf The minor version numbers are incremented for each version of the file that is uploaded on wiki-spaces or the project team site to denote different drafts during a single phase of the document. Software Modules Owner: All team members Evaluation: None not yet developed Valuation: None not yet developed Foundation: Low, modules are prototypes only at this point Development: Very High main focus of this stage Operations: High main deliverable and will be acceptance tested during this phase. File name convention: TBD Versioning: Whole version numbers (1.0, 2.0) used for major deliverables, minor version numbers (1.1, 1.2) used for smaller updates Configuration Item and Rationale Configuration items are project elements that need to be tracked throughout the project and delivered at the end of the project to be used for further project development and maintenance. Table 6 contains a list of configuration items for the LEMA Family Accountability project. QMP_DCP_F11a_T04_V3.3.doc 8 Version Date: 12/05/2011

14 Config. Item OCD SSRD SSAD Software Modules Table 6: Configuration Item and Rationale Description Rationale Volatility Impact Severity Operational Concept Description System and Software Requirements Description System and Software Architecture Description Software Modules Document describes the operational concept of the new system, is volatile in the evaluation and valuation phase. Contains the prioritized requirements for the system. Requirements that do not make it into this version of the system will be used for further development. Volatile in valuation phase. Contains the architecture of the system which is important to understand for maintenance and further development. Volatile in the valuation and foundations phase. The software modules are the code that will run for the final system, these will be highly volatile early in the development phase and become more stable as development continues. Very high early in project High early in project High early in project High early in developme nt phase 3.3. Configuration Change Management Changes in the OCD will drive changes in the requirements, architecture and software. Changes in the SSRD will drive changes in the architecture and software. Changes in the SSAD will drive software changes. Changes in software can drive changes in other software modules; also all changes will need to be retested. Change Requests (CRs) will be submitted to Bugzilla as enhancements whenever a stakeholder feels a change is desired in the system. That change will be evaluated by the assigned developer to determine feasibility and impact to schedule. For major changes that will have an impact to commitments and project schedule the item will be brought up and prioritized at the next client meeting. If all stakeholders agree that the change should be made the developers will make the change. For more minor changes that would not have an impact to project commitments and schedule the clients will be contacted by to be sure they approve the change, if the clients approve the change will be made. Problem Reports (PRs) will be submitted to Bugzilla as defects whenever a stakeholder finds a defect or problem in the system. The problem will be evaluated by the QMP_DCP_F11a_T04_V3.3.doc 9 Version Date: 12/05/2011

15 assigned developer. If the problem will have an impact on other developers work, the project commitments, or the project schedule the developer will give a recommendation at the next client meeting and the stakeholders will determine the path forward. If the problem can be fixed by the developer without an impact to other developers work, project commitments, and schedule the change will be made and documented in Bugzilla Project Library Management Documents will be stored in two different ways depending on their status. Working versions of documents will be stored on the team s wiki to allow the teams to do peer reviews and co-develop documents when needed. Final versions of documents for commitment review deliverables will be moved to the team site which will be the team s official configuration management repository for documents. A subversion repository will be used to store code under configuration management. Files will be checked out when a developer needs to work on it and then checked in with a new minor version number when complete. When a milestone is reached each file will be given a major version number and submitted Resources and Personnel Configuration Management Teawon Han ensure that all documents and project artifacts follow correct naming conventions and are versioned correctly when they are uploaded to the team site. Team Site Administration Teawon Han set up and maintain the team site which is used as the official configuration management repository. Wiki-spaces Administration Kimberly Krause set up and maintain the team wiki which is used to store and share working copies of documents Tools The development team will use three tools for quality and configuration management. The first, Bugzilla, is used for quality management to record defects, Change Requests (CRs) and Problem Reports (PRs). The second is our team wiki, which is used to share working versions of the teams reports, meeting minutes and other information between team members. Last is the project team site which is used for project deliverables for each phase and acts as our document repository for official configuration management versions. QMP_DCP_F11a_T04_V3.3.doc 10 Version Date: 12/05/2011

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner/ Feasibility Analyst Shao-yen Cheng System Architect Yuan-Chang

More information

Quality Management Plan (QMP)

Quality Management Plan (QMP) Quality Management Plan (QMP) UDM United Direct Marketing Team 09 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

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

Prototype Report. LEMA Pilot School Integrated Family Accountability System. Team 4

Prototype Report. LEMA Pilot School Integrated Family Accountability System. Team 4 Prototype Report LEMA Pilot School Integrated Family Accountability System Team 4 Teawon Han: Project Manager Zhen Huang: Feasibility Analyst Ziming Wei: Operational Concept Engineer Xiaoli Ma: Life Cycle

More information

Prototype Report. LEMA Pilot School Integrated Family Accountability System. Team 4

Prototype Report. LEMA Pilot School Integrated Family Accountability System. Team 4 Prototype Report LEMA Pilot School Integrated Family Accountability System Team 4 Teawon Han: Project Manager Zhen Huang: Feasibility Analyst Ziming Wei: Operational Concept Engineer Xiaoli Ma: Life Cycle

More information

Life Cycle Plan (LCP)

Life Cycle Plan (LCP) Life Cycle Plan (LCP) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification & Validation

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) PROJECT TITLE LEMA FAMILY ACCOUNTABILITY SYSTEM TEAM NO #04 TEAM MEMBERS & ROLES NAME ROLES Teawon Han Project Manager Zhen Huang Feasibility Analyst

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Team No. 3 Istartonmonday.com Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat Shugani

More information

Supporting Information Document (SID)

Supporting Information Document (SID) Supporting Information Document (SID) Template Version 6.0 Supporting Information Document (SID) LEMA Pilot School Integrated Scheduling System Team No. 12 Name Primary Role Secondary Role David Wiggins

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Student Scheduling System Team #06 Douglass Kinnes: Project Manager, Quality Focal Point, Implementation Team member Alexey Tregubov: System Architect, UML Modeler,

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) SWIM MEET SIGNUP Team 03 Member Name Role Email Archan Dutta Project Manager, Life Cycle Planner archandu@usc.edu Deepanshu Suneja Software Architect, Developer suneja@usc.edu

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) United Direct Marketing Team 9 Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Iteration Plan (IP) Leamos. Team number 7. Name Address Primary Role Secondary Role

Iteration Plan (IP) Leamos. Team number 7. Name  Address Primary Role Secondary Role Iteration Plan (IP) Leamos Team number 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle Planner David Wiggins dgwiggin@usc.edu IIV&V Off-campus Shaper

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) Transportation Grant Fund Database Team 14 Team Members Roles Roles Primary Secondary Muruganantham Raju Project Manager Feasibility Analyst Kirill Khistyaev Software Architect Project

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) Cash Doctor 3.0 Team 12 Steven Helferich: Project Manager, Developer Kenneth Anguka: IIV&V Xichao Wang: Operational Concept Engineer, Tester Alisha Parvez: Life Cycle Planner, Developer

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) ShareWeb Team 5 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler, Tester Yuxuan

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Tour Conductor Team-05 Name Ankush H Prasad Ajay Kumar G C Aadithya B Andrew Han Joseph Mouawad Manas Yadav Rohit Ravindra Role System Architect, Project Manager,

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) LEAMOS Team # 07 Name Primary Role Secondary Role Monty Shah Project Manager Life Cycle Planner Pragya Singh System Architect Prototyper Shantanu Sirsamkar Requirements Engineer Feasibility

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) E-Lockbox 05 Team Members Miles Gui Huaiqi Wang Weiyi Zhong Woon Kim Miles Gui Cecilia Jou Roles Project Manager Builder & Feasibility analyst Tester & Operational

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) United Directed Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) LADOT Scanning Team 08 Name Primary Role Secondary Role Anirudh Govil Project Manager Life Cycle Planner Jeffrey Colvin Prototyper Systems and Software

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) Mission Science Information and Data Management System 3.0 Team 3 Fei Yu: Project Manager, Life Cycle Planner Yinlin Zhou: Prototyper, Operational Concept Engineer Yunpeng Chen: Requirements

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) LINGGGO Team 3 Chicheng Ren Software Architect Dahai Li Quality Focal Point Dashun Wen Life Cycle Planner Kraingkrai Bumroungruksa Feasibility Analyst Siming Ye Operational

More information

Prototype Report Version 3.0. Prototype Report. LADOT Scanning. Team 08. Name Primary Role Secondary Role

Prototype Report Version 3.0. Prototype Report. LADOT Scanning. Team 08. Name Primary Role Secondary Role Prototype Report LADOT Scanning Team 08 Name Primary Role Secondary Role Anirudh Govil Project Manager Life Cycle Planner Jeffrey Colvin Prototyper Systems and Software Architect Aditya Kumar Feasibility

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent Verification

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Scriptonomics Team - 07 Team Member USC Email Id Primary Role Secondary Role Aditya Holikatti holikatt@usc.edu Feasibility Engineer Software Developer Alex Miller

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Smart Locks Control Team 05 Team Member: Vaibhav Vishal Diego Brandao Zhe Wang Mohammadreza Barazesh Alejandro Monroy Hao-Yun Yang Katarzyna Ruszowska Project Manager,

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng (Gary) Project Manager Integrated Independent

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Smart Locks Control Team 05 Team members Alex Miller Diego Brandao Terence Williams William Goishi Nick Kwong Roles Project Manager Implementer Tester IIV&V Quality

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) SnApp Voice Communication System Team 05 Divij Durve IIV&V Harsh Mhatre System/Software Architect Khyati Thakur Prototyper Monica Varhale Feasibility Analyst Nikita Gupta Project Manager

More information

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer

Feasibility Evidence Description (FED) COSMIC SYSTEM. Team 02. Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Feasibility Evidence Description (FED) COSMIC SYSTEM Team 02 Sam Lehardi Project Manager/ Life Cycle Planner/ Trainer Mishaal Aleem Prototyper/ Trainer / Implementer Rachel Inouye Operational Concept Engineer/

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) Healthy Kids Zone Survey App Team 14 Name Jessie Kim Primary Role Contact Email JKim@chc-inc.org Joseph Martinez JMartinez2@chc-inc.org Carson Malcoln MCarson@chc-inc.org Yang Wang

More information

SEGUE DISCOVERY PARTICIPATION IN DISCOVERY DISCOVERY DELIVERABLES. Discovery

SEGUE DISCOVERY PARTICIPATION IN DISCOVERY DISCOVERY DELIVERABLES.   Discovery SEGUE DISCOVERY An initial engagement with Segue begins with a Phase where our experienced team works directly with our customer to define the vision, scope, and high-level requirements for the project.

More information

TRR ARB Presentation. Women at Work Website Redesign

TRR ARB Presentation. Women at Work Website Redesign TRR ARB Presentation Women at Work Website Redesign Operational Concept Overview Sanath Bhandary Srikanth Madhava Operational Concept Overview Old Business Workflow Registration Feedback Check-in Report

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) United Direct Marketing Team 9 Fall Semester Chun-Ling Chen Project manager/ Prototyper Chun-Pei Su Lifecycle Planner Shao-yen Cheng System Architect Yuan-Chang Chang Feasibility

More information

Prototype Report. We Are Trojans (WAT) Network. Team #1. Project Manager, Life Cycle Planner Feasibility Analyst, Operational Concept Engineer

Prototype Report. We Are Trojans (WAT) Network. Team #1. Project Manager, Life Cycle Planner Feasibility Analyst, Operational Concept Engineer Prototype Report We Are Trojans (WAT) Network Team #1 Team Members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman Erten Kamonphop Srisopha Roles

More information

Prototype Report. Tour Conductor. Team 5

Prototype Report. Tour Conductor. Team 5 Prototype Report Tour Conductor Team 5 Team Members Ajay Kumar G C Manas Yadav Ankush H Prasad Aadithya B K Andrew Han Joseph Mouawad Roles Project Manager, Life Cycle Planner Feasibility Analyst, Prototyper/Builder

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) LEMA Pilot School Integrated Scheduling Team Number 12 Name Primary Role Secondary Role David Wiggins Project Manager Developer Aakash Shah Prototyper Developer Kushalpreet

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Kirill Khistyaev Karim Sacre Darren Liu Stephan Rice Zhanna Seitenova Ayman Khalil Roles (Primary)

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Transportation Grant Fund Database Team #14 Team Members Muruganantham Raju Kirill Khistyaev Karim Sacre Reza B Far Stephan Rice Zhanna Seitenova Ayman

More information

Iteration Plan. LEMA Pilot School Integrated Scheduling System. Team No. 12. Name Primary Role Secondary Role

Iteration Plan. LEMA Pilot School Integrated Scheduling System. Team No. 12. Name Primary Role Secondary Role Iteration Plan LEMA Pilot School Integrated Scheduling System Team No. 12 Name Primary Role Secondary Role Neelima Agarwal Life Cycle Planner Project Manager Aakash Shah Prototyper Feasibility Analyst

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Mobile Application for Mobile-Controlled Lighting Team 13 Saumil Kasbekar Sayali Sakhalkar Anuradha Saini Priyank Mishra Sagar Sarda Ashutosh Kale Corey Stall Feasibility

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) We Are Trojans (WAT) Network Team 01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Saloni Priya Suleyman Erten Kamonphop Srisopha Ameer Elkordy Punyawee

More information

QA Best Practices: A training that cultivates skills for delivering quality systems

QA Best Practices: A training that cultivates skills for delivering quality systems QA Best Practices: A training that cultivates skills for delivering quality systems Dixie Neilson QA Supervisor Lynn Worm QA Supervisor Maheen Imam QA Analyst Information Technology for Minnesota Government

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) Mental Math Team - 7 Chang Yu Prototyper, Implementer, Requirements Engineer Isha Agarwal Prototyper, Life Cycle Planner, Implementer JingXing Cheng Implementer Kajal

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Tipsure.com Team# 09 Member Name Jonathan Tuse Raymond Feng David Brenn-Cogen Aayushi Birla Tej Trivedi Nirupama Vaidyanathan Linkun Li Primary Role

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

Prototype Report (PRO) Version 1.2. Prototype Report. Women at Work. Team No: 14. Sr no Name Role 1 Srikant Madhava Project Manager

Prototype Report (PRO) Version 1.2. Prototype Report. Women at Work. Team No: 14. Sr no Name Role 1 Srikant Madhava Project Manager Prototype Report Women at Work Team No: 14 Sr no Name Role 1 Srikant Madhava Project Manager 2 Sanath Bhandary Operational Concept Engineer 3 Rohit Kudva Feasibility Analyst 4 Varma Maryala Life Cycle

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Swim Meet Sign-Up Team 03 Member Archan Dutta Swasti Sharma Rasleen Sahni Deepanshu Suneja Vibhanshu Sharma Jenny Greer Role Project Manager, Life Cycle

More information

Acceptance Test Plan and Cases (ATPC)

Acceptance Test Plan and Cases (ATPC) Acceptance Test Plan and Cases (ATPC) Version 1.1 Acceptance Test Plan and Cases (ATPC) Leamos Team 7 Name Email Address Primary Role Secondary Role Monty Shah montysha@usc.edu Project Manager Life Cycle

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Farmworkers Safety App Team 09 TEAM MEMBER NAME Shobhit Agarwal Akshay Aggarwal Viraj Sahai Vahagen Sinanian Juan Andrade Basir Navab Marko Djuliarso

More information

Dilbert Scott Adams. CSc 233 Spring 2012

Dilbert Scott Adams. CSc 233 Spring 2012 Dilbert Scott Adams CSc 233 Spring 2012 Dilbert Scott Adams CSc 233 Spring 2012 2 Dilbert Scott Adams CSc 233 Spring 2012 3 prerequisites CSc 233 Spring 2012 I thought we had agreed long ago that the Department

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

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) BlackProfessionals.net Website Team No.6 Tian Xiang Tan Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Sadeem Alsudais Po-Hsuan Yang Project Manager System/Software

More information

Product Delivery. The Log Angeles Community Garden Inventory and Locator. Team 13

Product Delivery. The Log Angeles Community Garden Inventory and Locator. Team 13 Product Delivery The Log Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Project Manager Cole Cecil Integrated Independent Verification & Validation Jeff Tonkovich Implementer Shi-Xuan

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

System and Software Support Plan (SSSP)

System and Software Support Plan (SSSP) System and Software Support Plan (SSSP) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman Erten Kamonphop

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) LiveRiot Video Editing System and social networking enhancement Team 04 Yang Li Haoyu Huang Ye Tian Zichuan Wang Haishan Ye Kaiqi Zhang Mitra, Alok Project Manager,

More information

The requirements engineering process

The requirements engineering process 3 rd Stage Lecture time: 8:30-12:30 AM Instructor: Ali Kadhum AL-Quraby Lecture No. : 5 Subject: Software Engineering Class room no.: Department of computer science Process activities The four basic process

More information

Feasibility Evidence Description (FED) E-Lockbox

Feasibility Evidence Description (FED) E-Lockbox Feasibility Evidence Description (FED) E-Lockbox 05 Chen Gui - Project Manager Woon Kim - System Architect Quitong Song - Operational Concept Engineer Weiyi Zhong - Prototyper Dejie Meng - Requirement

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) LiveRiot Video Editing System and social networking enhancement Team 04 Yang Li Haoyu Huang Project anager, Life Cycle Planner Feasibility Engineer, System Architect Ye Tian Zichuan

More information

DCR ARB Presentation. CS577a Fall 2015 Team 2

DCR ARB Presentation. CS577a Fall 2015 Team 2 DCR ARB Presentation CS577a Fall 2015 Team 2 -Sultan Alsarra -Aref Shafaeibejestan -Adil Cem Albayrak -Mohammad Almunea -Charles Reitz -Julapat Julnual -Andrea Brown -Travis Weaver Outline 2 :: Remote

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

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ShareWeb Team 05 Xuan Wang: Project Manager, Life Cycle Planner LiangHao Gao: Implementation Team member Xi Chen: Implementation Team member, UML Modeler,

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) We Are Trojans (WAT) Network Team01 Team members Eirik Skogstad Min Li Pittawat Pamornchaisirikij Punyawee Pakdiying Saloni Priya Ameer Elkordy Suleyman

More information

User-Centered Development

User-Centered Development Software Lifecycle CS470 User-Centered Development User-centered development refers to a design process for creating a system that meets the needs of the user Users should be included in the design process

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

01/09: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013

01/09: Project Plan. The Capstone Experience. Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013 01/09: Project Plan The Capstone Experience Dr. Wayne Dyksen Department of Computer Science and Engineering Michigan State University Spring 2013 From Students to Professionals Project Plan Functional

More information

Prototype Report. Healthy Kids Zone Survey App. Team 14. Name Primary Role Contact Jessie Kim. carson malcoln Representative

Prototype Report. Healthy Kids Zone Survey App. Team 14. Name Primary Role Contact  Jessie Kim. carson malcoln Representative Prototype Report Healthy Kids Zone Survey App Team 14 Name Primary Role Contact Email Jessie Kim Client Representative JKim@chc-inc.org carson Client malcoln Representative MCarson@chc-inc.org Joseph Client

More information

OG0-091 Q&As TOGAF 9 Part 1

OG0-091 Q&As TOGAF 9 Part 1 CertBus.com OG0-091 Q&As TOGAF 9 Part 1 Pass The Open Group OG0-091 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance

More information

Prototype Report. Farm Worker Safety Application. Team 09. Life Cycle Planner Developer. Developer. Quality Focal Point. Developer.

Prototype Report. Farm Worker Safety Application. Team 09. Life Cycle Planner Developer. Developer. Quality Focal Point. Developer. Prototype Report Farm Worker Safety Application Team 09 TEAM MEMBER NAME Juan Andrade Theerapat Chawannakul Fereshteh Khorzani Vahagen Sinanian Basir Navab Basir Navab David Tasky ROLES Project Manager

More information

Acceptance Test Plan

Acceptance Test Plan Acceptance Test Plan CURRENT DOCUMENT STATUS Version Number 1.0 File Name POS Connect Delivery Date 1/22/2013 Owner Description Taite Hughes, Martin Barbella, Sidhant Garg, Pradit Modi, Ryan Christen,

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Image Processing Platform Team 4 Name First Role Second Role Hao Wu Requirements Engineer Software Architect Junran Liu Operational Concept Engineer Software Architect

More information

Feasibility Evidence Description (FED)

Feasibility Evidence Description (FED) Feasibility Evidence Description (FED) ThrdPlace Social Networking Team #7 Team members Gaurav Doon Yixiang Liu Tao Hu Feng Wen Ronghui Zhang Xin Liu Kan Qi Role Project Manager Operational Concept Engineer

More information

System/Software Architect. Description (SSAD)

System/Software Architect. Description (SSAD) System and Software Architecture Description (SSAD) BlackProfessionals.net Team 6 Tian Xiang Tan Sadeem Alsudais Jhih-Sheng Cai Aril Alok Jain Pablo Ochoa Jeng-Tsung Tsai Po-Hsuan Yang Project Manager

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Mission Science irobots 12/06/2014 Team 07 Ashwini Ramesha Chen Li Farica Mascarenhas Jiashuo Li Ritika Khurana Siddhesh Rumde Sowmya Sampath Yun Shao

More information

Operational Concept Description (OCD)

Operational Concept Description (OCD) Operational Concept Description (OCD) Mobile Application for Mobile-Controlled Lighting 13 Saumil Kasbekar Sayali Sakhalkar Anuradha Saini Priyank Mishra Sagar Sarda Ashutosh Kale Corey Stall Feasibility

More information

The purpose of the Risk Log is to provide a list of risks confronted during the Tempus project.

The purpose of the Risk Log is to provide a list of risks confronted during the Tempus project. Tempus Risk Log Document ID: Tempus RL Version history Version Date Author Description Approved by 0.2 1.12.2005 Juha Vuojärvi Request for approval 0.1 25.11.2005 Juha Vuojärvi Initial version Introduction

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) The Los Angeles Community Garden Inventory and Locator Team 13 Ardalan Yousefi Cole Cecil Jeff Tonkovich Shi-Xuan Zeng Project Manager Integrated Independent

More information

Introduction to Software Engineering

Introduction to Software Engineering Chapter 1 Introduction to Software Engineering Content 1. Introduction 2. Components 3. Layered Technologies 4. Generic View of Software Engineering 4. Generic View of Software Engineering 5. Study of

More information

Transition Plan (TP)

Transition Plan (TP) Transition Plan (TP) FlowerSeeker Team 05 Name Eder Figueroa Sophia Wu Doris Lam Hiram Garcia Roles Primary Role: Project Manager/ Implementer. Secondary Role: Tester. Primary Role: Tester/ Trainer Secondary

More information

6/18/ ACC / TSA Security Capabilities Workshop THANK YOU TO OUR SPONSORS. Third Party Testing Program Overview.

6/18/ ACC / TSA Security Capabilities Workshop THANK YOU TO OUR SPONSORS. Third Party Testing Program Overview. 2015 ACC / TSA Security Capabilities Workshop June 16-18, 2015 #SecurityCapabilities THANK YOU TO OUR SPONSORS 2015 ACC/TSA Security Capabilities Workshop June 24-26 Arlington, VA #SecurityCapabilities

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) LiveRiot Video Editing System and social networking enhancement Team 04 Yang Li Haoyu Huang Ye Tian Zichuan Wang Haishan Ye Kaiqi Zhang Mitra, Alok Project

More information

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

CIS 895 agenttool III (Static) Project Plan Version 2.0. Project Plan. For agenttool III (Static) Version 2.0 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 TABLE

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Construction Meeting Minutes Application Team 6 Pradeep Muruganandam - Prototyper and Quality Focal Point Dennis Evans - System Architect, Project Manager

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Early Medieval East Asian Timeline Team 9 Daniel Link Ainsley Chong Priyanka Shetty Aarti Kumar Gupta Abdullah Alkahtani Byron Robert Chan System Architect

More information

Software Engineering Lifecycles. Controlling Complexity

Software Engineering Lifecycles. Controlling Complexity Software Engineering Lifecycles Class url:http://laser.cs.umass.edu/courses/cs320.spring11/ Controlling Complexity Separation of Concerns Planning Ahead Do a little work now to make later work easier The

More information

DevPlan User Guide. Table of Content. DevPlan User Guide. Author: TechExcel co.ltd

DevPlan User Guide. Table of Content. DevPlan User Guide. Author: TechExcel co.ltd DevPlan User Guide Author: TechExcel co.ltd Table of Content DevPlan User Guide Chapter 1- Project Mangement with DevPlan 1 Understanding TechExcel DevPlan 2 Product Design and Knowledge Management 3 Planning

More information

OG The Open Group OG TOGAF 9 Combined Part 1 and Part 2

OG The Open Group OG TOGAF 9 Combined Part 1 and Part 2 The Open Group OG0-093 TOGAF 9 Combined Part 1 and Part 2 1 Set1, Part 1 QUESTION: 1 Which of the following TOGAF components was created to enable architects to design architectures addressing Boundaryless

More information

Exam Questions

Exam Questions Exam Questions 70-498 Delivering Continuous Value with Visual Studio 2012 Application Lifecycle Management https://www.2passeasy.com/dumps/70-498/ 1. You are the application architect on your team. You

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) ISTARTONMONDAY TEAM # 03 Team members Role Kandarp Nyati Project Manager Fei Li Operational Concept Engineer Tanya Gautam Requirement Engineer Bharat

More information

System and Software Architecture Description (SSAD)

System and Software Architecture Description (SSAD) System and Software Architecture Description (SSAD) Image Processing Platform Team 4 Name First Role Second Role Hao Wu Requirements Engineer Software Architect Junran Liu Operational Concept Engineer

More information

Software Development Methodologies

Software Development Methodologies Software Development Methodologies Lecturer: Raman Ramsin Lecture 8 Agile Methodologies: XP 1 extreme Programming (XP) Developed by Beck in 1996. The first authentic XP book appeared in 1999, with a revised

More information

Test Plan and Cases (TPC)

Test Plan and Cases (TPC) Test Plan and Cases (TPC) Healthy Kids Zone Survey App Team 14 Name Primary Role Contact Email Andreas Rivera Client ARivera@chc-inc.org Joseph Martinez Client Jmartinez2@chc-inc.org Malcolm Carson Client

More information

Quality Assurance and IT Risk Management

Quality Assurance and IT Risk Management Quality Assurance and IT Risk Deutsche Bank s QA and Testing Transformation Journey Michael Venditti Head of Enterprise Testing Services, Deutsche Bank IT RISK - REGULATORY GOVERNANCE Major shifts in the

More information

Communications Management Plan Template

Communications Management Plan Template Communications Management Plan Template Project Name: U.S. Department of Housing and Urban Development October, 2010 Communications Management Plan Template (V1.0) VERSION HISTORY [Provide information

More information