What is meaning of Quality in Software Testing?

What is quality of software Is it bug free software? Is this mean that bug free software is always quality software for user?


Views: 887 | Community Opinion: 2

Tags..  Software Testing Interview  Quality assurance  QA Interview

Bookmark this page..



Ask a New Question Go to Home

Community Opinion/Answers
 

Quality means “conformance to requirements”. In the context of software engineering, software quality measures how well software is designed and how well the software conforms to that design.

The testers can only catch defects that are contrary to specification. Testing does not make the software perfect. If an organization does not have good requirements engineering practices then it will be very hard to deliver software that fills the users needs, because the product team does not really know what those needs are.




anirudh girey Said..

With the help of testing, it is possible to measure the quality of software in terms of defects found,
for both functional and non-functional software requirements and characteristics (e.g., reliability,
usability, efficiency, maintainability and portability).

Testing can give confidence in the quality of the software if it finds few or no defects. A properly
designed test that passes reduces the overall level of risk in a system. When testing does find
defects, the quality of the software system increases when those defects are fixed.
Lessons should be learned from previous projects. By understanding the root causes of defects
found in other projects, processes can be improved, which in turn should prevent those defects from
reoccurring and, as a consequence, improve the quality of future systems. This is an aspect of
quality assurance.


http://anirudhgireydotnet.blogspot.com/2011/08/unix-interview-questions-and-answers.html






What do you think? Add your opinion/answer
*Name
*your opinion/answer: