Preface to the Second Edition |
|
xiii | |
Preface to the First Edition |
|
xxi | |
To the Instructor and the Reader |
|
xxv | |
Chapter 1 Introduction |
|
1 | (54) |
|
1.1 The Need For Software Engineering |
|
|
1 | (6) |
|
1.2 Are Software Teams Really Necessary? |
|
|
7 | (3) |
|
1.3 Goals Of Software Engineering |
|
|
10 | (1) |
|
1.4 Typical Software Engineering Tasks |
|
|
11 | (2) |
|
|
13 | (16) |
|
1.5.1 Classical Waterfall Model |
|
|
14 | (2) |
|
1.5.2 Rapid Prototyping Model |
|
|
16 | (5) |
|
|
21 | (3) |
|
1.5.4 Market-Driven Model Of Software Development |
|
|
24 | (1) |
|
1.5.5 Open Source Model Of Software Development |
|
|
25 | (2) |
|
1.5.6 Agile Programming Model Of Software Development |
|
|
27 | (1) |
|
1.5.7 Common Features Of All Models Of Software Development |
|
|
28 | (1) |
|
1.5.8 Software Evolution And The Decision To Buy Versus Build Versus Reuse Versus Reengineer |
|
|
28 | (1) |
|
1.6 Different Views Of Software Engineering Activities |
|
|
29 | (1) |
|
1.7 Software Engineering As An Engineering Discipline |
|
|
30 | (5) |
|
1.8 Some Techniques Of Software Engineering |
|
|
35 | (12) |
|
|
36 | (3) |
|
|
39 | (2) |
|
1.8.3 Computer-Aided Software Engineering (Case) |
|
|
41 | (4) |
|
|
45 | (1) |
|
1.8.5 Reviews And Inspections |
|
|
46 | (1) |
|
1.9 Standards Commonly Used For Software Development Processes |
|
|
47 | (2) |
|
1.10 Organization Of The Book |
|
|
49 | (1) |
|
|
50 | (1) |
|
|
51 | (1) |
|
|
52 | (3) |
Chapter 2 Project Management |
|
55 | (34) |
|
2.1 Subteams Needed In Software Engineering Projects |
|
|
57 | (4) |
|
2.2 Nature Of Project Teams |
|
|
61 | (2) |
|
|
63 | (2) |
|
2.4 Software Project Estimation |
|
|
65 | (9) |
|
|
74 | (3) |
|
|
77 | (1) |
|
2.7 Project Management Tools |
|
|
78 | (1) |
|
2.8 Role Of Networks In Project Management |
|
|
79 | (2) |
|
|
81 | (1) |
|
2.10 Case Study In Project Management For Agile Processes |
|
|
82 | (3) |
|
|
85 | (1) |
|
|
86 | (1) |
|
|
86 | (3) |
Chapter 3 Requirements |
|
89 | (68) |
|
3.1 Some Problems With Requirements Determination |
|
|
89 | (3) |
|
3.2 Requirements Elicitation |
|
|
92 | (5) |
|
3.3 Requirements Traceability |
|
|
97 | (2) |
|
3.4 Software Architectures And Requirements |
|
|
99 | (6) |
|
3.4.1 Use Of Data Abstraction And Information Hiding In Requirements Engineering |
|
|
100 | (2) |
|
3.4.2 Regrouping Requirements In Requirements Engineering |
|
|
102 | (2) |
|
3.4.3 Reuse Of Requirements In Requirements Engineering |
|
|
104 | (1) |
|
3.4.4 Automation Of The Requirements Engineering Process |
|
|
104 | (1) |
|
3.5 Use Cases In Requirements Engineering |
|
|
105 | (1) |
|
3.6 Reengineering System Requirements |
|
|
106 | (2) |
|
3.7 Assessment Of Feasibility Of System Requirements |
|
|
108 | (1) |
|
3.8 Usability Requirements |
|
|
109 | (6) |
|
3.9 Specifying Requirements Using State Diagrams And Decision Tables |
|
|
115 | (4) |
|
3.10 Specifying Requirements Using Petri Nets |
|
|
119 | (1) |
|
|
119 | (5) |
|
3.12 Some Metrics For Requirements |
|
|
124 | (4) |
|
3.13 The Requirements Review |
|
|
128 | (6) |
|
3.14 A Management Viewpoint |
|
|
134 | (2) |
|
3.15 Case Study Of A Management Perspective On Requirements In Agile Development |
|
|
136 | (3) |
|
3.16 The Major Project: Problem Statement |
|
|
139 | (1) |
|
3.17 The Major Project: Requirements Elicitation |
|
|
140 | (6) |
|
3.18 The Major Software Project: Requirements Analysis |
|
|
146 | (4) |
|
|
150 | (1) |
|
|
151 | (1) |
|
|
151 | (6) |
Chapter 4 Software Design |
|
157 | (70) |
|
|
157 | (2) |
|
4.2 Software Design Patterns |
|
|
159 | (4) |
|
4.3 Introduction To Software Design Representations |
|
|
163 | (6) |
|
4.4 Procedurally Oriented Design Representations |
|
|
169 | (5) |
|
4.5 Software Architectures |
|
|
174 | (3) |
|
4.6 Software Design Principles For Procedurally Oriented Programs |
|
|
177 | (3) |
|
|
180 | (3) |
|
4.8 Object-Oriented Design Representations |
|
|
183 | (2) |
|
4.9 Software Design Principles For Object-Oriented Programs |
|
|
185 | (4) |
|
|
189 | (2) |
|
|
191 | (5) |
|
|
196 | (2) |
|
4.13 Some Metrics For Design |
|
|
198 | (1) |
|
|
199 | (1) |
|
4.15 A Manager's Viewpoint Of Design |
|
|
200 | (1) |
|
4.16 Case Study Of Design In Agile Development |
|
|
201 | (1) |
|
4.17 Architecture Of The Major Software Engineering Project |
|
|
202 | (4) |
|
4.18 Preliminary Design Of The Major Software Project |
|
|
206 | (6) |
|
4.19 Subsystem Design For The Major Software Project |
|
|
212 | (5) |
|
4.20 Detailed Design For The Major Software Project |
|
|
217 | (1) |
|
|
218 | (3) |
|
|
221 | (1) |
|
|
221 | (6) |
Chapter 5 Coding |
|
227 | (40) |
|
5.1 Choice Of Programming Language |
|
|
227 | (3) |
|
|
230 | (7) |
|
|
237 | (2) |
|
5.4 Coding, Design, Requirements, And Change |
|
|
239 | (1) |
|
5.5 Coupling Can Be Dangerous |
|
|
240 | (5) |
|
|
245 | (4) |
|
5.7 Coding Reviews And Inspections |
|
|
249 | (1) |
|
5.8 Configuration Management |
|
|
249 | (5) |
|
5.9 A Management Perspective On Coding |
|
|
254 | (1) |
|
5.10 Case Study In Coding In Agile Development |
|
|
255 | (1) |
|
5.11 Coding Of The Major Software Project |
|
|
255 | (5) |
|
|
260 | (1) |
|
|
260 | (1) |
|
|
260 | (7) |
Chapter 6 Testing And Integration |
|
267 | (48) |
|
6.1 Types Of Software Testing |
|
|
269 | (2) |
|
6.2 Black-Box Module Testing |
|
|
271 | (3) |
|
6.3 White-Box Module Testing |
|
|
274 | (4) |
|
6.4 Reducing The Number Of Test Cases By Effective Test Strategies |
|
|
278 | (3) |
|
6.5 Testing Objects For Encapsulation And Completeness |
|
|
281 | (3) |
|
6.6 Testing Objects With Inheritance |
|
|
284 | (2) |
|
6.7 General Testing Issues For Object-Oriented Software |
|
|
286 | (2) |
|
6.8 Test Scripts, Test Harnesses, And Test Plans |
|
|
288 | (2) |
|
|
290 | (7) |
|
6.10 Cloud Computing And Software Integration: Software As A Service |
|
|
297 | (1) |
|
6.11 Managing Change In The Integration Process |
|
|
298 | (2) |
|
6.12 Performance And Stress Testing |
|
|
300 | (1) |
|
|
301 | (1) |
|
6.14 Software Reliability |
|
|
302 | (3) |
|
6.15 A Manager's Viewpoint On Testing And Integration |
|
|
305 | (2) |
|
6.16 Case Study In Testing And Integration In Agile Development |
|
|
307 | (1) |
|
6.17 Testing The Major Software Project |
|
|
308 | (1) |
|
6.18 Integrating The Major Software Project |
|
|
309 | (2) |
|
|
311 | (1) |
|
|
312 | (1) |
|
|
312 | (3) |
Chapter 7 Delivery, Installation, And Documentation |
|
315 | (20) |
|
|
315 | (6) |
|
|
321 | (2) |
|
|
323 | (1) |
|
7.4 Internal Documentation |
|
|
324 | (1) |
|
7.5 External Documentation |
|
|
325 | (1) |
|
|
326 | (1) |
|
7.7 Installation, User, Training, And Operations Manuals |
|
|
327 | (1) |
|
|
327 | (1) |
|
|
328 | (1) |
|
7.10 A Manager's View Of Delivery, Installation, And Documentation |
|
|
329 | (1) |
|
7.11 Case Study Of Delivery In Agile Development |
|
|
329 | (1) |
|
7.12 Delivery, Installation, And Documentation Of The Major Software Project |
|
|
330 | (1) |
|
|
331 | (1) |
|
|
332 | (1) |
|
|
332 | (3) |
Chapter 8 Maintenance And Software Evolution |
|
335 | (18) |
|
|
335 | (3) |
|
8.2 Corrective Software Maintenance |
|
|
338 | (5) |
|
8.3 Adaptive Software Maintenance |
|
|
343 | (3) |
|
8.4 How To Read Requirements, Designs, And Source Code |
|
|
346 | (1) |
|
8.5 A Manager's Perspective On Software Maintenance |
|
|
347 | (1) |
|
8.6 Maintenance Costs, Software Evolution, And The Decision To Buy Versus Build Versus Reuse Versus Reengineer |
|
|
347 | (3) |
|
8.7 Maintenance In Agile Development And The Total Life Cycle Costs |
|
|
350 | (1) |
|
8.8 Maintenance Of The Major Software Project |
|
|
350 | (1) |
|
|
|
|
351 | (1) |
|
|
351 | (2) |
Chapter 9 Research Issues In Software Engineering |
|
353 | (14) |
|
9.1 Some Important Research Problems In Software Engineering |
|
|
354 | (8) |
|
9.1.1 The Fundamental Question |
|
|
354 | (1) |
|
|
354 | (1) |
|
|
355 | (1) |
|
|
355 | (1) |
|
|
355 | (1) |
|
|
356 | (1) |
|
|
356 | (1) |
|
|
357 | (1) |
|
|
357 | (1) |
|
|
358 | (1) |
|
|
359 | (1) |
|
9.1.12 Languages And Efficiency |
|
|
359 | (1) |
|
9.1.13 Language Generators |
|
|
360 | (1) |
|
9.1.14 Inspections And Reviews |
|
|
360 | (1) |
|
9.1.15 Distributed Systems |
|
|
361 | (1) |
|
9.1.16 Software Project Management |
|
|
361 | (1) |
|
|
361 | (1) |
|
|
361 | (1) |
|
|
362 | (1) |
|
|
362 | (1) |
|
9.1.21 Configuration Management |
|
|
362 | (1) |
|
|
362 | (1) |
|
9.2 How To Read The Software Engineering Research Literature |
|
|
362 | (3) |
|
|
365 | (2) |
Appendix A: An Interesting Software Patent |
|
367 | (2) |
Appendix B: Command-Line Arguments |
|
369 | (4) |
Appendix C: Flowcharts |
|
373 | (2) |
References |
|
375 | (14) |
Trademarks And Service Marks |
|
389 | (2) |
Index |
|
391 | |