Chapter 16 Quality Assurance Through Software Engineering Systems Analysis and Design Kendall & Kendall Sixth Edition.

Slides:



Advertisements
Similar presentations
© 2005 by Prentice Hall Chapter 13 Finalizing Design Specifications Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
Advertisements

Chapter 16 Quality Assurance Through Software Engineering
Chapter 20 Quality Assurance Through Software Engineering
Describing Process Specifications and Structured Decisions Systems Analysis and Design, 7e Kendall & Kendall 9 © 2008 Pearson Prentice Hall.
Quality Assurance Through Software Engineering Systems Analysis and Design, 7e Kendall & Kendall 16 © 2008 Pearson Prentice Hall.
Quality Assurance Through Software Engineering
Chapter 11 Trisha Cummings. Structure Charts The recommended tool for designing a modular, top- down system is a structure chart. A structure chart is.
1 Software Design Introduction  The chapter will address the following questions:  How do you factor a program into manageable program modules that can.
Programming Logic and Design Fourth Edition, Introductory
What is Software Design?  Introduction  Software design consists of two components, modular design and packaging.  Modular design is the decomposition.
Copyright Irwin/McGraw-Hill Software Design Prepared by Kevin C. Dittman for Systems Analysis & Design Methods 4ed by J. L. Whitten & L. D. Bentley.
Chapter 1 Assuming the Role of the Systems Analyst
Chapter 7 Using Data Flow Diagrams
Chapter 9 Describing Process Specifications and Structured Decisions
Chapter 9 Describing Process Specifications and Structured Decisions Systems Analysis and Design Kendall & Kendall Sixth Edition © 2005 Pearson Prentice.
Chapter 9 Describing Process Specifications and Structured Decisions
© 2005 by Prentice Hall Chapter 4 System Testing & Implementation Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph.
Chapter 7 Using Data Flow Diagrams
Chapter 1 Assuming the Role of the Systems Analyst
Jump to first page 1 System Design (Finalizing Design Specifications) Chapter 3d.
Copyright 2002 Prentice-Hall, Inc. Modern Systems Analysis and Design Third Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich Chapter 15 Finalizing.
Quality Assurance Through Software Engineering
Chapter 1 The Systems Development Environment 1.1 Modern Systems Analysis and Design Third Edition.
Chapter 9 Using Data Flow Diagrams
Chapter 7 Using Data Flow Diagrams
Chapter 1 Assuming the Role of the Systems Analyst
Programming Logic and Design, Introductory, Fourth Edition1 Understanding Computer Components and Operations (continued) A program must be free of syntax.
COBOL for the 21 st Century Stern, Stern, Ley Chapter 1 INTRODUCTION TO STRUCTURED PROGRAM DESIGN IN COBOL.
Chapter 1 Program Design
About the Presentations The presentations cover the objectives found in the opening of each chapter. All chapter objectives are listed in the beginning.
PRE-PROGRAMMING PHASE
System Implementation
System Implementation System Implementation - Mr. Ahmad Al-Ghoul System Analysis and Design.
Structured COBOL Programming, Stern & Stern, 9th edition
Systems Analysis and Design
Maintaining Information Systems Modern Systems Analysis and Design.
Chapter 9 Describing Process Specifications and Structured Decisions
สาขาวิชาเทคโนโลยี สารสนเทศ คณะเทคโนโลยีสารสนเทศ และการสื่อสาร.
Chapter 7 Using Data Flow Diagrams
Chapter 16 Quality Assurance Through Software Engineering Systems Analysis and Design Kendall & Kendall Sixth Edition.
1 The Software Development Process  Systems analysis  Systems design  Implementation  Testing  Documentation  Evaluation  Maintenance.
Chapter 1 Assuming the Role of the Systems Analyst Systems Analysis and Design Kendall & Kendall Sixth Edition.
First Steps in Modularization Simple Program Design Third Edition A Step-by-Step Approach 8.
System Implementation
Chapter 7 Software Engineering Introduction to CS 1 st Semester, 2015 Sanghyun Park.
SYSTEMSDESIGNANALYSIS 1 Chapter 20 Software Engineering Jerry Post Copyright © 1997.
Chapter 10 Software Engineering. Understand the software life cycle. Describe the development process models. Understand the concept of modularity in.
© 2006 ITT Educational Services Inc. SE350 System Analysis for Software Engineers: Unit 10 Slide 1 Chapter 13 Finalizing Design Specifications.
First Steps in Modularization. Simple Program Design, Fourth Edition Chapter 8 2 Objectives In this chapter you will be able to: Introduce modularization.
The Software Development Process
First Steps in Modularization. Simple Program Design, Fourth Edition Chapter 8 2 Objectives In this chapter you will be able to: Introduce modularization.
Chapter 1 Introduction to Systems Design and Analysis Systems Analysis and Design Kendall and Kendall Sixth Edition.
TESTING THE NEW SYSTEM Various Approaches to Testing.
Chapter 13 Finalizing Design Specifications
Systems Design.  Application Design  User Interface Design  Database Design.
Irwin/McGraw-Hill Copyright © 2000 The McGraw-Hill Companies. All Rights reserved Whitten Bentley DittmanSYSTEMS ANALYSIS AND DESIGN METHODS5th Edition.
1 Modern Systems Analysis and Design Hoffer, George & Valacich Chapter 13 Finalizing Design Specifications Course: Physical System Design and Implementation.
BÁO CÁO THUYẾT TRÌNH MÔN: PHÂN TÍCH VÀ THI Ế T K Ế H Ệ TH Ố NG Đ Ề TÀI: Đ Ả M B Ả O CH Ấ T L Ư Ợ NG QUA CÔNG NGH Ệ PH Ầ N M Ề M QUALITY ASSURANCE THROUGH.
Chapter 1 Assuming the Role of the Systems Analyst.
Systems Analysis and Design in a Changing World, Fourth Edition
Chapter 15 Finalizing Design Specifications
Chapter 15 Finalizing Design Specifications
Chapter 1 The Systems Development Environment
Chapter 1 The Systems Development Environment
Quality Assurance Through Software Engineering
Designing and Debugging Batch and Interactive COBOL Programs
Chapter 15 Finalizing Design Specifications
Chapter 13 Finalizing Design Specifications
Chapter 11 Describing Process Specifications and Structured Decisions
Chapter 1 The Systems Development Environment
Presentation transcript:

Chapter 16 Quality Assurance Through Software Engineering Systems Analysis and Design Kendall & Kendall Sixth Edition

Kendall & Kendall © 2005 Pearson Prentice Hall 16-2 Major Topics Six Sigma Quality assurance Walkthroughs Structure charts Documentation Testing

Kendall & Kendall © 2005 Pearson Prentice Hall 16-3 Quality Assurance Three quality assurance approaches through software engineering have been developed to evaluate the quality of the information system's design and analysis

Kendall & Kendall © 2005 Pearson Prentice Hall 16-4 Guidelines for Quality Software Quality assurance approaches are: Securing total quality assurance through designing systems and software with a top- down and modular approach. Documenting software with appropriate tools. Testing, maintaining, and auditing software.

Kendall & Kendall © 2005 Pearson Prentice Hall 16-5 Six Sigma Six Sigma is a culture built on quality. Six Sigma uses a top-down approach. Project leader is called a Black Belt. Project members are called Green Belts. Master Black Belts have worked on many projects. There are seven steps in Six Sigma.

Kendall & Kendall © 2005 Pearson Prentice Hall 16-6 Steps of Six Sigma

Kendall & Kendall © 2005 Pearson Prentice Hall 16-7 Structured Walkthroughs One of the strongest quality assurance actions is structured walkthroughs. Walkthroughs use peer reviewers to monitor the system's programming and overall development. They point out problems, and allow the programmer or analyst to make suitable changes.

Kendall & Kendall © 2005 Pearson Prentice Hall 16-8 Structure Charts They help systems analysts by providing a picture of modules and the relationships among those modules. Consists of rectangular boxes that represents the modules Connecting lines or arrows

Kendall & Kendall © 2005 Pearson Prentice Hall 16-9 Structure chart is composed of modules, self- contained system components defined by their function. Modules are functions or subroutines in the resulting computer program. Structure Chart Symbols

Kendall & Kendall © 2005 Pearson Prentice Hall Data and Control Passing Data and control passed between structure chart modules is either a: Data couple, passing only data, shown as an arrow with an empty circle. Control couple, passing switches or flags, shown as an arrow with a filled-in circle. Switches, which have only two values. Flags, that have more than two values.

Kendall & Kendall © 2005 Pearson Prentice Hall Structure Chart and Coupling

Kendall & Kendall © 2005 Pearson Prentice Hall Structure Chart Symbols Data couple: diagrammatic representation of data exchanged between two modules Flags and data couples are parameters and return values in the resulting computer program. Flag: diagrammatic representation of a message passed between two modules

Kendall & Kendall © 2005 Pearson Prentice Hall Structure Chart Symbols Conditional calls: only one of the subordinates is called. Conditional call is implemented by an IF statement in the computer program.

Kendall & Kendall © 2005 Pearson Prentice Hall Structure Chart Symbols Repetitive calls: subordinates are called repeatedly until terminating condition is met.

Kendall & Kendall © 2005 Pearson Prentice Hall Structure Chart Symbols Predefined module: function is dictated by a preexisting part of the system.

Kendall & Kendall © 2005 Pearson Prentice Hall Order of execution is basically left-to-right, depth first. You use the returned data couple from the left module as you go to the right module.

Kendall & Kendall © 2005 Pearson Prentice Hall Because of redundancy of Validate Data module, the order of sub-module calls for Get Valid B is right to left. Again, the received data couple B from Read B is subsequently sent to Validate Data.

Kendall & Kendall © 2005 Pearson Prentice Hall System Documentation One of the requirements for total quality assurance is preparation of an effective set of system documentation. This serves as: A guideline for users. A communication tool. A maintenance reference as well as development reference.

Kendall & Kendall © 2005 Pearson Prentice Hall Forms of System Documentation Documentation can be one of the following: Pseudocode. Procedure manuals.

Kendall & Kendall © 2005 Pearson Prentice Hall Pseudocode Pseudocode is an English-like code to represent the outline or logic of a program. It is not a particular type of programming code, but it can be used as an intermediate step for developing program code.

Kendall & Kendall © 2005 Pearson Prentice Hall Procedure Manuals Common English-language documentation Contain Background comments Steps required to accomplish different transactions Instructions on how to recover from problems Online help may be available “Read Me” files included with COTS software

Kendall & Kendall © 2005 Pearson Prentice Hall Procedure Manuals (Continued) The biggest complaints with procedure manuals are that: They are poorly organized. It is difficult to find needed information. The specific case in question does not appear in the manual. The manual is not written in plain English.

Kendall & Kendall © 2005 Pearson Prentice Hall Web Documentation A Web site can help maintain and document the system by providing: FAQ (Frequently Asked Questions). Help desks. Technical support. Fax-back services.

Kendall & Kendall © 2005 Pearson Prentice Hall Testing Overview The new or modified application programs, procedural manuals, new hardware, and all system interfaces must be tested thoroughly.

Kendall & Kendall © 2005 Pearson Prentice Hall Testing Procedures The following testing process is recommended: Program testing with test data. Link testing with test data. Full system testing with test data. Full system testing with live data.

Kendall & Kendall © 2005 Pearson Prentice Hall Organizational Roles and Testing

Kendall & Kendall © 2005 Pearson Prentice Hall Program Testing with Test Data Desk check programs. Test with valid and invalid data. Check for errors and modify programs.

Kendall & Kendall © 2005 Pearson Prentice Hall Link Testing with Test Data Also called string testing See if programs can work together within a system Test for normal transactions Test with invalid data

Kendall & Kendall © 2005 Pearson Prentice Hall Full System Testing with Test Data Operators and end users test the system. Factors to consider: Is enough documentation available? Are procedure manuals clear? Do work flows actually flow? Is output correct and do the users understand the output?

Kendall & Kendall © 2005 Pearson Prentice Hall Full System Testing with Live Data Compare the new system output with the existing system output. Only a small amount of live data are used.

Kendall & Kendall © 2005 Pearson Prentice Hall Maintenance Maintenance is performed to: Repair errors or flaws in the system. Enhance the system. Ensure feedback procedures are in place to communicate suggestions.

Kendall & Kendall © 2005 Pearson Prentice Hall Auditing There are internal and external auditors. Internal auditors study the controls used in the system to make sure that they are enough. check security controls. External auditors are used when the system influences a company’s financial statements.