| admin |
| Product Quality as a Tool of Exerting Influence upon Customer |
| May 07, 2009 00:00:00 | |
The term “quality assurance” (or simply QA) often is equated to “testing”. Actually, testing is only one of methods of quality assurance. Often it’s called “quality measurement tool”. In most cases testing prevents delivery of product errors to end customer. If properly used, testing should prevent the appearance of these errors itself, by analysis of error causes (from requirements to human element) and following elimination of it. This article shows how product quality, particularly defects, influences the end result. The end result is a satisfaction of customer. User doesn’t need to know about defectsAs said above, testing reduces the number of defects delivered to customer. In reality, defects in software are inevitable. And we must not be scared of it. It is well-known that something can’t be done right from the first time, especially if “something” is a complex system. Let’s take the car as an example. Multiple tens of people for multiple months shape the model before the first mass instance of the car is alight from the production line. At this stage the car has a lot of defects, which are being removed, to bring flawless car to customer. Nevertheless, defects are found even in new cars. Admittedly, number of defects in car on market is incomparable with number of defects in car on design stage. It is reasonable that software product is getting its shape before it is shown to customer.
Testing helps to prevent errors in the futureNowadays iterative and spiral development models are widely used. They assume gradual buildup and improvement of system. Such models most precisely represent the reality. It is always useful to hold on and analyze previous step before starting the next. The same in the software development. Developer should consider the experience of the previous runs. In the strict sense, after the developer has learned some programming technology and learned how to use it, he/she uses the same code constructions in different combination and with different content. If it is not remembered that one or another sequence or construction of code ineffective or risky, then we’ll be all in bumps stepping on the same rakes. It is not easy to notice our own mistakes. That is why independent testing is considered as one of the most effective way to increase the quality. It is easier for exterior person to find errors and defects. That is the human nature – to notice mostly negative. With the rational approach defects of the previous versions become advantage of the next versions. Almost everyone has to go through the errors because one profits by own mistakes. System in time or qualitative system?What is more important: to manage in time or to meet customer’s wishes? Often these two targets are incompatible, and in most cases the second depends on the first. If you don’t manage the project in time – the customer is dissatisfied. Circumstances change so fast that the customer needs the system here and now, in the future this system can be simply useless. However, reaching the first target is not a sufficient condition to reach the second one. Customer requires (beside the time constraints): completeness of functions implementation, compliance with non-functional characteristics (performance, reliability, usability, etc.) and even what wasn’t stated in specifications – namely customer’s own subjective expectations on product. The last constituent is hardly managed. But as regards specified requirements and common standards and rules, they are managed and are to be managed.
But how all this may influence on customer’s satisfaction? Easy! First of all, testing reduced the risk of incorrect implementation of the product, i.e. chances that customer gets exactly what he/she wanted. In the second place, testing saves product from defects, which will annoy users and customers. However, often testing doesn’t get proper attention or it starts too late, when fixing of all obtained defects doesn’t let the project manage in time.
Andrey Konushin, Test ManagerTags: Testing
|







