Which of the following is not a measure of software quality?
Accessibility is not a measure of software quality. But correctness, maintainability, integrity are measure of software quality.
Software quality:- the totality of functionality and features of a software product that bear on its ability to satisfy stated or implied needs.
Product operation factors:-correctness, reliability, efficiency, integrity, usability.
Correctness:- a system or software must function correctly. Correctness can be defined as the degree to which software performs its specified function.
Maintainability:- maintainability is defined as the ease with which a system can be maintained. It is an internal attribute of the system which cannot be measured directly. Instead, one can measure maintenance process attributes, such as the time required to make a change, which are influenced by software maintainability.
Integrity:- software integrity can be defined as the degree to which unauthorized access to the components of software can be controlled.