"Software
Testing: Fundamental Principles and Essential Knowledge"
Errata
|
Change # |
Book Page |
Para- graph Number |
Line # from top of para. |
How text currently appears |
How
Text Should Appear |
Notes |
|
|
16 |
1 |
5 |
answer =a; |
answer = a; |
missing space after = sign |
|
|
17 |
2 |
3 |
how many methods are called by method in the
system, |
how
many methods are called by a method in the system, |
missing word "a" |
|
|
19 |
1 |
6 |
techniques which commonly used in a software
testing environment. |
techniques
which are commonly used in a software testing environment. |
missing word "are" |
|
|
24 |
1 |
8 & 9 |
{c,d,a,c} {c,d,c,a} |
{c,d,a,b} {c,d,b,a} |
two 'c' chars should be 'b' chars |
|
|
33 |
2 |
3,4,5,6 |
a. 36 test cases. b. 26 test cases. c. 81 test cases. d. 45 test cases. |
a.
36 pairs. b.
26 pairs. c.
81 pairs. d.
45 pairs. |
change 4 instances of "test cases" to
"pairs" |
|
|
37 |
(last) |
2 |
undertaking with defined start and finish that
creates a unique |
undertaking
with defined start and finish dates that create a unique |
missing word "dates" |
|
|
40 |
1 |
5 |
by multiplying the standard variance times the
statistical |
by multiplying the standard deviation times the
statistical |
word "variance" should be "deviation" |
|
|
42 |
2 |
3 |
software test documents, which of the following
documents would |
software test documents, in which of the following
documents would |
missing word "in" |
|
|
50 |
(last) |
11 |
position requires project management skills. |
position requires coding skills. |
"project management" should be
"coding" |
|
|
58 |
1 |
4 |
the combined process of internationalization and
globalization. Less often |
the combined process of internationalization and
localization. Less often |
"globalization" should be
"localization" |
|
|
58 |
(last) |
5 |
can then executed as is, replicating the |
can then be executed as is, replicating the |
missing word "be" |
|
|
65 |
4 |
3 |
a total of 232 = 4,294,967,296 possible |
a total of 232 = 4,294,967,296 possible |
the 32 part of 232 should be superscript |
|
|
65 |
(last) |
3 |
is not very efficient for data which transmitted
and |
is not very efficient for data which is transmitted
and |
missing word "is" |
|
|
70 |
5 |
1,2,3,4 |
a. http://localhost//buildPage.asp::name=Bay City::state=RI b.
http://localhost/buildPage.asp/name/Bay,City/state/RI c.
http://localhost/buildPage.asp?name=Bay+City&state=RI d.
http://localhost/buildPage.asp\\name,Bay%20City\\state,RI |
a. http://localhost//buildPage.asp::city=Bay
City::state=RI b. http://localhost/buildPage.asp/city/Bay,City/state/RI c. http://localhost/buildPage.asp?city=Bay+City&state=RI d. http://localhost/buildPage.asp\\city,Bay%20City\\state,RI |
"name" should be "city" (4 instances) |
|
|
70 |
(last) |
7 |
in situations where client a client Web browser
simply |
in situations where a client Web browser simply |
extra word "client" |
|
|
76 |
5 |
3 |
X:\> cd C:\ |
X:\> cd C:\Here |
missing word "Here" |
|
|
98 |
sec 3.1 |
|
d. A variation of the synchronize and stabilize
software development methodology paradigm. This is sometimes called the Microsoft Model, and
is often characterized by daily builds of the system under development. |
c.
A variation of the agile software development methodology paradigm. Although
agile software development methodologies can use formal documentation and
traditional project management techniques, in most cases they do not. |
"synchronize and stabilize" should be
"agile". The new 2nd sentence is completely different. |
|
|
102 |
sec 5.3 |
|
a. http://localhost//buildPage.asp::name=Bay
City::state=RI b.
http://localhost/buildPage.asp/name/Bay,City/state/RI c.
http://localhost/buildPage.asp?name=Bay+City&state=RI d.
http://localhost/buildPage.asp\\name,Bay%20City\\state,RI |
a. http://localhost//buildPage.asp::city=Bay
City::state=RI b. http://localhost/buildPage.asp/city/Bay,City/state/RI c. http://localhost/buildPage.asp?city=Bay+City&state=RI d. http://localhost/buildPage.asp\\city,Bay%20City\\state,RI |
Same change as #14 above: "name" should be
"city" (4 instances) |