Optimization of Software Quality Using Management and Technical Review Techniques
Total Page:16
File Type:pdf, Size:1020Kb
International Journal of Computer Trends and Technology (IJCTT) – volume 17 Number 6 Nov 2014 Optimization of Software Quality using Management and Technical Review Techniques Inibehe Emmanuel Akpannah Post Graduate Student (MSc. Information Technology), SRM University, Chennai, India Abstract compromising the security of the entire system. Optimizing the quality of software is a function of Improving the quality of our software process leads the degree of reviews made during the early life of to minimal rework, cost effectiveness and also a software development process. Reviews detect meeting up with schedules, which all lead to errors and potential errors early in the software improvement in capability measurement. Software development process. The errors detected during review is a chain process, it is dynamic and review the early life cycle of software are least expensive needs to be performed at every phase of the to correct. Efficient involvement in software development process until there is a transition to the inspections and technical reviews, help developers testing phase. improve their own skills, thereby mitigating the Software design and code review is a phase in the occurrence of errors in the later stage of software software development process in which development process. The ideas gathered on this programmers (authors of codes), quality assurance paper point that a properly implemented program of (QA) team, and peer reviewers get together to technical and management reviews drastically review design and code [9]. One way of optimizing reduces the time as well as the cost required for the quality of software is finding and correcting testing, debugging, and reworking, and dramatically errors at the early stage of a software development improves the quality of the resulting product. This process. Finding and fixing errors at the early stage paper, Optimization of Software Quality using of a software development process is relatively management and technical Review Techniques, inexpensive and tends to minimize the more provides its readers with the opportunity to learn expensive process of managing, identifying and about and experience using this indispensable fixing defects during later stages of development or software quality tools. even after the software are delivered to the users. Reviewers who are responsible for reading software Keywords— Optimization, quality, management, codes read the code line by line to check for: technical, review. present flaws and potential flaws The correctness and uniformity of the overall Introduction program design. In software, either as a process or a product, quality Validity of comments, some comments may result is essentially known to be an important factor. In into misinformation other to achieve greater improvement in the quality Adherence to the generally accepted coding and productivity of a software process, it is standards. important to perform design and code reviews. In software development process, a small coding error A software product, during the process of its can result in a critically vulnerability that ends up development, developers should never assume it to ISSN: 2231-5381 http://www.ijcttjournal.org Page 304 International Journal of Computer Trends and Technology (IJCTT) – volume 17 Number 6 Nov 2014 be free of flaws. Employing review techniques will Management Reviews limit the number of coding errors and thereby reducing the degree of impact it will have on the According to IEEE, in Software Engineering, software. Management Review is defined as a systematic Problem Definition evaluation of a software acquisition, supply, development, operation, or maintenance process performed by or on behalf of management to The underlying problem is the question of how to monitor progress, determine the status of plans and use existing review techniques (management and schedules, confirm requirements and their system technical reviews) to optimize the quality of allocation, or evaluate the effectiveness of software. Although there are other techniques of management approaches used to achieve fitness for optimizing the quality of software during its purpose [8]. Management reviews support decisions development process other than review, the goal of about corrective actions, changes in the allocation this paper is to present how review techniques can of resources, or changes to the scope of the project. be applied in a software development process in Management review is performed by those directly other to improve and optimize its quality on an responsible for the system. They monitor the economical basis. progress of the system and determine status of plans and schedules. The management team confirms Contribution requirements and their system allocation or, evaluates management approaches used to achieve This paper proposes a dynamic approach to fitness or purpose. Management review requests evaluate the quality of software using review that support decisions are made about changes to techniques based on the opinion of experts and the scope of the project. Software developers may predicted behaviour of the software. It shows a at a given point determine to change or modify the more cost effectiveness over testing at the later scope of the project, the support for this decision stage of the software development process. Based comes directly from the management. The on reliability models, it is seen that the quality of a management reviews the progress of the program software product is higher than a similar product and evaluates why changes and/ or modifications that has not been reviewed. should be made. If there is a strong reason for alteration, the management produces a statement of Types of Review support otherwise it is not allowed. It is different from both a software engineering peer review The Institute of Electrical and Electronic Engineers which evaluates the technical quality of software (IEEE) Standard for software Reviews defines five products, and a software audit, which is an types of Review [3]: externally conducted audit into a project's Management Review compliance to specifications, contractual Technical Review agreements, and other criteria. Inspections(Formal Peer Review) Walk-through Audits ISSN: 2231-5381 http://www.ijcttjournal.org Page 305 International Journal of Computer Trends and Technology (IJCTT) – volume 17 Number 6 Nov 2014 The Aim of Management Review Technical Review A software technical review is a form of The aim of Management Review is to manage peer review in which a team of qualified personnel the quality of software and of its development examines the suitability of the software product for process. A quality product is one which meets its its intended use and identifies discrepancies from requirements and satisfies the user requirements. A specifications and standards. Technical reviews quality culture is an organizational environment may also provide recommendations of alternatives where quality is viewed as everyone's and examinations of various alternatives (IEEE responsibility. Standards 1028 -1997, IEEE Standard for Software Review, Clause 3.7)[9].A technical review is a Products Reviewed by Management software quality assurance activity performed by software engineers with well-defined objectives. The following are the products reviewed by management: Objectives of Technical Review plans Audit Reports Contingency Technical review offers the following objectives: Installation plans To uncover errors in function, logic or Risk management Plans implementation of the software ; Software quality Assurance(Q/A) To verify that the software meets its Progress Report requirements ; Software Project Management Plans To ensure that the software has been Software Safety Plans developed according to the standards ; Backup and Recovery Plans To achieve uniformity in software Technical Review Reports development process; Software Product Analyses To make projects manageable. Verification and Validation Reports The formal technical review serves to promote Outputs of Management Review backup and continuity because a number of people become familiar with parts of the software that they From the series of reviews carried out by the may not have been seen. Each technical review is management, each activity reviewed is properly conducted as a meeting and is considered successful documented [1]. The document is helpful to the only if it is properly planned, controlled and management in identifying: the project under attended. review, review team members to check for their skills and technical know- how in case there is need Software Products Reviewed Technically for replacement of a team member, review objects Examples of software products reviewed and, review input and also list of defects identified technically include but not limited to the following: by the review team. Installation Procedure Software Design Description Software Test Documentation ISSN: 2231-5381 http://www.ijcttjournal.org Page 306 International Journal of Computer Trends and Technology (IJCTT) – volume 17 Number 6 Nov 2014 Software User Documentation unnecessary costs of testing and Release Notes amendments. System Build Procedure Compliance with standards and best Maintenance Manual practices: It may be necessary to ensure that the project has implemented quality Factors that enhance Technical Review of assurance processes to ensure that project Software deliverables comply with appropriate standards and best practices.