Software quality management

From LIMSWiki
Revision as of 20:29, 20 September 2022 by Shawndouglas (talk | contribs) (→‎Notes: Cat)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

Software Quality Management (SQM) is a management process that aims to develop and manage the quality of software in such a way so as to best ensure that the product meets the quality standards expected by the customer while also meeting any necessary regulatory and developer requirements, if any.[1][2][3] Software quality managers require software to be tested before it is released to the market, and they do this using a cyclical process-based quality assessment in order to reveal and fix bugs before release. Their job is not only to ensure their software is in good shape for the consumer but also to encourage a culture of quality throughout the enterprise.[1][2][3]

Quality management activities

Software quality management activities are generally split up into three core components: quality assurance, quality planning, and quality control.[1][2] Some like software engineer and author Ian Sommerville don't use the term "quality control" (as quality control is often viewed as more a manufacturing term than a software development term), rather, linking its associated concepts with the concept of quality assurance.[3] However, the three core components otherwise remain the same.

Quality assurance

Software quality assurance sets up an organized and logical set of organizational processes and deciding on that software development standards — based on industry best practices — that should be paired with those organizational processes, software developers stand a better chance of producing higher quality software. However, linking quality attributes such as "maintainability" and "reliability" to processes is more difficult in software development due to its creative design elements versus the mechanical processes of manufacturing.[1][2][3] Additionally, "process standardization can sometimes stifle creativity, which leads to poorer rather than better quality software."[3]

This stage can include:

  • encouraging documentation process standards, such as the creation of well-defined engineering documents using standard templates
  • mentoring how to conduct standard processes, such as quality reviews
  • performing in-process test data recording procedures
  • identifying standards, if any, that should be used in software development processes

Quality planning

Quality planning works at a more granular, project-based level, defining the quality attributes to be associated with the output of the project and how those attributes should be assessed. Additionally, any existing organizational standards may also be assigned to the project at this phase. Attributes such as "robustness," "accessibility," and "modularity" may be assigned to the software development project.[1][2] While this may be a more formalized, integral process, those using a more agile method of quality management may place less emphasis on strict planning structures.[3] The quality plan may also address intended market, critical release dates, quality goals, expected risks, and risk management policy.[2][3]

Quality control

The quality control team tests and reviews software at its various stages to ensure quality assurance processes and standards at both the organizational and project level are being followed.[1][2] (Some like Sommerville link these responsibilities to quality assurance rather than call it quality control.[3]) These checks are optimally separate from the development team so as to lend more of an objective view of the product to be tested.[2][3] However, project managers on the development side must also assist, helping to promote as part of this phase a "culture that provides support without blame when errors are discovered."[3] In software development firms implementing a more agile quality approach, these activities may be less formal; however, a switch to agile methods from a more formal quality management structure may create problems if management procedures aren't appropriately adapted.[3]

Activities include:

  • release testing of software, including proper documentation of the testing process
  • examination of software and associated documentation for non-conformance with standards
  • follow-up review of software to ensure any required changes detailed in previous testing are addressed
  • application of software measurement and metrics for assessment

Software quality and the software lifecycle

The measurement of software quality is different from manufacturing; tolerances aren't applicable (at least in the same way), and objective conclusions concerning if software meets specifications are difficult if not impossible to achieve.[3] However, software's quality and fit-for-purpose status can still be realized in various ways depending on the organization and type of realized project.[4] This done through the support of the entire software development lifecycle, meaning:

  • collecting requirements and defining the scope of an IT project, focused on verification if defined requirements will be testable;
  • designing the solution, focused on planning a test process, e.g., what type of tests will be performed and how they will be performed in the context of test environments and test data?;
  • implementing a solution supported by test cases and scenarios, executing them, and registering defects, including the coordination of resolving the defects;
  • implementing change management, supported by verification of how planned changes can influence the quality of a created solution and eventual change of a test plan; and
  • closing the project, supported by the realization of tests focused on complex verification of the overall quality of the created solution.

Links to IT methods

Software quality management is a topic strongly linked with various project management, development, and IT operation methods, including:

Software Quality Management implementation sample for project using RUP and V-Model

  • component "Quality in a project environment", which describes necessity of double-checked and objective control of created products. It proposes using 4 elements: quality management system, function of quality control, planning quality and quality controls.
  • "Quality Review Technique" which is focused on verification if created products fulfills defined quality criteria.
  • Project management method PMBOK 4th edition [6] defines knowledge area Project Quality Management and following processes:
  • 3.4.12 Plan Quality,
  • 3.5.2. Perform Quality Assurance,
  • 3.6.7. Perform Quality Control
  • Development method RUP defines discipline testing, which is engaged in all phases starting from Inception, finishing at Transition.
  • Development method MSF defines tester role and stabilization phase, which focuses mainly on testing a solution.[7]
  • Agile methods do not precisely define the tester's role or mechanisms related to software quality management. The methods define only such techniques as continuous integration and test-driven development. Nevertheless, there appears lastly the publication about agile testing.
  • Operational method CMMI defines among others process area PPQA "Process and Product Quality Assurance", which is required already at CMMI level 2.
  • Operational method COBIT defines among others process P08 Manage Quality.
  • Operational method ITIL is defined among others by publication Continual service improvement.
  • V-Model – model, which defines the software development lifecycle and test process.
  • ISO 9000 – family of standards is related to quality management systems and designed to help organizations ensure that they meet the needs of customers and other stakeholders[1] while meeting statutory and regulatory requirements related to the product.

Associations and organizations

  • The American Society for Quality (ASQ) is a professional organization that provides its members with certification, training, publications, conferences, and other services related to quality management, continual improvement, and product safety.
  • The International Software Testing Qualifications Board (ISTQBP is a non-profit, international association registered in Belgium. It manages the certification process for software testers and boasts more than 535,000 certificates issues in over 120 countries.[8]

See also

References

  1. ^ a b c d e f Zsolt, U. (February 2014). "Software quality management" (PDF). Software Development Processes and Software Quality Assurance. University of Pannonia. pp. 117–121. Retrieved 7 December 2017.
  2. ^ a b c d e f g h Maxim, B.R. (2014). "Software Quality Management" (PPT). University of Michigan - Dearborn. Retrieved 7 December 2017.
  3. ^ a b c d e f g h i j k l Sommerville, I. (2011). "Chapter 24: Quality Management". Software Engineering (9th ed.). Addison-Wesley. pp. 651–680. ISBN 9780137035151.
  4. ^ Kelemen, Z. D. (2013). Process Based Unification for Multi-Model Software Process Improvement Eindhoven: Technische Universiteit Eindhoven. ISBN 978-90-386-3313-8
  5. ^ OGC (Office of Government Commerce) (2009). Managing Successful Projects with PRINCE2 (2009 ed.). TSO (The Stationery Office). ISBN 978-0-11-331059-3
  6. ^ A Guide to the Project Management Body of Knowledge, Fourth Edition, PMI, USA, 2008
  7. ^ Microsoft Solution Framework - Chapter 18 Stabilization phase, Published: April 27, 2005 [1]
  8. ^ "Certifying Software Testers Worldwide". International Software Testing Qualifications Board. Retrieved 7 December 2017.

Notes

This article is a direct transclusion of the Wikipedia article and therefore may not meet the same editing standards as LIMSwiki.