English 中文(简体)
How do ISO standards work (particularly ISO 9126) [closed]
原标题:

Closed. This question needs to be more focused. It is not currently accepting answers.


Want to improve this question? Update the question so it focuses on one problem only by editing this post.

Closed 3 years ago.

I m taking a course in software project management and right now I m writting a "quality plan"... We ve discussed ISOs in class, and I would particularly like my fake company to say the project complies with ISO norm 9126.

The thing is I don t really know what that means. Is it just something you say to your client, does your company need to be affiliated under some international organization for standard compliance, do you have to have your project audited? How does it work?

By the way, if you have any tips on what I can say I ll do to guarantee project quality, just tell me.

Edit I know what ISO 9126 is, what I don t know is who s is responsibly to certify you, how do auditory works, or if auditory is at all necessary (if the project is small does it suffices to show the client you met the goals you talked about when applying ISO 9126?)

最佳回答

ISO qualification is all about making sure your company does everything in it s power to ensure a quality product. Quality is a broad term, but in actuality, what an auditor usually looks for to see if your company is ready to be ISO certified, is that mechanisms are in place to guarantee that a product does does what you designed it to do, and that you have verified that before your product leaves the door.

These mechanisms can be all sorts of things... but really start with a design plan (a list of WHAT your product will do), and a test procedure/list (to see if your final product/output does what the design plan says the product will do when it is complete). A lot of companies have things in place between these two steps, but the input/output steps are most critical.

Does your shipped product do what you designed it to do?

An auditor has to come in to certify you. There are various companies that do this. You can not simply say you are "ISO 9xxx certified". The auditor will give you a certificate. There are different types of ISO certification. And even after the certification, you get re-audited to keep your certification. The goal being that your product and the processes that guarantee its quality improve over time.

问题回答

Wiki much? http://en.wikipedia.org/wiki/ISO_9126

Not sure but that looks to be a wealth of knowledge there on what you are asking.

ISO 9126 is an international standard for the evaluation of software quality. The fundamental objective of this standard is to address some of the well known human biases that can adversely affect the delivery and perception of a software development project. These biases include changing priorities after the start of a project or not having any clear definitions of "success". By clarifying, then agreeing on the project priorities and subsequently converting abstract priorities (compliance) to measurable values (output data can be validated against schema X with zero intervention), ISO 9126 tries to develop a common understanding of the project s objectives and goals.

The standard is divided into four parts:

  1. quality model
  2. external metrics
  3. internal metrics
  4. quality in use metrics.




相关问题
ISO/IEC Website and Charging for C and C++ Standards

The ISO C Standard (ISO/IEC 9899) and the ISO C++ Standard (ISO/IEC 14882) are not published online; instead, one must purchase the PDF for each of those standards. I am wondering what the rationale ...

Maven plugin for generating ISO file

Is there a maven plugin capable of generating ISO images? I need to take the output of some modules (mostly zip files containing jars) and combine them into a single ISO image. Thanks

What alternatives to __attribute__ exist on 64-bit kernels?

Is there any alternative to non-ISO gcc specific extension __attribute__ on 64-bit kernels ? Three types that i ve noticed are: function attributes, type attributes and variable attributes. eg. i d ...

Full statement from ISO 8583

I would like to know if it is possible to do a full statement (between a date range) through ISO 8583, I have seen ATMs which do full statements and was wondering what method they used. I know ...

python write CD/DVD iso file

I m making a cross-platform (Windows and OS X) with wxPython that will be compiled to exe later. Is it possible for me to create ISO files for CDs or DVDs in Python to burn a data disc with? Thanks, ...

How do ISO standards work (particularly ISO 9126) [closed]

I m taking a course in software project management and right now I m writting a "quality plan"... We ve discussed ISOs in class, and I would particularly like my fake company to say the project ...

热门标签