(function(doc, html, url) { var widget = doc.createElement("div"); widget.innerHTML = html; var script = doc.currentScript; // e = a.currentScript; if (!script) { var scripts = doc.scripts; for (var i = 0; i < scripts.length; ++i) { script = scripts[i]; if (script.src && script.src.indexOf(url) != -1) break; } } script.parentElement.replaceChild(widget, script); }(document, '

Method for forecasting the level of software quality based on quality attributes

What is it about?

The paper develops the method for forecasting the level of software quality based on quality attributes. So, the proposed method makes it possible to compare the software requirements specifications (SRSs), to immediately refuse the realization of a software based on unsuccessful SRS (saving money and time, reducing the probability of failed and challenged projects), and to make a reasonable choice of the specification for the further implementation of a software with the highest quality (of course, if errors will not be introduced at subsequent stages of the soft-ware life cycle).

Why is it important?

The developed method differs from the known ones in that it provides forecasting the quality level of future software based on the processing the software quality attributes' values, which are available in the software requirements specification (SRS).

Read more on Kudos…
The following have contributed to this page:
Tetiana Hovorushchenko
' ,"url"));