top of page
Search

HW26: Chapter 24

Updated: Oct 28, 2019

Ex 24.6

Q: Explain why program inspections are an effective technique for discovering errors in a program. What types of errors are unlikely to be discovered during inspections?


A: A person who performs inspections has never seen the project before. It is beneficial to have an outside eye look over your code. Inspections check system requirements, source code, sign models, and system tests. The main advantages to inspections are that just testing can mask errors, the ability to check quality attributes and incomplete versions of the system can be inspected at no additional cost.


Some errors that are unlikely to be discovered during the inspection would be package and dependency installations, compilation problems, and integration problems with other code.

1 view0 comments

Recent Posts

See All

HW23: Chapter 22

Ex 22.6 Q: Fixed-price contracts, where the contractor bids a fixed price to complete system development, may be used to move project risk from client to contractor. If anything goes wrong, the contra

HW27: Chapter 25

Ex 25.10 Q: Describe 5 factors that engineers should take into account doing the process of building a release of a large software system. A: When thinking about this answer I used the release of a ph

bottom of page