1 / 18

Quality Management

Quality Management. What is a software product ?. Software product = computer programs (sources and executable) + associated documentation Software products may be Custom - developed for a particular customer, according to its specifications

elam
Télécharger la présentation

Quality Management

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Quality Management

  2. What is a software product? • Software product = computer programs (sources and executable) + associated documentation • Software products may be • Custom - developed for a particular customer, according to its specifications • Generic (“package”) - developed for a general market, to be sold to a range of different customers • Types of software products • Business support software • Includes software engineering tools in the software engineering business • Personal productivity software • spreadsheets, word processing tools, … • Embedded software • …

  3. What is a software development process? • Is the definition of a set of activities whose goal is the development or evolution of a software product • To be followed/instantiated in individual software development projects • It’s the main business process in a software development business • Generic activities in all software processes are: • Specification - what the system should do and its development constraints • Development - production of the software system • Validation - checking that the software is what the customer wants • Evolution - changing the software in response to changing demands New or changed software product (solution) New or changed requirements (problem) Software Development Process

  4. The importance of software • The economies of ALL developed nations are dependent on software • More and more systems are software controlled • Including an increasing number of safety-critical and mission-critical systems, with high demands on dependability • More and more businesses depend on software for their success • Software and Information Systems are critical success factors in an increasing number of businesses and organizations • Software engineering expenditure (in the development and maintenance of software products) represents a significant fraction of GNP (Gross National Product) in all developed countries

  5. what is product quality? • Quality, simplistically, means that a product shouldmeet its specification • The software product should deliver the required functionality (functional requirements) with the required quality attributes (non–functional requirements) • This is problematical for software systems • Tension between customer quality requirements (efficiency, reliability, ...) and developer quality requirements (maintainability, reusability, ...)

  6. What is product quality? • Some quality requirements are difficult to specify in an unambiguous way • Software specifications are usually incomplete and often inconsistent • The quality compromise: we cannot wait for specifications to improve before paying attention to quality, and procedures must be put into place to improve quality in spite of imperfect specification • Quality attributes are frequently conflicting and increase development costs, so there is a need for weighting and balancing

  7. Software qualities ? • Differentusersmay have different opinions aboutwhatconstitutes software quality(impossible to satisfy all the stakeholders) • Depending on a software project , somemaybeimportantthanothers. • Software qualitiesneed to beidentified , defined and classified

  8. Correctness Correctness is the degree to which the software product performs the required functions accurately. Problem : it is possible to have correct software for incorrect requirements as these are rarely defined precisely

  9. Reliability= Dependability Reliability is the degree to which the software product is trusted and believed in by the users because it behaves well and in the way the users expect( include correctness) A reliable software may contain “known bugs”

  10. Robustness Robustness implies that the software is unlike to fail or break. Correctness + reliability + robustness define whether the software product performs its designated functions as expected

  11. Performance Usuallyperformance relates to the response time of the software system, it specify how long time the user is prepared to wait for the system to respond to the user´srequest.

  12. Usability Usabilityrelates to the userfriendness of the software, how easy it is for the users to make the software work for them. Usability is subjectiveproperty. Usability is a feature of the UI design

  13. Understandability Ease with whichinternalstructure and behaviour of the system is comprehended by the maintainer. Understandability is a condition for maintainability

  14. Maintainability • Correcting software errors and deficiencies ( repairability) • Adapting software to new requirements • Perfecting the software to give it new qualities

  15. Scalability Ease with which the software canbescaled up or evolved in response to the growth in demand for itsfunctionality. • Require clear , understandablearchitectural design. • Scalabilitydiminishes with architecturedeteriorationduringrepair of the software Understandability + maintability + scalability = supportability

  16. Reusability Defines the level to which the software components canbeused for construction of other products ( as component of anotherproduct or framework to createanotherproduct

  17. Portability ( crucial) Can software run on various hardware/software platforms withoutanymodifications or afterundergoingminorcustomization or parameterization ?

  18. Interoperability (open systems) Crucial in software system , it defines the ability to coexist or work together with other software ( even non existantones)

More Related