Measuring of software quality
Measuring of software quality (automated). To increase software quality and safety there exist different kinds of testing methodology based on program code review (auditing). Review of the whole code is impossible because of high labor-intensiveness and that's why different methods of reducing the size of the analyzed code are used. Most often static code analyzers are used for this purpose as they single out bad code on the basis of specialized rules and metrics. It is in this case that the task of automated software quality measuring appears.
References
- Wikipedia. "Software quality"
- Rob Hendriks, Robert van Vonderen and Erik van Veenendaal. Measuring software product quality during testing
- Chidamber, S.R., Kemerer, C.F. 1994, "A Metric Suite for Object Oriented Design", IEEE Transactions on Software Engineering, vol. 20, no. 6, pp. 476-493.
- Terminology. Code review.
0