Project Execution & Termination Life Cycle Execution Presented by: Basker George.

Slides:



Advertisements
Similar presentations
Logical and Physical Design of an Information System
Advertisements

Testing Relational Database
Design Validation CSCI 5801: Software Engineering.
Configuration Management
Ch-11 Project Execution and Termination. System Testing This involves two different phases with two different outputs First phase is system test planning.
Requirements Specification and Management
Presentation by Prabhjot Singh
P5, M1, D1.
MODELING THE TESTING PROCESS Formal Testing (1.0) Requirements Software Design Risk Data Approved, Debugged, Eng. Tested Code Automated Test Tools Tested.
Software Quality Assurance Plan
System Construction and Implementation Objectives:
Alford Academy Business Education and Computing1 Advanced Higher Computing Based on Heriot-Watt University Scholar Materials Implementation and Testing.
Unit 251 Implementation and Integration Implementation Unit Testing Integration Integration Approaches.
6/19/2007SE _6_19_TSPImp_SVT_Lecture.ppt1 Implementation Phase Inputs: Development strategy & plan Completed, inspected & baselined SRS & SDS.
1 Introduction to Software Engineering Lecture 42 – Communication Skills.
1 Building with Assurance CSSE 490 Computer Security Mark Ardis, Rose-Hulman Institute May 10, 2004.
Project Management Plan
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 15 Finalizing.
Software Engineering For Beginners. General Information Lecturer, Patricia O’Byrne. – Times: –See noticeboard outside.
Testing - an Overview September 10, What is it, Why do it? Testing is a set of activities aimed at validating that an attribute or capability.
Introduction to Computer Technology
OHT 4.1 Galin, SQA from theory to implementation © Pearson Education Limited 2004 Software Quality assurance (SQA) SWE 333 Dr Khalid Alnafjan
The Project AH Computing. Functional Requirements  What the product must do!  Examples attractive welcome screen all options available as clickable.
CH07: Writing the Programs Does not teach you how to program, but point out some software engineering practices that you should should keep in mind as.
Chapter 22 Systems Design, Implementation, and Operation Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 22-1.
Chapter 10.
Commercial Database Applications Testing. Test Plan Testing Strategy Testing Planning Testing Design (covered in other modules) Unit Testing (covered.
Extreme Programming Software Development Written by Sanjay Kumar.
PHASE 4 SYSTEMS IMPLEMENTATION Application Development SYSTEMS ANALYSIS & DESIGN.
Testing. Definition From the dictionary- the means by which the presence, quality, or genuineness of anything is determined; a means of trial. For software.
1 Shawlands Academy Higher Computing Software Development Unit.
Database testing Prepared by Saurabh sinha. Database testing mainly focus on: Data integrity test Data integrity test Stored procedures test Stored procedures.
Software Testing Life Cycle
ITEC224 Database Programming
Software Inspection A basic tool for defect removal A basic tool for defect removal Urgent need for QA and removal can be supported by inspection Urgent.
How To Build a Testing Project 1 Onyx Gabriel Rodriguez.
1 The Software Development Process  Systems analysis  Systems design  Implementation  Testing  Documentation  Evaluation  Maintenance.
SE: CHAPTER 7 Writing The Program
This material is approved for public release. Distribution is limited by the Software Engineering Institute to attendees. Sponsored by the U.S. Department.
September Interface Kickoff Sunflower Project Statewide Management and Reporting Tool Update September 02, 2009.
The Software Development Process
Project management Topic 1 Project management principles.
PRODUCT IMPLEMENTATION Chapter 8 Tawatchai Iempairote September 23, 2041.
Software Engineering Lecture # 1.
Bina Nusantara 19 C H A P T E R SYSTEM CONSTRUCTION AND IMPLEMENTATION.
 Software Testing Software Testing  Characteristics of Testable Software Characteristics of Testable Software  A Testing Life Cycle A Testing Life.
1 The Software Development Process ► Systems analysis ► Systems design ► Implementation ► Testing ► Documentation ► Evaluation ► Maintenance.
QMS Training TM Module.
Peer Review Presented by : Basker George. Peer ( 同等的人 ) Review( 回顾 ) During the development of software, defects are inevitably ( 不可避免 ) injected. Defect.
Visual Basic.NET Comprehensive Concepts and Techniques Chapter 1 An Introduction to Visual Basic.NET and Program Design.
 System Requirement Specification and System Planning.
Advanced Higher Computing Science
Chapter 15 Finalizing Design Specifications
Chapter 15 Finalizing Design Specifications
Software Testing.
SOFTWARE TESTING Date: 29-Dec-2016 By: Ram Karthick.
System Design, Implementation and Review
System Design.
IEEE Std 1074: Standard for Software Lifecycle
About the Presentations
An Introduction to Visual Basic .NET and Program Design
Engineering Processes
Chapter 15 Finalizing Design Specifications
Baisc Of Software Testing
SYSTEMS ANALYSIS & DESIGN
Systems Construction and Implementation
Software Requirements Specification (SRS) Template.
System Construction and Implementation
Systems Construction and Implementation
Software Reviews.
Presentation transcript:

Project Execution & Termination Life Cycle Execution Presented by: Basker George

Life Cycle (LC) Execution ( 实行 ) Executing Life Cycle for a project is an important activity. It is the longest activity during which the project’s process is executed. It is the main Engineering activity for building software. Proper LC execution is the focus of Software Product Engineering KPA of CMM Level 3

Cont… The Life Cycle activities include: Design Coding Integration ( 综合 ) Testing There are two approach that can be followed for the Life Cycle.

The first Approach to LC In this approach each stage has a detailed process definition. Support material document ( 文档 ) describe how each step is to be executed. Hence a new comer ( 新来者 ) can easily learn the methodology & execute the process effectively using documentation.

The Second Approach to LC In this approach, main focus is on the output & its quality rather than methodology Output of each stage is of primary importance Detailed step is used as guidelines ( 指导方针 ). Infosys uses a mixed approach….

Cont… The main source supporting Life Cycle execution are: Activities ( 活动性 ) checklist: This consists of lowest level activities for process definition. Guidelines: This describe the methodology for executing different phase…

Cont… Templates ( 模板 ) : Define the structure & contents of the outputs of some stages. Review ( 回顾 ) checklist: List the issues to look for while reviewing the output of each stage.

High Level Design It is a Stage of the Life Cycle Logical view of the computer implementation ( 执行 ) is developed. Main outputs are: Document describing functional ( 功能的 ) design Database design. Operating environment architecture

Functional Architecture ( 建筑 ) It specifies the project’s overall layered architecture. Example : Client layer, Server Layer, Application server layer & Database layer.. It explains How security is handled Validation to be done Exceptions to be handled…

Database Design Indicates tables needed in the system Attributes of each table, Primary Key, Foreign Key… Stored procedures, Views & triggers

Detailed Design The two main output during detailed design are: Logic design of the components identified in the high-level design Unit test plan for each unit of the system

Cont… During this phase implementation for the module identified in high level design is specified. All algorithms & data structure issues ( 难题 ) are resolved during this phase. When detailed design phase is ready, the specified logic is coded using the required programming language.

Build Phase During this activity, each module is coded & undergoes unit testing The logic of detailed design is converted to the required programming language. Coding standard for the selected language play a important role. Using a checklist code review is done

Code Review Checklist Completeness 1. Does the program handle all condition, function, & updates given in the specification? 2. Are inline comments used judiciously? 3. Are all design issues handled? 4. Have all user interface handled? 5. Are all boundary testing/debugging condition addressed?

Code Review Checklist Logic and Correctness 1. Are all input parameter checked? 2. Are all subscript out-of-range condition checked? 3. Are results of error checks reported to the calling programs? 4. Are code layout & coding standards satisfied? 5. Is any hard-coding done? 6. Is any unwarranted coding done? 7. Are any uninitialized variables present? 8. Are any non terminating loop present

Code Review Checklist Logic & correctness …cont… 9. Does each program has one entry & one exit point? 10. Are all declared variables used? 11. Is the program logic correct? 12. Is the program modular? 13. Is the code reusable?

Code Review Checklist Reliability, portability 1. Have performance/efficiency check been done? 2. Is code independent of the character & word size of the platform? 3. Are records updated/deleted in the same order through out the system? 4. Do comments correspond to the logic being described? 5. Are error conditions comprehensively & consistently handled?

Code Review Checklist Maintainability 1. Does the program have proper indentation? 2. Is there a description at the beginning of the program that gives details such as description of program functionality, the author, called program, calling program, so on? 3. Are the comments current & do they clarify the functions of each program/module? 4. Are the data names descriptive?

Code Review Checklist Traceability 1. Can the program source be traced to the program specification? 2. Are all copy books used cross-referenced?

System Testing System testing has two phase System test planning System test Activity System test planning can be performed after High level design has been completed System Testing Activity can take place only after all modules have been coded & unit tested, i,e after Build Phase.

Cont… The out put of System test planning stage is TEST PLAN. During testing activity, TEST PLAN is executed. The output is SYSTEM TEST REPORT The report specifies which test passed & which caused error. The report is then reviewed & approved The defect found are logged in the DEFECT CONTROL SYSTEM The logged defects are the tracked ( 跟踪 ) to closure

Acceptance Test & Installation The software that is developed to be considered successful, should be accepted by the customer. The customer performs some acceptance test in the environment in which the software will operate. Acceptance test works similar to system Testing. An acceptance test plan is written & executed. When the test result satisfies the acceptance criteria, the software is accepted.

Cont… The acceptance test is prepared & executed by the customer with the help of vendor. Defects found during acceptance test is fixed by the development team. Both AT & installation require instruction how to load the software in production environment.

Cont… A “release note “ is therefore prepared for the project. This document contains information about Directories to create Where to place files The tables in the system Stored procedures Strategy ( 策略 ) for populating ( 板上组装 ) the database Software needed for client & server & source files of software.