Software Engineering
Software Engineering
CS 330
Spring 2007
People
Process
Technology
A better view
Process and Technology supporting people
People
Processes
Technology
What is software?
Computer programs and associated documentation
Software products may be developed for a particular customer or may be developed for a general market Software products may be
Generic/COTS - developed to be sold to a range of different customers Custom- developed for a customer according to their specification
Engineering
Engineering is
The application of scientific principles and methods to the construction of useful structures & machines
Examples
Mechanical engineering Computer engineering Civil engineering Chemical engineering Electrical engineering Nuclear engineering Aeronautical engineering
Software Engineering
The term is 35 years old: NATO Conferences
Garmisch, Germany, October 7-11, 1968 Rome, Italy, October 27-31, 1969
Second is role and combinatorics of state Third is uncertainty of inputs and their timing Fourth is the continuing changing environment and demands.
Software engineering is about managing all the sources of complexity to produce effective software.
Scope
study of software process, development/management principles, techniques, tools and notations
Goal
production of quality software, delivered on time, within budget, satisfying customers requirements and users needs
Understand and communicate processes for improved software development within their organization Be effective team members and/or leaders. Can be very technical or more managerial depending on organizational need.
Software Engineering
the practicalities of developing delivering useful software
is concerned with
Computer science theories are currently insufficient to act as a complete underpinning for software engineering, BUT it is a foundation for practical aspects of software engineering
System engineers are involved in system specification, architectural design, integration and deployment
Difficulties?
SE is a unique brand of engineering
Software is malleable Software construction is human-intensive Software is intangible and generally invisible Software problems are unprecedentedly complex Software directly depends upon the hardware
It is at the top of the system engineering food chain
Software solutions require unusual rigor Software state means behaviors can depend on history. Software has discontinuous operational nature
System families Reuse to amortize costs Maintenance accounts for 60%-80% of overall development costs
30 10 1
Requirements
2
Specification
3
Planning
4
Design Implementation Integration Maintenance
Central argument
Large projects suffer management problems different in kind than small ones, due to division in labor Critical need is the preservation of the conceptual integrity of the product itself
Central conclusions
Conceptual integrity achieved through chief architect Implementation achieved through well-managed effort software developers are not interchangeable work units.
Brooks Law
Adding personnel to a late project makes it later
METHODOLOGIES
PRINCIPLES
Software Qualities
Qualities are goals in the practice of software engineering, and directly relate to many of the guiding principles.
Software Qualities
Critical Quality Attributes
Correctness Maintainability Dependability Usability Reliability
Other Attributes
Completeness Compatibility Portability Internationalization Understandability Scalability Robustness Testability Reusability Customizability Efficiency
Reliability
statistical property probability that software will operate as expected over a given period of time/inputs relative
Usability
ability of end-users to easily use software extremely subjective
Verifiability
ease of establishing desired properties performed by formal analysis or testing internal quality
Evolvability
ability to add or modify functionality addresses adaptive and perfective maintenance problem: evolution of implementation is too easy evolution should start at requirements or design
Interoperability
ability of software (sub)systems to cooperate with others easily integratable into larger systems common techniques include APIs, distributed programming interfaces (CORBA, DCOM), plug-in protocols, etc.
Process Principles
Prescribes all major activities Uses resources, within a set of constraints, to produce intermediate and final products May be composed of sub-processes Each activity has entry and exit criteria Activities are organized in a sequence Has a set of guiding principles to explain goals Constraints may apply to activity, resource or product
Plan/Schedule Replan/Reschedule
Design
V Model
REQUIREMENTS ANALYSIS Validate requirements OPERATION & MAINTENANCE
Verify design
PROGRAM DESIGN
[Pfleeger 98]
CODING
Build Release 1
Build Release 2
Build Release 3
Time
USERS
Use Release 1
Use Release 2
Use Release 3
Production systems
[Pfleeger 98]
Prototyping Model
Listen to Customer
Build/Revise Mock-Up
Prototyping Model
LIST OF REVISIONS LIST OF REVISIONS LIST OF REVISIONS
revise prototype
PROTOTYPE REQUIREMENTS
PROTOTYPE DESIGN
PROTOTYPE SYSTEM
TEST
DELIVERED SYSTEM
[Pfleeger 98]
Spiral development
Process is represented as a spiral rather than as a sequence of activities with backtracking. Each loop in the spiral represents a phase in the process. No fixed phases such as specification or design loops in the spiral are chosen depending on what is required. Risks are explicitly assessed and resolved throughout the process.
Planning
The project is reviewed and the next phase of the spiral is planned.
Evolutionary development
Exploratory development
Objective is to work with customers and to evolve a final system from an initial outline specification. Should start with well-understood requirements and add new features as proposed by the customer.
Throw-away prototyping
Objective is to understand the system requirements. Should start with poorly understood requirements to clarify what is really needed.
Evolutionary development
Evolutionary development
Problems
Lack of process visibility; Systems are often poorly structured; Special skills (e.g. in languages for rapid prototyping) may be required.
Applicability
For small or medium-size interactive systems; For parts of large systems (e.g. the user interface); For short-lifetime systems.
Reuse-oriented development
Component-Based Development
Develop generally applicable components of a reasonable size and reuse them across systems Make sure they are adaptable to varying contexts Extend the idea beyond code to other development artifacts Question: what comes first?
Integration, then deployment Deployment, then integration
Process iteration
System requirements ALWAYS evolve in the course of a project so process iteration where earlier stages are reworked is always part of the process for large systems. Iteration can be applied to any of the generic process models. Two (related) approaches
Incremental delivery; Spiral development.
Incremental delivery
Rather than deliver the system as a single delivery, the development and delivery is broken down into increments with each increment delivering part of the required functionality. User requirements are prioritised and the highest priority requirements are included in early increments. Once the development of an increment is started, the requirements are frozen though requirements for later increments can continue to evolve.
Incremental development
Extreme programming
An approach to development based on the development and delivery of very small increments of functionality. Relies on constant code improvement, user involvement in the development team and pairwise programming. Covered in Chapter 17
Plan/Schedule Replan/Reschedule
Design
Software specification
The process of establishing what services are required and the constraints on the systems operation and development. Requirements engineering process
Feasibility study; Requirements elicitation and analysis; Requirements specification; Requirements validation.
Requirements
Problem Definition Requirements/Specification
determine exactly what the customer and user need (maybe want) Requirements develop a contract with the customer Specification say what the software product is to do
Difficulties
client is computer/software illiterate (no idea what is doable) client asks for wrong product (want vs need) client is computer/software literate (specifies solution not need) specifications are ambiguous, inconsistent, incomplete
Studies have shown that the percentage of defects originating during requirements engineering is estimated at more than 50 percent. The total percentage of project budget due to requirements defects is 25 to 40 percent.
Implementation
Translate this structure into an executable program;
The activities of design and implementation are closely related and may be inter-leaved.
Structured methods
Systematic approaches to developing a software design. The design is usually documented as a set of graphical models. Possible models
Object model; Sequence model; State transition model; Structural model; Data-flow model.
Architecture is concerned with the selection of architectural elements, their interactions, and the constraints on those elements and their interactions necessary to provide a framework in which to satisfy the requirements and serve as a basis for the design. Design is concerned with the modularization and detailed interfaces of the design elements, their algorithms and procedures, and the data types needed to support the architecture and to satisfy the requirements.
Architecture/Design
Requirements/Specification Architecture/Design
architecture: decompose software into modules/objects/components with interfaces design: develop module/object/component specifications (algorithms, data types) and communication details maintain a record of design decisions and traceability specifies how the software product is to do its tasks
Difficulties
miscommunication between module designers design may be inconsistent, incomplete, ambiguous How to achieve a requirement may be unknown
Planning/Scheduling
Before undertaking cost of development, need to estimate the costs/sizes of various steps
Estimate Code size Estimate tools needed Estimate personnel
Often Done after Architecture and before rest of design, but revised again after full design. Develop schedule for aspects of project lifecycle If doing predictive/quantitative SE, build on past experience, considering how to improve process.
Difficulties
module interaction errors order of integration may influence quality and productivity
Software validation
Verification and validation (V & V) is intended to show that a system conforms to its specification and meets the requirements of the system customer. Involves checking and review processes and system testing. System testing involves executing the system with test cases that are derived from the specification of the real data to be processed by the system.
Testing
Testing stages
Component or unit testing
Individual components are tested independently; Components may be functions or objects or coherent groupings of these entities.
System testing
Testing of the system as a whole. Testing of emergent properties is particularly important.
Testing with customer data to check that the system meets the customers needs.
Acceptance testing
Testing phases
Quality Assurance
Done as part of each step Reduce costs by catching errors early. Help determine ambiguities/inconsistencies Help ensure quality product. 200
30
Requirements
Specification
3
Planning
4
Design
10
Implementation Integration Maintenance
Deployment
Completed End-User Documentation
Separate from Developer documentation
Installation Process(es) Customer test procedures Support Processes (help desk, etc) Trouble Tracking Repair/rework to address bugs Regression testing (as bugs are fixed)
Difficulties
Rigid or fragile designs lack of documentation personnel turnover
Software evolution
Software is inherently flexible and can change. As requirements change through changing business circumstances, the software that supports the business must also evolve and change. Although there has been a demarcation between development and evolution (maintenance) this is increasingly irrelevant as fewer and fewer systems are completely new.
System evolution
Car
public class Car { public Driver theDriver; /** * @roseuid 3EAFF17E035B */ public Car() { Associations are } }
Driver
public class Driver { /** * @roseuid 3EAFF53F02FD */ public Driver() {
implemented as reference attributes. No explicit role name defined so, Rose adds automatically a role name to the code: theDriver
} }
Templates for the default constructors are provided. (Similar for methods/members when given in the class diagram.)
Configuration Management
CM is a discipline whose goal is to control changes to large software through the functions of
Component identification Change tracking Version selection and baselining Managing simultaneous updates (team work) Build processes with automated regression testing Software manufacture
CM in Action
1.0 1.1
1.2
1.3 1.4 1.5
2.0 2.1
4.0
2.2
3.0 3.1
Build Tools
Necessary for large projects. Keep track of what depends upon on what, and what needs recompiled or regenerated when things change. Important even for small 1-person projects as soon as you have multiple files. Can do much more than just compile, can generate document (if using code-based docs), generate manufactured code (e.g. SOAP interfaces), even send emails or suggest alternatives.
E.g. in our IUE project, edit some files compile was one in seconds, edit another and a rebuild taking days would be needed. If more than 30 files impacted, our make process recommend a new branch to avoid conflicts!
Debugging Tools
How do you see what the code is really doing (not what it seems it should do)? How to you see what happened to code during compiler optimization? How do you find/track down the cause of Segfault/GFP in code youve never seen before? How can you test various possibilities without generating special code or recompiling. How do you track down a memory leak?
Ed ito rs
Co mp ilers
Pro gramming
T estin g
Mu lti-metho d workb en ch es
General-pu rp os e workb en ch es
Incept ion
Elaborat ion
Transit ion
RUP phases
Inception
Establish the business case for the system.
Elaboration
Develop an understanding of the problem domain and the system architecture.
Construction
System design, programming and testing.
Transition
Deploy the system in its operating environment.
Static workflows
Work flow Business modelli ng Requirements Analysis and design Implementation Description The business processes are modelled using business use cases. Actors who interact with the system are identified and use cases are developed to model the system requirements. A design model is created and documented using architectural models, component models, object models and sequence models. The components in the system are implemented and structured into implementation sub-systems. Automatic code generation from design models helps accelerate this process. Testing is an iterative process that is carried out in conjunction with implementation. System testing follows the completion of the implementation. A product release is created, distributed to users and installed in their workplace. This supporting workflow managed changes to the system (see Chapter 29). This supporting workflow manages the system development (see Chapter 5). This workflow is concerned with making appropriate software tools available to the software development team.
Test
Case technology
Case technology has led to significant improvements in the software process. However, these are not the order of magnitude improvements that were once predicted
Software engineering requires creative thought - this is not readily automated; Software engineering is a team activity and, for large projects, much time is spent in team interactions. CASE technology does not really support these.
CASE classification
Classification helps us understand the different types of CASE tools and their support for process activities. Functional perspective
Tools are classified according to their specific function.
Process perspective
Tools are classified according to process activities that are supported.
Integration perspective
Tools are classified according to their organisation into integrated units.
Sp ecif icatio n
Design
Implemen tatio n
CASE integration
Tools
Support individual process tasks such as design consistency checking, text editing, etc.
Workbenches
Support a process phase such as specification or design, Normally include a number of integrated tools.
Environments
Support all or a substantial part of an entire software process. Normally include several integrated workbenches.
Boults view of SE
SE must balance risks in software development process:
Risks of error in
requirements specification, design, implementation, and integration
Risks of exceeding available resources Risks of being late on delivery or missing the market
Dont let push for formality dominate your process. Dont let push for expedience destroy your process.
Up to 70% of all faults detected in large-scale software projects are introduced in requirements and design
detecting the causes of those faults early may reduce their resulting costs by a factor of 200 or more
Want/Need Managements buy in to formal SE process. If you dont document your process, you dont have one!
Risk analysis
1 1
Budget
Budget
Budget
Prototype
1
Proto type 2
Proto type 3
start
Concept of operation
PLAN
Key points
Software processes are the activities involved in producing and evolving a software system. Software process models are abstract representations of these processes. General activities are specification, design and implementation, validation and evolution. Generic process models describe the organisation of software processes. Examples include the waterfall model, evolutionary development and componentbased software engineering. Iterative process models describe the software process as a cycle of activities.
Key points
Requirements engineering is the process of developing a software specification. Design and implementation processes transform the specification to an executable program. Validation involves checking that the system meets to its specification and user needs. Evolution is concerned with modifying the system after it is in use. The Rational Unified Process is a generic process model that separates activities from phases. CASE technology supports software process activities.