Java Reference
In-Depth Information
18. Regression testing involves repeating previously run tests to ensure that known
failures of prior versions do not appear in new versions of the software.
FURTHER READING
1. Barton P. Miller, Louis Fericksen, and Bryan So, ȒAn Empirical Study of
the Reliability of Unix Utilitiesȓ, Communications of the ACM, vol. 33,
no. 12 (December 1990), pp. 32ȋ44.
2. Peter J. Denning, Computers under Attack, Addison-Wesley, 1990.
3. Cliff Stoll, The Cuckoo's Egg, Doubleday, 1989.
4. Nancy G. Leveson and Clark S. Turner, ȒAn Investigation of the
Therac-25 Accidents,ȓ IEEE Computer, July 1993, pp. 18ȋ41.
CLASSES, OBJECTS, AND METHODS INTRODUCED IN THIS
CHAPTER
java.lang.Boolean
booleanValue
java.lang.Double
doubleValue
java.lang.Integer
intValue
java.lang.System
arraycopy
java.util.ArrayList<E>
add
get
remove
set
size
REVIEW EXERCISES
΢ Exercise R7.1. What is an index? What are the bounds of an array or array
list? What is a bounds error?
Search WWH ::




Custom Search