Chap9
System quality assessment
Business process assessment (1) How well does the business process support the current goals of the business? Environment assessment (1) How effective is the system's environment and how expensive is it to maintain? Application assessment (1) What is the quality of the application software system?
Evolution and servicing
Evolution (1) The stage in a software system's life cycle where it is in operational use and is evolving as new requirements are proposed and implemented in the system. Servicing (2) At this stage, the software remains useful but the only changes made are those required to keep it operational i.e. bug fixes and changes to reflect changes in the software's environment. No new functionality is added. Phase-out (3) The software may still be used but no further changes are made to it.
Types of maintenance
Fault repairs (1) Changing a system to fix bugs/vulnerabilities and correct deficiencies in the way meets its requirements. Environmental adaptation (1) Maintenance to adapt software to a different operating environment (2) Changing a system so that it operates in a different environment (computer, OS, etc.) from its initial implementation. Functionality addition and modification (1) Modifying the system to satisfy new requirements.
Change implementation
Iteration of the development process where the revisions to the system are designed, implemented and tested. A critical difference is that the first stage of change implementation may involve program understanding, especially if the original system developers are not responsible for the change implementation. During the program understanding phase, you have to understand how the program is structured, how it delivers functionality and how the proposed change might affect the program.
Legacy system replacement
Legacy system replacement is risky and expensive so businesses continue to use these systems System replacement is risky for a number of reasons (1) Lack of complete system specification (2) Tight integration of system and business processes (3) Undocumented business rules embedded in the legacy system (4) New software development may be late and/or over budget
Legacy system change
Legacy systems are expensive to change for a number of reasons: (1) No consistent programming style (2) Use of obsolete programming languages with few people available with these language skills (3) Inadequate system documentation (4) System structure degradation (5) Program optimizations may make them hard to understand (6) Data errors, duplication and inconsistency
Legacy systems
Legacy systems are older systems that rely on languages and technology that are no longer used for new systems development. Legacy software may be dependent on older hardware, such as mainframe computers and may have associated legacy processes and procedures. Legacy systems are not just software systems but are broader socio-technical systems that include hardware, software, libraries and other supporting software and business processes.
Legacy system categories
Low quality, low business value (1) These systems should be scrapped. Low-quality, high-business value (1)These make an important business contribution but are expensive to maintain. Should be re-engineered or replaced if a suitable system is available. High-quality, low-business value (1) Replace with COTS, scrap completely or maintain. High-quality, high business value (1) Continue in operation using normal system maintenance.
Software maintenance
Modifying a program after it has been put into use. The term is mostly used for changing custom software. Generic software products are said to evolve to create new versions. Maintenance does not normally involve major changes to the system's architecture. Changes are implemented by modifying existing components and adding new components to the system.
Importance of evolution
Organisations have huge investments in their software systems - they are critical business assets. To maintain the value of these assets to the business, they must be changed and updated. The majority of the software budget in large companies is devoted to changing and evolving existing software rather than developing new software.
Legacy system management
Organisations that rely on legacy systems must choose a strategy for evolving these systems (1) Scrap the system completely and modify business processes so that it is no longer required; (2) Continue maintaining the system; (3) Transform the system by re-engineering to improve its maintainability; (4) Replace the system with a new system. The strategy chosen should depend on the system quality and its business value.
complexity metric
Predictions of maintainability can be made by assessing the complexity of system components. Studies have shown that most maintenance effort is spent on a relatively small number of system components. Complexity depends on (1) Complexity of control structures; (2) Complexity of data structures; (3) Object, method (procedure) and module size.
process metrics
Process metrics may be used to assess maintainability (1)Number of requests for corrective maintenance; (2)Average time required for impact analysis; (3) Average time taken to implement a change request; (4)Number of outstanding change requests. If any or all of these is increasing, this may indicate a decline in maintainability.
Advantages of reengineering
Reduced risk (1) There is a high risk in new software development. There may be development problems, staffing problems and specification problems. Reduced cost (1) The cost of re-engineering is often significantly less than the costs of developing new software.
Software reengineering
Restructuring or rewriting part or all of a legacy system without changing its functionality. Applicable where some but not all sub-systems of a larger system require frequent maintenance. Reengineering involves adding effort to make them easier to maintain. The system may be re- structured and re-documented.
Software change
Software change is inevitable (1)New requirements emerge when the software is used; (2)The business environment changes; (3)Errors must be repaired; (3)New computers and equipment is added to the system; (5)The performance or reliability of the system may have to be improved. A key problem for all organizations is implementing and managing change to their existing software systems.
Evolution processes
Software evolution processes depend on (1) The type of software being maintained; (2) The development processes used; (3) The skills and experience of the people involved. Proposals for change are the driver for system evolution. (1) Should be linked with components that are affected by the change, thus allowing the cost and impact of the change to be estimated. Change identification and evolution continues throughout the system lifetime.
Reengineering process activities
Source code translation (1) Convert code to a new language. Reverse engineering (1) Analyse the program to understand it; Program structure improvement (1) Restructure automatically for understandability; Program modularisation (1) Reorganise the program structure; Data reengineering (1) Clean-up and restructure system data.
Legacy system components
System hardware Legacy systems may have been written for hardware that is no longer available. Support software The legacy system may rely on a range of support software, which may be obsolete or unsupported. Application software The application system that provides the business services is usually made up of a number of application programs. Application data These are data that are processed by the application system. They may be inconsistent, duplicated or held in different databases. Business processes These are processes that are used in the business to achieve some business objective. Business processes may be designed around a legacy system and constrained by the functionality that it provides. Business policies and rules These are definitions of how the business should be carried out and constraints on the business. Use of the legacy application system may be embedded in these policies and rules.
Reengineering cost factors
The quality of the software to be reengineered. The tool support available for reengineering. The extent of the data conversion which is required. The availability of expert staff for reengineering. (1) This can be a problem with old systems based on technology that is no longer widely used.
Urgent change requests
Urgent changes may have to be implemented without going through all stages of the software engineering process (1) If a serious system fault has to be repaired to allow normal operation to continue; (2) If changes to the system's environment (e.g. an OS upgrade) have unexpected effects; (3) If there are business changes that require a very rapid response (e.g. the release of a competing product).
Business process assessment
Use a viewpoint-oriented approach and seek answers from system stakeholders (1) Is there a defined process model and is it followed? (2) Do different parts of the organisation use different processes for the same function? (3) How has the process been adapted? (4) What are the relationships with other business processes and are these necessary? (5) Is the process effectively supported by the legacy application software? Example - a travel ordering system may have a low business value because of the widespread use of web- based ordering.
Maintenance costs
Usually greater than development costs (2* to 100* depending on the application). Affected by both technical and non-technical factors. Increases as software is maintained. Maintenance corrupts the software structure so makes further maintenance more difficult. Ageing software can have high support costs (e.g. old languages, compilers etc.). It is usually more expensive to add new features to a system during maintenance than it is to add the same features during development (1) A new team has to understand the programs being maintained (2) Separating maintenance and development means there is no incentive for the development team to write maintainable software (3) Program maintenance work is unpopular ~~~ Maintenance staff are often inexperienced and have limited domain knowledge. (4) As programs age, their structure degrades and they become harder to change
Handover problems
Where the development team have used an agile approach but the evolution team is unfamiliar with agile methods and prefer a plan-based approach. (1) The evolution team may expect detailed documentation to support evolution and this is not produced in agile processes. Where a plan-based approach has been used for development but the evolution team prefer to use agile methods. (1) The evolution team may have to start from scratch developing automated tests and the code in the system may not have been refactored and simplified as is expected in agile development.
System measurement
You may collect quantitative data to make an assessment of the quality of the application system The number of system change requests; The higher this accumulated value, the lower the quality of the system. The number of different user interfaces used by the system; The more interfaces, the more likely it is that there will be inconsistencies and redundancies in these interfaces. The volume of data used by the system. As the volume of data (number of files, size of database, etc.) processed by the system increases, so too do the inconsistencies and errors in that data. Cleaning up old data is a very expensive and time-consuming process