Software systems are an increasing part of life, from business applications (e.g. banking) toconsumer products (e.g. cars). Most people have had an experience with software that did not workas expected. Software that does not work correctly can lead to many problems, including loss ofmoney, time or business reputation, and could even cause injury or death.
A human being can make an error (mistake), which produces a defect (fault, bug) in the code, insoftware or a system, or in a document. If a defect in code is executed, the system will fail to dowhat it should do (or do something it shouldn’t), causing a failure. Defects in software, systems ordocuments may result in failures, but not all defects do so.Defects occur because human beings are fallible and because there is time pressure, complexcode, complexity of infrastructure, changed technologies, and/or many system interactions.Failures can be caused by environmental conditions as well: radiation, magnetism, electronic fields,and pollution can cause faults in firmware or influence the execution of software by changinghardware conditions.
Role of testing in software development, maintenance and operations(K2)Rigorous testing of systems and documentation can help to reduce the risk of problems occurringduring operation and contribute to the quality of the software system, if defects found are correctedbefore the system is released for operational use.Software testing may also be required to meet contractual or legal requirements, or industry-specificstandards.
Testing and quality 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 properlydesigned test that passes reduces the overall level of risk in a system. When testing does finddefects, 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 defectsfound in other projects, processes can be improved, which in turn should prevent those defects fromreoccurring and, as a consequence, improve the quality of future systems. This is an aspect of quality assurance.
Friday, September 5, 2008
Subscribe to:
Post Comments (Atom)
2 comments:
Nice Article
Here something is new to read and also some very good information...Please keep me updated as much as possible....
stress testing
Post a Comment