software quality assurance

18
SOFTWARE QUALITY ASSURANCE PRESENTED BY RAMEESHA SADAQAT

Upload: rameesha-sadaqat

Post on 24-Jul-2015

58 views

Category:

Software


4 download

TRANSCRIPT

Page 1: Software quality assurance

SOFTWARE QUALITY ASSURANCE

PRESENTED BY RAMEESHA SADAQAT

Page 2: Software quality assurance

CONTENTS• WHAT IS QUALITY?

• WHAT IS SOFTWARE QUALITY ASSURANCE?

• COMPONENTS OF QUALITY ASSURANCE.

• SOFTWARE QUALITY ASSURANCE PLAN.

• QUALITY STANDARDS.

Page 3: Software quality assurance

WHAT IS QUALITY???

• Quality assurance is a system of activities designed to ensure production that meets pre-established requirements and standards.

• Quality refers to any measureable characteristics such as correctness, maintainability, portability, testability, usability, reliability, efficiency, integrity, reusability and interoperability.

Page 4: Software quality assurance

SOFTWARE QUALITY ASSURANCE

Systematic activities providing evidence of the fitness for use of the total software product.

It is achieved through the use of established guidelines for quality control to ensure integrity and prolonged life of software.

It is a planned effort to ensure that a software product fulfills criteria and has additional attributes specific to the product.

Page 5: Software quality assurance

SOFTWARE QUALITY ASSURANCE

It is the collection of activities and functions used to monitor and control a software project so that specific objectives are achieved with the desired level of confidence.

It is not the sole responsibility of the software quality assurance group but is determined by the consensus of the project manager ,project leader, project personnel, and the users.

Page 6: Software quality assurance

COMPONENTS OF QUALITY ASSURANCE

SOFTWAREQUALITY

MANAGEMENT

SOFTWARE

TESTING

QUALITY CONTROL

Page 7: Software quality assurance

SOFTWARE TESTING

Software testing is a popular risk management strategy. It is used to verify that functional requirements were met.

The major purpose of verification and validation activities is to ensure that software design, code, and documentation meet all the requirements imposed on them.

Page 8: Software quality assurance

QUALITY CONTROL

Quality control is defined as the processes and methods used to monitor work and observe whether requirements are met. It focuses on reviews and removal of defects before shipment of products.

For small projects the project personnel’s peer group or the department’s software quality coordinator can inspect the documents on large projects, a configuration control board may be responsible for quality control.

Page 9: Software quality assurance

SOFTWARE CONFIGURATION MANAGEMENT

It is concerned with the labeling, tracking and controlling changes in the software elements of a system.

It consists of activities that ensure that design and code are defined and cannot be changed without a review of the effect of the change itself and its documentation.

Page 10: Software quality assurance

ELEMENTS OF SOFTWARE CONFIGURATION MANAGEMENT

SYSTEM CONFIGURATION MANAGEMENT

(SCM)

VERSION CONTROL

CONFIGURATION BUILDING

COMPONENT IDENTIFICATIO

N

CHANGE CONTROL

Page 11: Software quality assurance

COMPONENT IDENTIFICATION

A basic software configuration management activity is to identify the Software components that make up deliverable at each point of development.

In order to mange the development process one must establish methods and name the component standards.

Page 12: Software quality assurance

VERSION CONTROL

Software is frequently changed as it evolves through a succession of temporary states called versions.

A software configuration management facility for controlling versions is a software configuration management repository or library.

Page 13: Software quality assurance

CONFIGURATION BUILDING

To build a software configuration one needs to identify the correct components versions and execute the component build procedures. This is often called Configuration building.

Software configuration management uses different approaches for selecting versions. The simplest method is to maintain all the component versions.

Page 14: Software quality assurance

CHANGE CONTROL

Software Change control is the process by which a modification to a software component is proposed.

Modification of a configuration has four elements : 1) A change request.2)An impact analysis of the change.3)A set of modifications and additions of new components.4)A method for reliably installing new components.

Page 15: Software quality assurance

SOFTWARE QUALITY ASSURANCE PLAN

Software quality assurance plan is an outline of quality measures to ensure quality levels within a software development effort.

The plan provides the framework and guidelines for development of understandable and maintainable code.

Page 16: Software quality assurance

WHO INVOLVES QUALITY ASSURANCE ACTIVITIES???

Software engineers, project managers, customers, sale people, SQA group

Engineers involved the quality assurance work:- apply technical methods and measures- conduct formal technical review- perform well-planned software testing

The SQA group’s role -> serves as the customer’s in-house representativeassist the software engineering team in achieving high-quality

The SQA group’s responsibility:- quality assurance planning oversight, record keeping, analysis and reporting

The SQA group’s tasks:- Prepare a SQA plan for a project- Participate in the development of the project’s software process description- Review engineering activities to verify compliance with the defined process

Page 17: Software quality assurance

QUALITY STANDARDS

ISO9000 (International Organization for Standardization)CMM (Capability Maturity Model )PCMM (People Capability Maturity Model)CMMI (Capability Maturity Model Integration)

Page 18: Software quality assurance