SlideShare a Scribd company logo
3
Most read
WWW.UNIVERSALEXAMS.COM

Software Testing Standards Overview
This document provides an overview of standards referenced from the ISEB Intermediate
Certificate in Software Testing Syllabus.

IEEE 1028 generic process for formal reviews
IEEE Std 1028 defines a common set of activities for "formal" reviews (with some variations,
especially for software audit). The sequence of activities is largely based on the software
inspection process originally developed at IBM by Michael Fagan. Differing types of review
may apply this structure with varying degrees of rigour, but all activities are mandatory for
inspection:
•

0. [Entry evaluation]: The Review Leader uses a standard checklist of entry criteria
to ensure that optimum conditions exist for a successful review.

•

1. Management preparation: Responsible management ensure that the review will
be appropriately resourced with staff, time, materials, and tools, and will be
conducted according to policies, standards, or other relevant criteria.

•

2. Planning the review: The Review Leader identifies or confirms the objectives of
the review, organises a team of Reviewers, and ensures that the team is equipped
with all necessary resources for conducting the review.

•

3. Overview of review procedures: The Review Leader, or some other qualified
person, ensures (at a meeting if necessary) that all Reviewers understand the review
goals, the review procedures, the materials available to them, and the procedures for
conducting the review.

•

4. [Individual] Preparation: The Reviewers individually prepare for group
examination of the work under review, by examining it carefully for anomalies
(potential defects), the nature of which will vary with the type of review and its goals.

•

5. [Group] Examination: The Reviewers meet at a planned time to pool the results
of their preparation activity and arrive at a consensus regarding the status of the
document (or activity) being reviewed.

•

6. Rework/follow-up: The Author of the work product (or other assigned person)
undertakes whatever actions are necessary to repair defects or otherwise satisfy the
requirements agreed to at the Examination meeting. The Review Leader verifies that
all action items are closed.

•

7. [Exit evaluation]: The Review Leader verifies that all activities necessary for
successful review have been accomplished, and that all outputs appropriate to the
type of review have been finalised.

Copyright © 2007 www.universalexams.com
WWW.UNIVERSALEXAMS.COM

ISO/IEC 12207
Software lifecycle processes are methods and standards for improving and mastering
development processes, supporting processes and management processes throughout the
software lifecycle.
The quest for the optimized mix of processes has resulted in different standards throughout
the history of software development. One of the latest which was published is the ISO/IEC
12207 standard. This standard was proposed in 1988 and published in August 1995. It was
created to establish a common international framework to acquire, supply, develop, operate,
and maintain software.
ISO/IEC 12207 consists of three types of processes:
•
•
•

Primary lifecycle processes;
Supporting lifecycle processes;
Organizational lifecycle processes.

Because the complete ISO/IEC 12207 standard is very elaborate this entry will only explain
some, more interesting, parts of the primary lifecycle processes.
In this entry the word “product” will be used instead of system, software product or software
service.

Primary lifecycle processes
The primary lifecycle processes contain the core processes involved in creating a software
product. These processes are divided into five different main processes:
•
•
•
•
•

Acquisition
Supply
Development
Operation
Maintenance

In the next chapters the activities and deliverables of the primary lifecycle processes are
presented.
Because the primary lifecycle processes cover a very large area a scope was defined. This
entry explains all the primary lifecycle processes but will explain the processes ‘Acquisition’
and ‘Development’ more extensively.

Copyright © 2007 www.universalexams.com
WWW.UNIVERSALEXAMS.COM
IEEE 829
IEEE 829-1998, also known as the 829 Standard for Software Test Documentation, is an
IEEE standard that specifies the form of a set of documents for use in eight defined stages of
software testing, each stage potentially producing its own separate type of document. The
standard specifies the format of these documents but does not stipulate whether they all must
be produced, nor does it include any criteria regarding adequate content for these documents.
These are a matter of judgment outside the purview of the standard. The documents are:
Test Plan: a management planning document that shows:
How the testing will be done (including SUT configurations).
Who will do it
What will be tested
How long it will take (although this may vary, depending upon resource availability).
What the test coverage will be, i.e. what quality level is required
Test Design Specification: detailing test conditions and the expected results as well as test
pass criteria.
Test Case Specification: specifying the test data for use in running the test conditions
identified in the Test Design Specification
Test Procedure Specification: detailing how to run each test, including any set-up
preconditions and the steps that need to be followed
Test Item Transmittal Report: reporting on when tested software components have
progressed from one stage of testing to the next
Test Log: recording which tests cases were run, who ran them, in what order, and whether
each test passed or failed
Test Incident Report: detailing, for any test that failed, the actual versus expected result, and
other information intended to throw light on why a test has failed. This document is
deliberately named as an incident report, and not a fault report. The reason is that a
discrepancy between expected and actual results can occur for a number of reasons other
than a fault in the system. These include the expected results being wrong, the test being run
wrongly, or inconsistency in the requirements meaning that more than one interpretation
could be made. The report consists of all details of the incident such as actual and expected
results, when it failed, and any supporting evidence that will help in its resolution. The report
will also include, if possible, an assessment of the impact upon testing of an incident.
Test Summary Report: A management report providing any important information uncovered
by the tests accomplished, and including assessments of the quality of the testing effort, the
quality of the software system under test, and statistics derived from Incident Reports. The
report also records what testing was done and how long it took, in order to improve any future
test planning. This final document is used to indicate whether the software system under test
is fit for purpose according to whether or not it has met acceptance criteria defined by project
stakeholders.

Copyright © 2007 www.universalexams.com
WWW.UNIVERSALEXAMS.COM
ISO 9126
ISO 9126 is an international standard for the evaluation of software. It will be overseen by the
project SQuaRE, ISO 25000:2005, which follows the same general concepts.
The standard is divided into four parts which addresses, respectively, the following subjects:
quality model; external metrics; internal metrics; and quality in use metrics.
The quality model established in the first part of the standard, ISO 9126-1, classifies software
quality in a structured set of characteristics and sub-characteristics as follows:
•

Functionality - A set of attributes that bear on the existence of a set of functions and
their specified properties. The functions are those that satisfy stated or implied needs.
o Suitability
o Accuracy
o Interoperability
o Compliance
o Security

•

Reliability - A set of attributes that bear on the capability of software to maintain its
level of performance under stated conditions for a stated period of time.
o Maturity
o Recoverability
o Fault Tolerance

•

Usability - A set of attributes that bear on the effort needed for use, and on the
individual assessment of such use, by a stated or implied set of users.
o Learnability
o Understandability
o Operability

•

Efficiency - A set of attributes that bear on the relationship between the level of
performance of the software and the amount of resources used, under stated
conditions.
o Time Behaviour
o Resource Behaviour

•

Maintainability - A set of attributes that bear on the effort needed to make specified
modifications.
o Stability
o Analyzability
o Changeability
o Testability

•

Portability - A set of attributes that bear on the ability of software to be transferred
from one environment to another.
o Installability
o Replaceability
o Adaptability

Copyright © 2007 www.universalexams.com
WWW.UNIVERSALEXAMS.COM

The sub-characteristic Conformance is not listed above and applies to all characteristics.
Examples are conformance to legislation concerning Usability or Reliability.
Each quality sub-characteristic (as adaptability) is further divided into attributes. An attribute is
an entity which can be verified or measured in the software product. Attributes are not defined
in the standard, as they vary between different software products.
Software product is defined in a broad sense: it encompasses executables, source code,
architecture descriptions, and so on. As a result, the notion of user extends to operators as
well as to programmers, which are users of components as software libraries.
The standard provides a framework for organizations to define a quality model for a software
product. On doing so, however, it leaves up to each organization the task of specifying
precisely its own model. This may be done, for example, by specifying target values for
quality metrics which evaluates the degree of presence of quality attributes.
Internal metrics are those which do not rely on software execution (static measures).
External metrics are applicable to running software.
Quality in use metrics are only available when the final product is used in real conditions.
Ideally, the internal quality determines the external quality and external quality determines
quality in use.
This standard stems from the model established in 1977 by McCall and his colleagues, who
proposed a model to specify software quality. The McCall quality model is organized around
three types of Quality Characteristics:
•
•
•

Factors (To specify): They describe the external view of the software, as viewed by
the users.
Criteria (To build): They describe the internal view of the software, as seen by the
developer.
Metrics (To control): They are defined and used to provide a scale and method for
measurement.

ISO 9126 distinguishes between a defect and a nonconformity, a defect being The
nonfulfilment of intended usage requirements, whereas a nonconformity is The nonfulfilment
of specified requirements. A similar distinction is made between validation and verification,
known as V&V in the testing trade.

Copyright © 2007 www.universalexams.com
WWW.UNIVERSALEXAMS.COM
BS 7925-1
BS 7925-1 is a Glossary of Software Testing Terms, along with its partner BS 7925-2
Software component testing.
The standard was developed by the Testing Standards Working Party and published in
August 1998. This is a volunteer group devoted to the development of new software testing
standards and sponsored by the BCS SIGiST (British Computer Society Specialist Interest
Group in Software Testing).
The standard may be ordered from BSI but it is not cheap. Alternatively, free copies of the
latest draft SIGIST standard and an up-to-date 'living' Glossary can be downloaded from the
Testing Standards website.

BS 7925-2
BS 7925-2 is the Software Component Testing Standard, along with its partner BS 7925-1
which is a Glossary of Software Testing Terms.
The standard was developed by the Testing Standards Working Party and published in
August 1998. This is a volunteer group devoted to the development of new software testing
standards and sponsored by the BCS SIGiST (British Computer Society Specialist Interest
Group in Software Testing).
The standard may be ordered from BSI but it is not cheap. Alternatively, free copies of the
latest draft SIGIST standard and an up-to-date 'living' Glossary can be downloaded from the
Testing Standards website.

Other standards that may be of interest are:
•
•
•
•
•
•
•
•
•
•

IEEE 1008, a standard for unit testing
IEEE 1012, a standard for Software Verification and Validation
IEEE 1028, a standard for software inspections
IEEE 1044, a standard for the classification of software anomalies
IEEE 1044-1, a guide to the classification of software anomalies
IEEE 1233, a guide for developing system requirements specifications
IEEE 730, a standard for software quality assurance plans
IEEE 1061, a standard for software quality metrics and methodology
BSS 7925-1, a vocabulary of terms used in software testing
BSS 7925-2, a standard for software component testing

Copyright © 2007 www.universalexams.com

More Related Content

PDF
Avaya Aura Messaging Portfolio
PDF
Microsoft Licensing Overview
PPTX
ISO13485 Awareness Training (9-10th November 2021).pptx
PDF
China medical device approval chart - EMERGO
PPT
ISO 17025
PPTX
Annual support & maintenance program
PPTX
FDA and Medical Device Reporting
PPTX
ISO 13485:2016 QMS
Avaya Aura Messaging Portfolio
Microsoft Licensing Overview
ISO13485 Awareness Training (9-10th November 2021).pptx
China medical device approval chart - EMERGO
ISO 17025
Annual support & maintenance program
FDA and Medical Device Reporting
ISO 13485:2016 QMS

What's hot (20)

PDF
Medical Device Software
PDF
Understanding IEC 62304
PDF
Building a QMS for Your SaMD Part II
PPTX
ISO Standard 13485
PDF
IEC 62304 Action List
PPTX
Qms ISO 13485 2016 short overview
PDF
How to Simplify Your Compliance to the New ISO 13485:2016
PPT
Documentation and document control
PDF
Chapter 6 - Test Tools Considerations V4.0
PDF
Design of Industrial Automation Functional Specifications for PLCs, DCs and S...
PPTX
Software as a Medical Device (SaMD).pptx
PDF
ISTQB Foundation Level Mock Exam 1
PDF
Internal audit-checklist-example
PDF
Understanding the New ISO 13485:2016 Revision
PDF
ISTQB Agile Technical Tester Sample Question Paper
PPTX
Form_FDA_3454 in Clinical Trials I Clinical Research.pptx
PDF
Iso 17025 standard
PDF
How to Implement ISO 13485 Updates
PDF
ISO 13485.2016 Training (Sample)
DOC
ISO 13485-2003 Generic Checklist.doc
Medical Device Software
Understanding IEC 62304
Building a QMS for Your SaMD Part II
ISO Standard 13485
IEC 62304 Action List
Qms ISO 13485 2016 short overview
How to Simplify Your Compliance to the New ISO 13485:2016
Documentation and document control
Chapter 6 - Test Tools Considerations V4.0
Design of Industrial Automation Functional Specifications for PLCs, DCs and S...
Software as a Medical Device (SaMD).pptx
ISTQB Foundation Level Mock Exam 1
Internal audit-checklist-example
Understanding the New ISO 13485:2016 Revision
ISTQB Agile Technical Tester Sample Question Paper
Form_FDA_3454 in Clinical Trials I Clinical Research.pptx
Iso 17025 standard
How to Implement ISO 13485 Updates
ISO 13485.2016 Training (Sample)
ISO 13485-2003 Generic Checklist.doc
Ad

Viewers also liked (20)

PDF
Statement Testing and Statement Coverage. ISTQB whitebox techniques with Test...
PPTX
ISTQB in a Nutshell (February 2015)
PDF
ISTQB REX BLACK book
PDF
K. makuch informatyzacja ochrony zdrowia w perspektywie do roku 2020
PDF
Rewitalizacja vs recykling (Krzysztof Kalitko)
PDF
Aplikacje Direct3D
PPT
Hupp 11
PPT
Viewpoint-based Test Requirement Analysis Modeling and Test Architectural D...
PDF
Praktyczny pomocnik-procesowy
PDF
Obywatel w post-cywilnym-calosc (1)
PDF
Tensile tester (gp series)
DOCX
Quality iso-ieee-standards
PPTX
Safe ratings and testing standards
PDF
Topic 5 chapter 6
PPTX
Standards and testing in Korea
PPT
Testing Standards
PDF
4 tension test
PDF
Topic 5 chapter 5
PPT
OpenStand – Principles for Open Standards and Open Development
PDF
Topic 5 chapter 3
Statement Testing and Statement Coverage. ISTQB whitebox techniques with Test...
ISTQB in a Nutshell (February 2015)
ISTQB REX BLACK book
K. makuch informatyzacja ochrony zdrowia w perspektywie do roku 2020
Rewitalizacja vs recykling (Krzysztof Kalitko)
Aplikacje Direct3D
Hupp 11
Viewpoint-based Test Requirement Analysis Modeling and Test Architectural D...
Praktyczny pomocnik-procesowy
Obywatel w post-cywilnym-calosc (1)
Tensile tester (gp series)
Quality iso-ieee-standards
Safe ratings and testing standards
Topic 5 chapter 6
Standards and testing in Korea
Testing Standards
4 tension test
Topic 5 chapter 5
OpenStand – Principles for Open Standards and Open Development
Topic 5 chapter 3
Ad

Similar to Testing Standards List (20)

PPTX
Testing throughout the software life cycle - Testing & Implementation
DOC
Test plan
PPTX
SOFTWARE TESTING unit 1 types of software testing.pptx
PPT
QACampus PPT (STLC)
PDF
Best software testing course
PDF
PPT
Manual testing concepts course 1
PDF
Software Testing and Quality Assurance Assignment 3
PPT
Slides chapters 26-27
PPTX
Testing throughout the software life cycle
DOC
38475471 qa-and-software-testing-interview-questions-and-answers
PPTX
Quality Assurance and Testing services
PPT
Test planning.ppt
PPTX
Unit 3 for st
DOCX
SRE UNIT 5 BUILDING THE RIGHT SYSTEM.docx
PPTX
Testing throughout the software life cycle 2
PPT
Module-4 PART-2&3.ppt
PPTX
Testing throughout the software life cycle 2
PPTX
730-214 - IEEE Standard for Software Quality Assurance.pptx
PPTX
Testing throughout the software life cycle
Testing throughout the software life cycle - Testing & Implementation
Test plan
SOFTWARE TESTING unit 1 types of software testing.pptx
QACampus PPT (STLC)
Best software testing course
Manual testing concepts course 1
Software Testing and Quality Assurance Assignment 3
Slides chapters 26-27
Testing throughout the software life cycle
38475471 qa-and-software-testing-interview-questions-and-answers
Quality Assurance and Testing services
Test planning.ppt
Unit 3 for st
SRE UNIT 5 BUILDING THE RIGHT SYSTEM.docx
Testing throughout the software life cycle 2
Module-4 PART-2&3.ppt
Testing throughout the software life cycle 2
730-214 - IEEE Standard for Software Quality Assurance.pptx
Testing throughout the software life cycle

More from Professional Testing (20)

PDF
Electronic Sign
PDF
PDF
Applicant and Employer
PDF
Foss in history
PDF
Hard Web Testing
PDF
Software Libre
PDF
Images Fromats for Social Media
PDF
Bugs in Software
PDF
Images Formats
PDF
Applicant and Employes
PDF
PDF
State of Testing
PDF
PDF
Bugs in sofware
PDF
Software Libre
PDF
Foss in history
PDF
Electronic Sign
PDF
Fundamentos de Pruebas de Software
PDF
Fundamentos de Pruebas de Software
Electronic Sign
Applicant and Employer
Foss in history
Hard Web Testing
Software Libre
Images Fromats for Social Media
Bugs in Software
Images Formats
Applicant and Employes
State of Testing
Bugs in sofware
Software Libre
Foss in history
Electronic Sign
Fundamentos de Pruebas de Software
Fundamentos de Pruebas de Software

Recently uploaded (20)

PDF
Machine learning based COVID-19 study performance prediction
PDF
Dropbox Q2 2025 Financial Results & Investor Presentation
PDF
Empathic Computing: Creating Shared Understanding
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
The Rise and Fall of 3GPP – Time for a Sabbatical?
PPTX
Cloud computing and distributed systems.
PPTX
Big Data Technologies - Introduction.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PPTX
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
PDF
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
PDF
Network Security Unit 5.pdf for BCA BBA.
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PDF
Mobile App Security Testing_ A Comprehensive Guide.pdf
PDF
CIFDAQ's Market Insight: SEC Turns Pro Crypto
PDF
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
PDF
Advanced methodologies resolving dimensionality complications for autism neur...
PDF
NewMind AI Monthly Chronicles - July 2025
Machine learning based COVID-19 study performance prediction
Dropbox Q2 2025 Financial Results & Investor Presentation
Empathic Computing: Creating Shared Understanding
Chapter 3 Spatial Domain Image Processing.pdf
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
20250228 LYD VKU AI Blended-Learning.pptx
The Rise and Fall of 3GPP – Time for a Sabbatical?
Cloud computing and distributed systems.
Big Data Technologies - Introduction.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PA Analog/Digital System: The Backbone of Modern Surveillance and Communication
How UI/UX Design Impacts User Retention in Mobile Apps.pdf
Network Security Unit 5.pdf for BCA BBA.
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Building Integrated photovoltaic BIPV_UPV.pdf
Mobile App Security Testing_ A Comprehensive Guide.pdf
CIFDAQ's Market Insight: SEC Turns Pro Crypto
Blue Purple Modern Animated Computer Science Presentation.pdf.pdf
Advanced methodologies resolving dimensionality complications for autism neur...
NewMind AI Monthly Chronicles - July 2025

Testing Standards List

  • 1. WWW.UNIVERSALEXAMS.COM Software Testing Standards Overview This document provides an overview of standards referenced from the ISEB Intermediate Certificate in Software Testing Syllabus. IEEE 1028 generic process for formal reviews IEEE Std 1028 defines a common set of activities for "formal" reviews (with some variations, especially for software audit). The sequence of activities is largely based on the software inspection process originally developed at IBM by Michael Fagan. Differing types of review may apply this structure with varying degrees of rigour, but all activities are mandatory for inspection: • 0. [Entry evaluation]: The Review Leader uses a standard checklist of entry criteria to ensure that optimum conditions exist for a successful review. • 1. Management preparation: Responsible management ensure that the review will be appropriately resourced with staff, time, materials, and tools, and will be conducted according to policies, standards, or other relevant criteria. • 2. Planning the review: The Review Leader identifies or confirms the objectives of the review, organises a team of Reviewers, and ensures that the team is equipped with all necessary resources for conducting the review. • 3. Overview of review procedures: The Review Leader, or some other qualified person, ensures (at a meeting if necessary) that all Reviewers understand the review goals, the review procedures, the materials available to them, and the procedures for conducting the review. • 4. [Individual] Preparation: The Reviewers individually prepare for group examination of the work under review, by examining it carefully for anomalies (potential defects), the nature of which will vary with the type of review and its goals. • 5. [Group] Examination: The Reviewers meet at a planned time to pool the results of their preparation activity and arrive at a consensus regarding the status of the document (or activity) being reviewed. • 6. Rework/follow-up: The Author of the work product (or other assigned person) undertakes whatever actions are necessary to repair defects or otherwise satisfy the requirements agreed to at the Examination meeting. The Review Leader verifies that all action items are closed. • 7. [Exit evaluation]: The Review Leader verifies that all activities necessary for successful review have been accomplished, and that all outputs appropriate to the type of review have been finalised. Copyright © 2007 www.universalexams.com
  • 2. WWW.UNIVERSALEXAMS.COM ISO/IEC 12207 Software lifecycle processes are methods and standards for improving and mastering development processes, supporting processes and management processes throughout the software lifecycle. The quest for the optimized mix of processes has resulted in different standards throughout the history of software development. One of the latest which was published is the ISO/IEC 12207 standard. This standard was proposed in 1988 and published in August 1995. It was created to establish a common international framework to acquire, supply, develop, operate, and maintain software. ISO/IEC 12207 consists of three types of processes: • • • Primary lifecycle processes; Supporting lifecycle processes; Organizational lifecycle processes. Because the complete ISO/IEC 12207 standard is very elaborate this entry will only explain some, more interesting, parts of the primary lifecycle processes. In this entry the word “product” will be used instead of system, software product or software service. Primary lifecycle processes The primary lifecycle processes contain the core processes involved in creating a software product. These processes are divided into five different main processes: • • • • • Acquisition Supply Development Operation Maintenance In the next chapters the activities and deliverables of the primary lifecycle processes are presented. Because the primary lifecycle processes cover a very large area a scope was defined. This entry explains all the primary lifecycle processes but will explain the processes ‘Acquisition’ and ‘Development’ more extensively. Copyright © 2007 www.universalexams.com
  • 3. WWW.UNIVERSALEXAMS.COM IEEE 829 IEEE 829-1998, also known as the 829 Standard for Software Test Documentation, is an IEEE standard that specifies the form of a set of documents for use in eight defined stages of software testing, each stage potentially producing its own separate type of document. The standard specifies the format of these documents but does not stipulate whether they all must be produced, nor does it include any criteria regarding adequate content for these documents. These are a matter of judgment outside the purview of the standard. The documents are: Test Plan: a management planning document that shows: How the testing will be done (including SUT configurations). Who will do it What will be tested How long it will take (although this may vary, depending upon resource availability). What the test coverage will be, i.e. what quality level is required Test Design Specification: detailing test conditions and the expected results as well as test pass criteria. Test Case Specification: specifying the test data for use in running the test conditions identified in the Test Design Specification Test Procedure Specification: detailing how to run each test, including any set-up preconditions and the steps that need to be followed Test Item Transmittal Report: reporting on when tested software components have progressed from one stage of testing to the next Test Log: recording which tests cases were run, who ran them, in what order, and whether each test passed or failed Test Incident Report: detailing, for any test that failed, the actual versus expected result, and other information intended to throw light on why a test has failed. This document is deliberately named as an incident report, and not a fault report. The reason is that a discrepancy between expected and actual results can occur for a number of reasons other than a fault in the system. These include the expected results being wrong, the test being run wrongly, or inconsistency in the requirements meaning that more than one interpretation could be made. The report consists of all details of the incident such as actual and expected results, when it failed, and any supporting evidence that will help in its resolution. The report will also include, if possible, an assessment of the impact upon testing of an incident. Test Summary Report: A management report providing any important information uncovered by the tests accomplished, and including assessments of the quality of the testing effort, the quality of the software system under test, and statistics derived from Incident Reports. The report also records what testing was done and how long it took, in order to improve any future test planning. This final document is used to indicate whether the software system under test is fit for purpose according to whether or not it has met acceptance criteria defined by project stakeholders. Copyright © 2007 www.universalexams.com
  • 4. WWW.UNIVERSALEXAMS.COM ISO 9126 ISO 9126 is an international standard for the evaluation of software. It will be overseen by the project SQuaRE, ISO 25000:2005, which follows the same general concepts. The standard is divided into four parts which addresses, respectively, the following subjects: quality model; external metrics; internal metrics; and quality in use metrics. The quality model established in the first part of the standard, ISO 9126-1, classifies software quality in a structured set of characteristics and sub-characteristics as follows: • Functionality - A set of attributes that bear on the existence of a set of functions and their specified properties. The functions are those that satisfy stated or implied needs. o Suitability o Accuracy o Interoperability o Compliance o Security • Reliability - A set of attributes that bear on the capability of software to maintain its level of performance under stated conditions for a stated period of time. o Maturity o Recoverability o Fault Tolerance • Usability - A set of attributes that bear on the effort needed for use, and on the individual assessment of such use, by a stated or implied set of users. o Learnability o Understandability o Operability • Efficiency - A set of attributes that bear on the relationship between the level of performance of the software and the amount of resources used, under stated conditions. o Time Behaviour o Resource Behaviour • Maintainability - A set of attributes that bear on the effort needed to make specified modifications. o Stability o Analyzability o Changeability o Testability • Portability - A set of attributes that bear on the ability of software to be transferred from one environment to another. o Installability o Replaceability o Adaptability Copyright © 2007 www.universalexams.com
  • 5. WWW.UNIVERSALEXAMS.COM The sub-characteristic Conformance is not listed above and applies to all characteristics. Examples are conformance to legislation concerning Usability or Reliability. Each quality sub-characteristic (as adaptability) is further divided into attributes. An attribute is an entity which can be verified or measured in the software product. Attributes are not defined in the standard, as they vary between different software products. Software product is defined in a broad sense: it encompasses executables, source code, architecture descriptions, and so on. As a result, the notion of user extends to operators as well as to programmers, which are users of components as software libraries. The standard provides a framework for organizations to define a quality model for a software product. On doing so, however, it leaves up to each organization the task of specifying precisely its own model. This may be done, for example, by specifying target values for quality metrics which evaluates the degree of presence of quality attributes. Internal metrics are those which do not rely on software execution (static measures). External metrics are applicable to running software. Quality in use metrics are only available when the final product is used in real conditions. Ideally, the internal quality determines the external quality and external quality determines quality in use. This standard stems from the model established in 1977 by McCall and his colleagues, who proposed a model to specify software quality. The McCall quality model is organized around three types of Quality Characteristics: • • • Factors (To specify): They describe the external view of the software, as viewed by the users. Criteria (To build): They describe the internal view of the software, as seen by the developer. Metrics (To control): They are defined and used to provide a scale and method for measurement. ISO 9126 distinguishes between a defect and a nonconformity, a defect being The nonfulfilment of intended usage requirements, whereas a nonconformity is The nonfulfilment of specified requirements. A similar distinction is made between validation and verification, known as V&V in the testing trade. Copyright © 2007 www.universalexams.com
  • 6. WWW.UNIVERSALEXAMS.COM BS 7925-1 BS 7925-1 is a Glossary of Software Testing Terms, along with its partner BS 7925-2 Software component testing. The standard was developed by the Testing Standards Working Party and published in August 1998. This is a volunteer group devoted to the development of new software testing standards and sponsored by the BCS SIGiST (British Computer Society Specialist Interest Group in Software Testing). The standard may be ordered from BSI but it is not cheap. Alternatively, free copies of the latest draft SIGIST standard and an up-to-date 'living' Glossary can be downloaded from the Testing Standards website. BS 7925-2 BS 7925-2 is the Software Component Testing Standard, along with its partner BS 7925-1 which is a Glossary of Software Testing Terms. The standard was developed by the Testing Standards Working Party and published in August 1998. This is a volunteer group devoted to the development of new software testing standards and sponsored by the BCS SIGiST (British Computer Society Specialist Interest Group in Software Testing). The standard may be ordered from BSI but it is not cheap. Alternatively, free copies of the latest draft SIGIST standard and an up-to-date 'living' Glossary can be downloaded from the Testing Standards website. Other standards that may be of interest are: • • • • • • • • • • IEEE 1008, a standard for unit testing IEEE 1012, a standard for Software Verification and Validation IEEE 1028, a standard for software inspections IEEE 1044, a standard for the classification of software anomalies IEEE 1044-1, a guide to the classification of software anomalies IEEE 1233, a guide for developing system requirements specifications IEEE 730, a standard for software quality assurance plans IEEE 1061, a standard for software quality metrics and methodology BSS 7925-1, a vocabulary of terms used in software testing BSS 7925-2, a standard for software component testing Copyright © 2007 www.universalexams.com