• No results found

Modern Systems Analysis and Design

N/A
N/A
Protected

Academic year: 2020

Share "Modern Systems Analysis and Design"

Copied!
18
0
0

Loading.... (view fulltext now)

Full text

(1)

Modern Systems Analysis and Design

Third Edition

Chapter 4

Automated Tools for Systems Development

4.14.1

(2)

Introduction

Lack of consistency in technique and methodology made development of systems difficult – error-ridden, over budget, late

Goal – To develop common techniques, standard methodologies, automated tools

• Computer-Aided Software Engineering (CASE)

– Automated software tools used by systems analysts to develop information systems

– Used to support or automate activities throughout the systems development life cycle

– Increase productivity

– Improve overall quality of systems

4.24.2

(3)

The Use of CASE in Organizations

• Purpose of CASE is to facilitate a single design philosophy within an organization with many projects, systems, people.

• CASE tools runs on variety of mini and mainframe systems, recent advances made PC predominant CASE workstation.

• Objectives of CASE

– Improve quality of systems developed

– Increase speed of development and design

– Ease and improve testing process through automated checking

– Improve integration of development activities via common methodologies Improve quality and completeness of documentation

– Help standardize the development process – Improve project management

– Simplify program maintenance

– Promote reusability of modules and documentation

4.34.3

(4)

CASE and System Quality

• Majority of organizations adopt CASE to improve speed and quality of systems development projects

• Widespread deployment has been slower than expected

• Several factors that inhibit widespread deployment:- – Cost (from 5000 to 15000)

• Between $5,000 and $15,000 per year to provide CASE tools to one systems analyst

– Return on Investment

– Biggest benefits of CASE come in late stages of SDLC – testing, implementation and maintenance

• Long duration for early stages – planning, analysis, design – leads to frustration by managers and users

– Productivity Bottlenecks

– Inability of some tools to share information

• Difficulty in providing tools for all stages of SDLC

4.44.4

(5)

The Outlook for CASE

• Functionality is increasing

• Cost is decreasing

• Expose CASE technology earlier in education and career

• Reverse Engineering

– Process of creating design specifications for a system or program module from program code and data definition

– Automated tools that read program source code as input and create graphical and textual representations of program design- level information such as program control structures, data

structures, logical flow, and data flow

• Reengineering

– Similar to reverse engineering but includes analysis features – Automated tools that reads program source code as input,

perform an analysis of the program’s data and logic, and

automatically or interactively alters an existing system to improve quality and/or performance

4.54.5

(6)

Components of CASE

Upper CASE

CASE tools designed to support the information planning and the project identification and selection, project initiation and

planning, analysis and design phases of the systems development life cycle

Lower CASE

CASE tools designed to support the implementation and maintenance phases of the systems development life cycle

Cross life-cycle CASE

CASE tools designed to support activities that occur across multiple phases of the systems development life cycle

Most CASE tools utilize a repository to store all diagrams, forms, models and report definitions

4.64.6

(7)

Components of CASE

• Types of CASE tools

– Diagramming tools

– Computer display and report generators

– Analysis tools used to check for incomplete, inconsistent or incorrect specifications

– A central repository

– Documentation generators – Code generators

• CASE tools also provides

– Security Features – Version Control – Import/Export

– Backup and Recovery

4.74.7

(8)

CASE versus Traditional Systems Development

• Traditional approach does not offer support for integration of specification documents

• Often, documentation is done after coding is completed in traditional systems development

• Traditional approach often leads to out- of-date documentation

4.84.8

(9)

CASE versus Traditional Systems Development

Traditional Systems Development – Emphasis on coding and testing – Paper-based specifications – Manual coding of programs – Manual documenting

– Intensive software testing – Maintain code and

documentation

• CASE-Based Systems Development

– Emphasis on analysis and design

– Rapid interactive prototyping – Automated code generation – Automated documentation

generation

– Automated design checking – Maintain design specifications

4.94.9

(10)

CASE Diagramming Tools

• Enable representation of a system and components visually

• Effective for representing process flows, data structures and program structures

• Several types of diagrams

– Data Flow Diagrams (DFD) (Figure 4-4) – Functional Hierarchy Diagrams(Figure 4-5) – Entity-Relationship Diagrams (Figure 4-6)

4.104.10

(11)

CASE Form and Report Generator Tools

• CASE tools that support the creation of system forms and reports in order to prototype how systems will look and feel to users

• Two Purposes

– Create, modify and test prototypes of computer display forms and reports

– Identify which data items to display or collect for each form or report

4.114.11

CASE Analysis Tools

Enable automatic checking for incomplete, inconsistent or incorrect specifications in diagrams, forms and reports.

Types of analyses vary depending on the organization’s

development methodology and features of CASE environment

(12)

CASE Repository

• Integrated CASE (I-CASE)

– Integration of various CASE tools and their data

– I-CASE tools use common terminology, notations and methods for system development across all tools

– All I-CASE tools have a common user interface

– Automated systems development environment that provides numerous tools to create diagrams, forms and reports

– Provides analysis, reporting and code generation facilities

– Seamlessly shares and integrates data across and between tools – Repository is centralized database containing all diagrams, forms

and report definitions, data structure, data definitions, process flow and logic

• Holds complete information needed to create, modify and evolve a software system from project initiation and planning to code

generation and maintenance

4.124.12

(13)

CASE Repository

• Two Primary Segments

– Information Repository – Data Dictionary

• Information Repository

– Combines information about an organization’s business information and its application portfolio

– Provides automated tools to manage and control access to repository

– Business Information

• Data stored in corporate databases – Application Portfolio

• Application programs used to manage business

4.134.13

(14)

CASE Repository

• Data Dictionary

– Computer software tool used to manage and control access to the information repository

– Contains all data definitions for all organizational applications – Cross referencing

• Enables one description of a data item to be stored and accessed by all individuals

• Single definition for a data item is established and used – Entries have a standard definition

• Element name and alias

• Textual description of the element

• List of related elements

• Element type and format

• Range of acceptable values

• Other information unique to the proper processing of this element

4.144.14

(15)

CASE Repository

• CASE Repository and the SDLC

– During project initiation and planning phase, all information related to the problem being solved is stored in the repository

Problem domain, project resources, history and organizational context During analysis and design phases, store graphical diagrams and prototype forms and reports

Data stored in repository are used for basis to generate code and documentation

• Additional Advantages

– Assistance with project management tasks – Aids in software reusability

• The ability to design software modules in a manner so that they can be used again and again in different systems without significant modification

4.154.15

(16)

CASE Documentation Generator Tools

• Enable the easy production of both technical and user documentation

• Allow creation of master templates used to verify that documentation conforms to all stages of SDLC

4.164.16

CASE Code Generation Tools

أ

Enable the automatic generation of program and database definition code directly from the design documents, diagrams, forms and reports stored in the repository

(17)

Visual and Emerging Development Tools

• Object-Oriented Development Tools

– Object

• A chunk of program and data that is built to perform common functions within a system

• Easily reused

• Encapsulation

– Process of grouping data and instructions together

– Development environment includes pre-defined objects and facilitates reuse of code

4.174.17

(18)

Visual and Emerging Development Tools

• Visual Development Tools

– Enable developers to quickly create user interfaces – Popular tools include:

• Microsoft Visual Studio

• Delphi

• Powerbuilder

• ColdFusion

4.184.18

References

Related documents

Today, many cities have deployed multimodal real-time information systems, but few have assessed the impacts of those systems on traveller behaviour (Ramalho Veiga Simao, 2014). This

A shape made of flat wire to hold the stone in place in a piece of jewelry..

preschool children, technology use, observational methods, video recordings, research design, participant

This is a great advantage for the application of polymer- coated implants for orthopaedic procedures as the slower release rate of magnesium ions and strength of the

Which of the following describes what happens to white sugar when mixed with iodized salt. White sugar can be distinguished from the

In a perceptual decision making task in which the required response was a reach toward one of two targets, specified by the stimulus, movements sometimes started towards one

An implicit group and a group of subjects using explicit strategies adapted to 20°, 40° and 60° cursor rotations, and we measured awareness and unawareness indices after

The GPS final orbits from the CODE analysis center are used together with the GRACE gravity field model EIGEN– CG03C and attitude data from the GRACE star trackers to process