Research on Software Quality Assurance Based on Software Quality Standards and Technology Management

Ieee account.

  • Change Username/Password
  • Update Address

Purchase Details

  • Payment Options
  • Order History
  • View Purchased Documents

Profile Information

  • Communications Preferences
  • Profession and Education
  • Technical Interests
  • US & Canada: +1 800 678 4333
  • Worldwide: +1 732 981 0060
  • Contact & Support
  • About IEEE Xplore
  • Accessibility
  • Terms of Use
  • Nondiscrimination Policy
  • Privacy & Opting Out of Cookies

A not-for-profit organization, IEEE is the world's largest technical professional organization dedicated to advancing technology for the benefit of humanity. © Copyright 2023 IEEE - All rights reserved. Use of this web site signifies your agreement to the terms and conditions.

software quality Recently Published Documents

Total documents.

  • Latest Documents
  • Most Cited Documents
  • Contributed Authors
  • Related Sources
  • Related Keywords

Why Do Developers Reject Refactorings in Open-Source Projects?

Refactoring operations are behavior-preserving changes aimed at improving source code quality. While refactoring is largely considered a good practice, refactoring proposals in pull requests are often rejected after the code review. Understanding the reasons behind the rejection of refactoring contributions can shed light on how such contributions can be improved, essentially benefiting software quality. This article reports a study in which we manually coded rejection reasons inferred from 330 refactoring-related pull requests from 207 open-source Java projects. We surveyed 267 developers to assess their perceived prevalence of these identified rejection reasons, further complementing the reasons. Our study resulted in a comprehensive taxonomy consisting of 26 refactoring-related rejection reasons and 21 process-related rejection reasons. The taxonomy, accompanied with representative examples and highlighted implications, provides developers with valuable insights on how to ponder and polish their refactoring contributions, and indicates a number of directions researchers can pursue toward better refactoring recommenders.

Improving bioinformatics software quality through incorporation of software engineering practices

Background Bioinformatics software is developed for collecting, analyzing, integrating, and interpreting life science datasets that are often enormous. Bioinformatics engineers often lack the software engineering skills necessary for developing robust, maintainable, reusable software. This study presents review and discussion of the findings and efforts made to improve the quality of bioinformatics software. Methodology A systematic review was conducted of related literature that identifies core software engineering concepts for improving bioinformatics software development: requirements gathering, documentation, testing, and integration. The findings are presented with the aim of illuminating trends within the research that could lead to viable solutions to the struggles faced by bioinformatics engineers when developing scientific software. Results The findings suggest that bioinformatics engineers could significantly benefit from the incorporation of software engineering principles into their development efforts. This leads to suggestion of both cultural changes within bioinformatics research communities as well as adoption of software engineering disciplines into the formal education of bioinformatics engineers. Open management of scientific bioinformatics development projects can result in improved software quality through collaboration amongst both bioinformatics engineers and software engineers. Conclusions While strides have been made both in identification and solution of issues of particular import to bioinformatics software development, there is still room for improvement in terms of shifts in both the formal education of bioinformatics engineers as well as the culture and approaches of managing scientific bioinformatics research and development efforts.

Evaluation of Determinants of Software Quality in Offshored Software Projects

Successful offshoring engagements of Indian software vendors is increasingly dependent upon the quality of the projects delivered rather than cost considerations. However, delivering quality software is reliant on effective management of various organizational, technological and people aspects. This research is to identify and evaluate the determinants of quality on software projects delivered by vendors through offshoring. Data related to recently completed projects were collected through a survey of 440 project managers from Indian vendors. Based on structural equation modeling, the authors analyze the influence determinants on specific product quality attributes. It is found that, out of six determinants, technical infrastructure and process maturity have significant influence on most of the attributes of quality in offshored IS projects from India. The authors provide a set of implications for practice and directions for further research.

The Influence of the Application of Agile Practices in Software Quality Based on ISO/IEC 25010 Standard

Agile practices are activities or procedures that are applied during the software development process in order to improve its quality and productivity. The objective of this study is to determine the influence of agile practices on software quality. For this purpose, a model composed of 4 groups of agile practices and 8 quality characteristics according to the ISO/IEC 25010 standard has here been proposed. The results of 146 questionnaires addressed to people involved in the software development process show that the application of agile engineering and project management practices have a significant positive influence on the quality attribute functionality. On the other hand, project management practices have a low impact on the quality characteristics of compatibility, portability, security, and usability.

Software Quality Evaluation by Cocomo II With NN and SVM

Cost, time and quality projection are the crucial aspects in software development process. Incorrect estimations can cause losses which in turn may lead to irreversible damage. It is generally perceived that a imperfectly estimated project always results in a substandard quality due to the efforts being wrongly directed. Firstly Effort Estimation is calculated by actual effort and proposed Effort. That Effort evaluation of 500 NASA projects, after that evaluation is done by four parameters Standard Error, Standard Deviation, Mean Absolute Error, Root Mean Square Error. The author amalgamated the robustness of COCOMO-II with that of Neural Network NN and Support Vector Machine SVM .Quality Which we evaluate that is quality Evaluation of Semantic Web Application. In the last checks the majority of all four parameters for software quality assessment.

V-Locate: Development of Web-Based Vulcanizing Shop Locator for 2nd District of Oriental Mindoro

Purpose–When traveling, getting a punctured tire is a common and inevitable problem that makesa vulcanizing shopbusinessindemand in the province. Vulcanizing shop repairs flat tires and sells a typical car and motorcycle needs.However, this small business was not tagged in the known navigation application.Thus, theproponents conceptualizeda Web-based application locatingthe nearest vulcanizing shops and motorcycle spare partsstores. The V-locate will not justprovidethe nearest shops and stores but also theinformation like theofferedproducts and services. The scope of the map on the said application is only limited to the areas within the 2ndDistrict of Oriental Mindoro.Method–The methodology used in development is Rapid Application Development (RAD),suitable for creating active phase software applications. To get the exact coordinates of every vulcanizing shop and spare parts store, the proponents used Geographical Positioning System (GPS) application. Several scripting languages,such asPHP and JavaScript, and theirframework and library, are used to develop the app.Results–The system was evaluated by 60 respondents consisting of faculty, drivers, and Rider's Club members conforming to ISO 25010 software quality standards. Theevaluation resultgot4.4for functional suitability, 4.4 for usability, 4.5 for security, and 4.3 for Performance Efficiency,which shows that the system is efficient and feasible for implementation.Conclusion–The vulcanizing shop in a province like Oriental Mindoro is ofgreat help to travelers when they meet unexpectedemergencies likehaving a flat tire. With that said, the development of the V-Locate application is essential for travelers in case they encounter such a mishap. Recommendations–For further improvement of the system, it is recommended to conduct beta testing and another evaluation using the remaining criteria of ISO 25010. Also,it is crucial towiden the scope of the map and make it offline.Research Implications–Once the system isfully implemented, it will ease the burden oftravelers in Oriental Mindoro to find repair shops in case of an emergency. Moreover, it also promotes and recognizes the existence of vulcanizing shops as a local business in the province.

Hybrid Particle Swarm and Ranked Firefly Metaheuristic Optimization-Based Software Test Case Minimization

Software testing is a valuable and time-consuming activity that aims to improve the software quality. Due to its significance, combinatorial testing focuses on fault identification by the interaction of small amount of input factors. But, deep testing is not sufficient due to time or resources availability. To select the optimal test cases with least computation time, Hybrid Multi Criteria Particle Swarm and Ranked Firefly Metaheuristic Optimization(HMCPW-RFMO) technique are introduced. Initially, the population of the test cases is randomly initialized. Then the fitness is calculated by the pairwise coverage, execution cost, fault detection capability and average execution frequency. RFM approach starts with ‘n’ fireflies. The light intensity of each firefly gets initialized.If the light intensity of one firefly is minor than the other one, it moves near the brighter one. Next, the rank is given to the firefly based on their light intensity. Lastly, the high ranked firefly is chosen as a global best solution.The result reveals that HMCPW-RFMO technique improves the software quality.

ESQuMo an Embedded Software Quality Model

Embedded systems are increasingly used in our daily life due to their importance. They are computer platforms consisting of hardware and software. They run specific tasks to realize functional and non functional requirements. Several specific quality attributes were identified as relevant to the embedded system domain. However, the existent general quality models do not address clearly these specific quality attributes. Hence, the proposition of quality models which address the relevant quality attributes of embedded systems needs more attention and investigation. The major goal of this paper is to propose a new quality model (called ESQuMo for Embedded Software Quality Model) which provides a better understanding of quality in the context of embedded software. Besides, it focuses the light on the relevant attributes of the embedded software and addresses clearly the importance of these attributes. In fact, ESQuMo is based on the well-established ISO/IEC 25010 standard quality model.

The Applicability of Process-Orientation to Software Development Projects

The progress in the digital single market (DSM) has been acknowledged as one of the 10 political priorities by the European Commission since 2015. It could contribute € 415 billion per year (GDP) to the economy of the 28 EU Member States and create hundreds of thousands of new jobs. Nowadays, the ICT sector and the European Digital Agenda have declared it as one of the seven pillars of the Europe 2020 strategy. In order to speed up the development of new information technology and its commercialisation, it is necessary to increase software quality aimed at accelerating and improving technology transfer, taking into account process quality management. The aim of this article is to give an overview of a new approach to producing an additional value of the software development projects to improve the technology transfer process.

Boosting the Competitiveness of Organizations With the Use of Software Engineering

Software has become the core of organizations in different domains because the capacity of their products, systems, and services have an increasing dependence on software. This fact highlights the research challenges to be covered by computer science, especially in the software engineering (SE) area. On the one way, SE is in charge of covering all the aspects related to the software development process from the early stages of software development until its maintenance and therefore is closely related to the software quality. On the other hand, SE is in charge of providing engineers able to provide technological-base solutions to solve industrial problems. This chapter provides a research work path focused on helping software development organizations to change to a continuous software improvement culture impacting both their software development process highlighting the human factor training needs. Results show that the implementation of best practices could be easily implemented if adequate support is provided.

Export Citation Format

Share document.

Academia.edu no longer supports Internet Explorer.

To browse Academia.edu and the wider internet faster and more securely, please take a few seconds to  upgrade your browser .

Enter the email address you signed up with and we'll email you a reset link.

  • We're Hiring!
  • Help Center

Recent Advances in Software Quality Management: A Review

Many organizations has been utilizing the benefits of information technology to gain competitive advantage in their respective businesses. As a result, the number of software development companies increased many folds during the last three decades. As the competition increased, the need for delivering good quality software within the committed schedule also increased. Even today many software companies have to deal with the consequences of delivering poor quality products, schedule and cost overrun problems. Many software quality and development frameworks have been suggested in the past to get rid of the aforementioned problems and a lot of research has been carried out in the field of software quality management and practices. In this paper, the authors provide a review of the major research works published in the field of software quality management. The study found that the research works in the software quality can be classified into five categories namely studies exploring the relationship between software quality and (i) total quality management implementation, (ii) adoption of quality management systems like ISO 9000 series of standards, (iii) capability maturity model level, (iv) development of defect prediction models and (v) quality management and evaluation practices of specific categories of software development process. The authors also tried to identify the gaps in existing research and future areas of research in software quality management.

  • Access 47 million research papers for free
  • Keep up-to-date with the latest research
  • Share your research and grow your audience
  •   We're Hiring!
  •   Help Center
  • Find new research papers in:
  • Health Sciences
  • Earth Sciences
  • Cognitive Science
  • Mathematics
  • Computer Science
  • Academia ©2023

Free Related PDFs

Yasmeen Aweed

In this paper, we discuss the concept and principles of the total quality management (TQM). The paper describes the main Software Development Life Cycle (SDLC) models and pros and cons of each one. In addition, overview measures of quality during SDLC. Finally, the paper describes the software quality problems and how to achieve TQM via defect prevention. Keywords: Quality; quality management; SDLC; software development; total quality management.

Software Quality: Concepts, Problems and Tools for Improving

Tihana Galinac Grbac

2008, Engineering review

Software is everywhere around us and thus the importance of the software development industry has strongly increased. Quality is recognized as the key to business success in software development as well. Due to the main difference between a software product and any other material product, the main principles of quality management in software development are special. In the paper, the software and its development specifics are explained, and then a survey of basic quality management principles for software development purposes is presented. The main goal of the paper is to analyze the deployment frequency of the quality management principles in the software development companies and thus to suggest directions for their further use.

Analysis of Quality Management in Modern European Software Development

Anna Griman

Software quality model based on software development approaches

deepak panwar

2020, Journal of Discrete Mathematical Sciences and Cryptography

A systematic literature review and comparative study of different software quality models

Quality Management is very important in Software Projects. Quality is achieved to the extent that a project end product meets the client's needs and expectations; it also means that a product should meet its specification. Paper discusses about Life Cycle approach to Software Quality Management process and its principles, activities, factors, methods, benefits, and also Principles of Quality Risk Management.

Software Project Quality Management

Ahmed Alamri

2016, IARJSET

The Effectiveness of Implementing Total Quality Management in Software Development

Zarinah Mohd. Kasirun

ISAT903, AN ASSESSMENT TOOL ON THE QUALITY SYSTEM FOR SOFTWARE INDUSTRY

Jussi Kasurinen , Jari Vanhanen

2012, International Journal of Information System Modeling and Design

Exploring the Perceived End-Product Quality in Software-Developing Organizations

Rudite Cevere

The article deals with the problems associated with quality definition and assessment for software development processes, intermediate and end products throughout the entire software life cycle. The main objective of the research is to develop measures to improve software quality. It is known that it is not possible to develop a software which is free from problems. Therefore methods and techniques of software quality improvement are still being developed intensively. Our work is based on years of experience in IT companies and higher education institution. In the information technology sector a lot of attention has been paid to Software Quality Assurance. Our experience has led to the hypothesis that software quality model can be generalized and applied to description and evaluation of quality in a wider area, including quality of the processes. The extended software product quality life cycle is offered including the study process, because during it the future IT professionals acq...

Single quality model in software life cycle

V.S Narayana.Tinnaluri

Software quality assurance (SQA) is a process that ensures that developed software meets and complies with defined or standardized quality specifications. SQA is an ongoing process within the software development life cycle (SDLC) that routinely checks the developed software to ensure it meets desired quality measures The Quality Management software that exists in the market nowadays is designed based on total quality management principles that can be found in quality standards and regulations. and discusses about Life Cycle approach to Software Quality Management process and its principles, activities, factors, methods, benefits, and also Principles of Quality Risk Management.

An Approach of Software Quality Management

Innovative Research Publications

Improvement and Implementation of Software Quality by Using Software Metrics

Paulino Francischini , Gabriela Cabel

The understanding of the difficulties for producing software with quality has lead the software development Brazilian Industries to search for methods, techniques and tools to give support to software development and to guarantee its quality. However, researches in this area have demonstrated that, in most cases the use of these new technologies does not guarantee a software product with quality, since technical and management aspects related to activities planning and control of a specific development process are not considered.

Quality as the Main Requirement for the Competitive Survival of the Software Development Industries in the Future

Manoj Wadhwa

Software Quality is key element in the Software Engineering. Software Quality is increasingly important in today's market. An organization’s focus on the strategic importance of software quality depends on whether they are producers or users of software. Software users see software as a tool to be used to support them in the way they do business in their specific sector. Quality is a composition of many characteristics. Because of that, quality is usually captured in a model that depicts the characteristics and their relationships. The models are useful; they show what people think is important when speaking about quality. Different organizations use different quality models based upon the requirements. Different concepts of software quality characteristics are reviewed and discussed in this paper. Also comparative analysis of various software quality models used by various organizations is being discussed in this paper. Key Words-Software Quality, software Quality Models, CMM

A Comparative Study of Software Quality Models

safaa alkatheri

Due to the considerable competition and fast growth in the software industry, software development has become essential. Thus, software quality is a vital instrument in software development field as well as in the determination of the most important Critical Success Factors (CSFs) in software development. The theory of Total Quality Management (TQM) adopted by organizations to achieve quality and improved organizations' performance while meeting and exceeding customers' expectations. This paper discusses the CSFs that can be applied to software development to implement the TQM for the software development field. The result presented the impact of the progress in time and technology on the rank of the essential CSFs while discovering the new CSFs that did not exist before.

Critical Success Factors of Total Quality Management in Software Development

Simrandeep Singh Thapar

To stay ahead in competition, software organizations have to deliver required functionality consistently guaranteed with high quality. The quality expectations of customers at purchase time from the software is the major reason of emergent attention of software organizations to implement quality management in software development. Nowadays, use of Component Based Software Development (CBSD) approach is considered success factor for business because of its underlying benefits like reusability, on-time delivery, high quality, and less cost. But success of CBSD depends upon the quality of components used. Many quality models have been proposed to provide high quality products, some of these are for general usage and others are for specific applications or domains. These specific purpose models are improved or modified forms of basic quality models especially ISO 9126. This paper presents key challenges or deterrents to the development of standard, complete and pervasive software qualit...

2012, International Journal of Computer Applications

Challenges to Development of Standard Software Quality Model

Ricardo Martinho

In a world of growing competitiveness, ”quality” is a main subject. On recent years, there has been a trend towards the improvement of software projects’ quality. This means improving not only the final software products, but especially the quality of leadership and of project management. It is now recognized that the quality of software products and services can be improved if quality management is accomplished according to the unique characteristics and complexity of each project. In this paper we present the main concepts of quality management, as also some approaches of software quality assurance.

Quality Management: Concepts and Approaches for Software Projects

eSAT Journals

The software quality is very important research of software engineering grown from the last two decades. The software engineering paradigm adopted by many organizations to develop the high quality software at affordable cost. The high quality software is considered as one of the key factor in the rapid growth of Global Software Development. The software metrics computes and evaluates the quality characteristics and used to take qu antitative and qualitative decisions for risk assessment and reduction. The multiple stakeholders can view the software quality in multiple angles with various aspects. In this paper we present multiple views of the software quality with respect to various quality aspects.

A STUDY OF VARIOUS VIEWPOINTS AND ASPECTS : SOFTWARE QUALITY PERSPECTIVE

Pooja Angurala

Purpose of this study is to explain that how the various methodologies, frameworks and processes leads to software quality. Numerous methodologies have been introduced on which lot of exploration or research has been made. This paper includes the study of some processes and techniques which have been used by the firms to achieve software quality. This study strongly recommends the necessity of consciousness regarding the use of software quality oriented processes and the arenas on which extra work leads to quality of software or quality assurance.

Study on Various Methodologies/Frameworks used to Achieve Software Quality in different Organizations

Saša Lazarević

2014, Software Quality Journal

Software quality improvement: a model based on managing factors impacting software quality

harika done

2017, International Journal of Advanced Research in Computer Science and Software Engineering

Software Quality Metrics in Quality Assurance to Study the Impact of External Factors related to Time

Rafa Al-Qutaish

2009, Journal of Computer Science

Measuring the Software Product Quality during the Software Development Life-Cycle: An International Organization for Standardization Standards Perspective

Jagannath Singh

2020, International Journal of Productivity and Quality Management

A study on software quality factors and metrics to enhance software quality assurance

V.S Narayana.Tinnaluri , Narayana Tinnaluri

Ensuring Quality Management is very important in Software Projects. Quality is achieved to the extent that products that is fit for their purpose and of sufficiently high quality so that they meet the customer's requirements and expectations. Also there is a need to produce a high-quality product, but at a predetermined cost and within a predetermined timescale. This research paper focuses on how to assess the quality of a software product during its development and on its completion. A proposed quality management model using a number of software quality factors and metrics as ways of measuring quality of the development of an appropriate software product is introduced in this research. In this paper, to analyses quality factors during software development stages, the researchers used an example of an online Learning Management System (LMS) as a software product.

International Journal of Current Trends in Science and Technology Quality Enhancements in Software Engineering

Per Runeson

1998, Proceedings. 24th EUROMICRO Conference (Cat. No.98EX204)

Software quality assurance-concepts and misconceptions

Helmut Sandmayr

1983, Safety of Computer Control Systems 1983 (Safecomp '83)

Quality of the Software Development Process

Tinku Choudhary

Analysis of Software Quality Models for Organizations

Annie Combelles

2014, IEEE Software

However, there is a set of cross-references between the two standards. Approach: The ISO 9126 on software product quality and ISO 12207 on software life cycle processes had been analyzed to invistigate the relationships between them and to make a mapping from the ISO 9126 quality characteristics to the ISO 12207 activities and vers versa. Results: This study presented a set of comments and suggestions to improve the ISO 9126. Conclusion: The weaknesses of the crossreferences between the two ISO standards had been highlighted. In addition, this study provided a number of comments and suggestions to be taken into account on the next version of the ISO 9126 international standard.

Measuring the Software Product Quality during the Software Development Life-Cycle: An ISO Standards Perspective

Nurdan Canbaz

2019, Proceedings of the 14th International Conference on Evaluation of Novel Approaches to Software Engineering

Towards Understanding Industry’s Perspectives on the Software Quality Characteristics: A Survey

Asim Iftikhar

iobm.edu.pk

Software Quality Assurance A Study Based on Pakistan's Software Industry

Syeda U M E M A Hani

Quality Practices for Managing Software Development in Information System

Subburaj Ramasamy

Software Quality Triangle for Total Quality Management

International Journal IJRITCC

Different Software Quality Model

Sinclair Stockman

1990, IEEE Journal on Selected Areas in Communications

A framework for software quality measurement

Derrick Kourie

2014, South African Computer Journal

As long as software has been produced, there have been efforts to strive for quality in software products. In order to understand quality in software products, researchers have built models of software quality that rely on metrics in an attempt to provide a quantitative view of software quality. The aim of these models is to provide software producers with the capability to define and evaluate metrics related to quality and use these metrics to improve the quality of the software they produce over time. The main disadvantage of these models is that they require effort and resources to define and evaluate metrics from software projects. This article briefly describes some prominent models of software quality in the literature and continues to describe a new approach to gaining insight into quality in software development projects. A case study based on this new approach is described and results from the case study are discussed.

Quality in Software Development: a pragmatic approach using metrics

Abhijeet Digalwar

2014, International Journal of Services and Operations Management

Development and validation of quality management constructs for software industries: an empirical investigation from India

sundus shaukat

Software Quality Assurance in Software Projects: A Study of Pakistan 1

aedah abd rahman

2015, 2015 3rd International Conference on Artificial Intelligence, Modelling and Simulation (AIMS)

Defect Management Life Cycle Process for Software Quality Improvement

Rob Kusters , Jjm Trienekens

2001, Software Quality Journal

The paper describes results of a longitudinal study of developments in the area of software product and process quality improvement within a Hungarian software company, IQSOFT Ltd. This company has been active in this area since 1993, trying to build, introduce and maintain an efficiently working quality management system which, e.g., fulfils the ISO 9001 requirements, allows steady software process improvement and, at the same time, conforms to company's own needs. Over the last eight years five phases could be distinguished. Each phase is described shortly, following the same structure, namely: basic starting points, key problem areas, literature consulted, activities and design executed, reflections on what happened and why. The lessons resulting from the analysis of this case have been formulated in terms of guidelines. We feel that these are applicable to any low maturity software development organisation embarking on a product or process quality improvement endeavour. These guidelines are developed around a framework containing the basic issues of software production (project management, technical processes and products). The guidelines advocate a careful step-by-step development of definitions, quality characteristics, and metrics related to these objects while at the same time developing and introducing the associated process.

Quality through Managed Improvement and Measurement (QMIM): Towards a Phased Development and Implementation of a Quality Management System for a Software Company

Shakeel Khoja

Improving Software Quality: a Benchmarking Approach

ahmed sanaullah

— In this paper we present a general software quality model, providing the possibility to describe different concepts related to quality. We show that our quality model is able to integrate the various concepts found in quality standards and different quality models. Furthermore, we provide different quality views related to software quality, enabling consistency and continuity of quality-related information. The most influential factor for the developers of software is the customer perception. We connect the developer with the customer to derive a common interpretation for quality. This paper introduces a model for software quality by connecting and integrating the different views of software quality. In addition, it connects the customer view with the developer view of software quality and it treats software as a product.

Software Quality Framework

Editor IJMTER

2014, International Journal of Modern Trends in Engineering and Research

With the advent of Internet revolution and the emergence of knowledge based systems, Quality acquires a wider and more challenging dimension. Quality has evolved and undergone transformation from the inspection era to the quality control regime and then to quality management and finally to the present TQM approach. At every stage of the transformation “Quality” has been attaining wider dimension with respect to Customer focus, continual improvement and has been evolving for addressing increasing demands of customers with respect to delivery of products and services. Quality evaluation in software industry has been a debatable issue with various models emerging to measure the product or service quality. Quality empowered business requires in depth understanding of business goals and objectives. For any industry, whether manufacturing or software invention, it is seen that the measurements of quality are driven by business needs which in turn are driven by market or customer needs. Organizational objectives hold a key factor for measuring quality. The integrated Business system has shareholders, employees, customer and supplier in any value chain. Value chain fundamentals would be the primary focus and value chain components primarily decide the organizational business goals and objectives. A good measurement system for performance evaluation cannot be empirically drawn from mathematical model but by solid value chain understanding, assessment of needs of customers/end–users, shareholders, suppliers and bottom-line identification.

Performance Evaluation of Software Quality Model

Aman Kumar Sharma

An Analysis of Optimum Software Quality Factors

moutachaouik Hicham

Software quality models play an important role in the measurement of software quality. A number of qualities models are used to build quality software. Different researchers have proposed different software quality models to help measure the quality of software products. In our research, we are discussing the different software quality models and comparing the software quality models with each other.

IMAGES

  1. (PDF) Writing Quality Software

    research papers software quality

  2. IMPLEMENT QUALITY MANAGEMENT SYSTEM RESEARCH PAPER

    research papers software quality

  3. research-paper

    research papers software quality

  4. Research paper on software quality assurance pdf

    research papers software quality

  5. (PDF) Qualitative research in software engineering

    research papers software quality

  6. 😂 Qualitative research papers examples. An example of a qualitative

    research papers software quality

VIDEO

  1. CS615

  2. Procrastinating On Your Research Papers? How To Fix It TODAY

  3. Research Tech Literature Review Final Paper presentation wk7

  4. This Researcher Submitted A Paper In 3 Weeks

  5. software engineer past papers 2015_2019

  6. How to write best research article using Scispace AI Tool @vidwIQ

COMMENTS

  1. Learn from the Pros: Examining Award-Winning Research Papers as Examples

    Research papers play a crucial role in academia, providing valuable insights, expanding knowledge, and advancing various fields of study. However, for many students and researchers, crafting a high-quality research paper can be a daunting t...

  2. How Do You Make an Acknowledgment in a Research Paper?

    To make an acknowledgement in a research paper, a writer should express thanks by using the full or professional names of the people being thanked and should specify exactly how the people being acknowledged helped.

  3. What Is a Sample Methodology in a Research Paper?

    The sample methodology in a research paper provides the information to show that the research is valid. It must tell what was done to answer the research question and how the research was done.

  4. Software Quality Journal

    Finally, it provides a vehicle for the publication of academic papers related to all aspects of software quality.

  5. (PDF) Review of Literature on Software Quality

    The study also provides a review on the impact of quality and its measurement in the life cycle of software development. It examines the need for a quality

  6. 608 PDFs

    The term SQA (Software Quality Assurance) refers to systematized activities that provide proof of suitability of the final software product for use. It is

  7. Research on Software Quality Assurance Based on ...

    This paper focuses on the relationship between software quality standards and software quality assurance. According to the software engineering

  8. Software Quality: How Much Does It Matter?

    To close the gap regarding the lack of holistic knowledge synthesis studies of software quality research, we performed a performance

  9. software quality Latest Research Papers

    Software testing is a valuable and time-consuming activity that aims to improve the software quality. Due to its significance, combinatorial testing focuses on

  10. How have views on Software Quality differed over time? Research

    It is thus pertinent that studies understand the quality of code snippets and how they are judged. Hence, we conducted two systematic literature reviews. The

  11. Software Quality Assurance Research: Achievements, Challenges

    This paper organizes the various outstanding analysis challenges for package testing into a homogenous roadmap. The known destinations area unit

  12. Recent Advances in Software Quality Management: A Review

    The authors also tried to

  13. Methods of quality assurance of software development based on a

    Mani, Framework for evaluating performance of software testing tools, Journal of Scientific and Technology.

  14. Software quality: A Historical and Synthetic Content Analysis

    Funding: The study presented in this paper was partially funded by the Slovenian Research agency by the grant J7-2605. Page 2. 2. Introduction. Interconected