Presentation is loading. Please wait.

Presentation is loading. Please wait.

SOFTWARE QUALITY ASSURANCE SOFTWARE QUALITY ASSURANCE  DEFINITIONS OF SQA  SOFTWARE STANDARDS  Process Quality Assurance  Product Quality Assurance.

Similar presentations


Presentation on theme: "SOFTWARE QUALITY ASSURANCE SOFTWARE QUALITY ASSURANCE  DEFINITIONS OF SQA  SOFTWARE STANDARDS  Process Quality Assurance  Product Quality Assurance."— Presentation transcript:

1 SOFTWARE QUALITY ASSURANCE SOFTWARE QUALITY ASSURANCE  DEFINITIONS OF SQA  SOFTWARE STANDARDS  Process Quality Assurance  Product Quality Assurance  SQA ATTRIBUTES  SOFTWARE METRICS:  CONTROL METRICS  PREDICTOR METRICS  DOCUMENTATAION

2 DEFINITION OF SQA Bersoff (1984) provides a good working definition of SQA; Bersoff (1984) provides a good working definition of SQA; “SQA consists of those procedures, techniques and tools applied by professionals to ensure that a product meets or exceeds pre-specified standards during a product's development cycle; and without specific prescribed standards, quality assurance entails ensuring that a product meets or exceeds a minimal industrial and /or commercially acceptable level of excellence.” “SQA consists of those procedures, techniques and tools applied by professionals to ensure that a product meets or exceeds pre-specified standards during a product's development cycle; and without specific prescribed standards, quality assurance entails ensuring that a product meets or exceeds a minimal industrial and /or commercially acceptable level of excellence.”

3 SOFTWARE QUALITY ASSURANCE  SQA is defined as;  “Conformance to explicitly stated functional and performance requirements, explicitly documented development standards and implicit characteristics that are expected of all professionally developed software.”

4 SQA DEFINITION   According to Dunn and Ullman;   “SQA is the mapping of managerial precepts and design disciplines of quality assurance onto the applicable managerial and technological space of software engineering.”

5 SOFTWARE QUALITY ASSURANCE SQA encompasses; SQA encompasses;  A Quality Management Approach;  Effective Software Engineering Technology;  Formal Technical Reviews that are applied throughout the process;  A Multi-tiered Testing Strategy;

6 SOFTWARE QUALITY ASSURANCE  Control of Software Documentation and changes made to it;  A procedure to ensure compliance to software development standards;  Measurement and reporting mechanism;

7 SQA ACTIVITIES The SQA activities are divided between two groups; The SQA activities are divided between two groups;  Software Engineer who incorporate the quality into the design by using solid technical methods and procedures;  SQA Team, who is responsible for quality assurance planning, oversight, record keeping, analysis and reporting.

8 SOFTWARE STANDARDS One of the most important roles of the QA team is the development of product and process standards: One of the most important roles of the QA team is the development of product and process standards: b Product Standards: These define characteristics which all product components should exhibit. An example is- Review Form- which defines the information to be collected during review.

9 SOFTWARE STANDARDS b Process Standards: These define how the software process should be conducted.e.g. procedural definition of how design review should be conducted. These define how the software process should be conducted.e.g. procedural definition of how design review should be conducted.

10 Why Standards are important ? b They provide an encapsulation of best or at least most appropriate practice.This knowledge is often only acquired after a great deal of trial and error.Building it into standard avoids the repetition of past mistakes. b They provide a framework around which QA process may be implemented. b They assist in continuity where work carried out by one person is taken up and continued by another. They ensure that all SE follow the practice.

11 ISO9000 STANDARDS b The ISO 9000 standards have been adapted by many countries like Canada, Mexico,The United States and India and so on. b ISO 9001 STANDARD: This is the standard applicable to Software Engineering.The standard contains 20 requirements that must be present for an effective Quality assurance system. b The actual standard for Software Process is ISO 9001.3.

12 ISO 9001 REQUIREMENTS The requirements delineated by ISO 9001 address topics such as ; The requirements delineated by ISO 9001 address topics such as ;  Management Responsibilities;  Quality System;  Contact Review;  Process Control;

13 ISO 9001 REQUIREMENTS  Design Control;  Document and Data Control;  Corrective and preventive Actions;  Internal Quality Audits;

14 SQA ATTRIBUTES b ECONOMY b INTEGRITY b DOCUMENTATION b UNDERSTABILITY b FLEXIBILITY b INTEROPERABILITY b MODULARITY b CORRECTNESS  RELIABILITY b EVOLEVEBILITY b VALIDITY b GENERALITY b TESTABILITY b REUSABILITY b USABILITY b CLARITY b PORTABILITY b EFFICIENCY b RESILIENCE b MAINTAINABILITY Boehm et.al. (1978) suggest that quality criteria include, but not limited to, the attributes as shown;

15 CORRECTNESS :  The extent to which a software satisfies its specifications. A program is functionally correct, if it behaves according to the specifications of the functions it is suppose to provide, which are called functional requirements specifications.

16 RELIABILITY b Informally, software is reliable if the user can depend on it. The specialized literature on software reliability defines reliability in terms of statistical behavior, the probability that the software will operate as expected over a specified period of time.

17 ROBUSTNESS b A program is robust if it behaves “reasonably”, even in circumstances that were not anticipated in the requirements specifications, for example, it encounters incorrect input data or some hardware malfunction (disk crash). b A program that assumes perfect input and generates an unrecoverable run-time error, if user type some commands, will not be robust.

18 USER-FRIENDLYNESS b A software is user-friendly if its human interface is easy to use. An application that is designed using GUI concept will be more user friendly in comparison to that which uses text Commands to be typed from the key-board.  MSDOS Based:Not user friendly. Windows-Based:User-friendly.

19 VERIFIABILITY b A software is “verifiable” if its properties can be verified easily.For example it correctness can be verified. b A common technique for improving the verifiability is the use of “Software Monitors” that is, code inserted in the software to monitor various qualities such as performance or correctness. b Verifiability is an Internal Quality.

20 MAINTAINABILITY b Software Maintenance is commonly used to refer to the modifications that are to be made to software system after initial release and some user trial. b Maintenance used to be viewed as;  BUG-FIXING  ENHANCING THE PRODUCT CAPABILITY.

21 REUSABILITY b Reusability means to use the functions or objects or components written by other programmers in our program to achieve our goals and objectives in minimum possible time with optimum coding at our end.

22 EFFICIENCY b The amount of computing resources and code required by a software system to perform its intended functionality is called the efficiency of the system. b The efficiency comparison is done on standard hardware to make a fair decision.

23 ACCURACY AND ERROR TOLERANCE b The correctness in intended precision is called accuracy of the software system. b When program encounters an error, what is the limit / extent to which the program can tolerate this error (i.e. program is not damaged due to this error) is called error tolerance,

24 b The Software Quality Factor is defined as; Where C1, C2 … are Regression Coeff. Where C1, C2 … are Regression Coeff. M1,M2.. Are Software Metrics. M1,M2.. Are Software Metrics. SOFTWARE QUALITY FACTOR Fq = C1*M1+C2*M2+…….Cn* Mn.

25 SOFTWARE METRICS b A software metric is any measurement which relates to a software system, process or related documents. Examples are measures of the size of the product as; b Line of Code, b Fog Index of a product Manual, b The number of faults reported in the product, b The number of Man-Months required for development.

26 METRIC CATEGORIES  CONTROL METRICS: These are used by management to control the software process. Ex. are Efforts expended, elapsed time and disk usage. b PREDICTOR METRICS: These are measurements of a product attributes which can be used to predict associated product quality.Ex. are readability of manual,ease of operation and maintenance and so on.

27 SUMMARY b We have defined the SQA. b The attributes of SQA are explained. b Software ISO 9001 Standard was discussed. b Software Metrics were presented.  Control Metrics  Predictor Metrics


Download ppt "SOFTWARE QUALITY ASSURANCE SOFTWARE QUALITY ASSURANCE  DEFINITIONS OF SQA  SOFTWARE STANDARDS  Process Quality Assurance  Product Quality Assurance."

Similar presentations


Ads by Google