![]()
Software Testing Techniques (by Boris Beizer)
spends a great deal of time in the testing and validation of their
software. The testing process, driven either by legal or financial
requirements, can be expensive and may thwart the planned deployment of
the application. Many studies indicate that the testing process can
even take three times as long as the actual coding itself. Indeed,
software development done under the ISO 9000 or FDA auspices can be
extremely time intensive.
This book gives a lengthy and fairly comprehensive overview of software
testing that emphasizes formal models for testing. In the introduction,
the author gives a general overview of the testing process and the
reasons and goals for testing. He carefully distinguishes between
testing and debugging, and advocates these as separate activities.
Testing according to the author is done to find bugs; whereas debugging
is done to find the origin of the bugs and fix them. The author
characterizes testing as either functional or structural. Functional
testing treats the program from the user's point of view, with inputs
given to the program, and then the outputs are checked for conformance
to a specified reference. Structural testing examines how the program
is implemented, in terms of programming style, design, etc. The notion
of an oracle is defined as any program or process that specifies the
expected outcome of a collection of tests. The author clearly
identifies and characterizes the different types of tests that arise in
development organizations, such as unit testing, regression testing,
stress testing, and integration testing.
In chapter 2, the
author classifies the different types of bugs that could arise in
program development. Bugs are classified according to functional,
structural, data, coding, system, and design and test bugs. He stresses
the need to not have a religious attitude about bugs, namely that all
software will have them to some degree, and therefore it is the quality
measure of the software that is important in deploying the application.
If a minor bug requires a major software rewrite for example, it would
not be advantageous to fix this bug.
Chapter 3 takes up the
notion of path testing, which, according to the author, is based on the
use of the program's flow control. The tester selects a set of test
paths through the program with the goal of executing every statement
and branch of the program at least once. The author summarizes well the
flowgraph and process block techniques used to implement path testing.
In chapter 4, the author introduces the concept of a transaction flow
as a representation of a system's processing. The flowgraphs developed
in chapter 3 are used here to create a transaction flowgraph for
functional testing. The transaction flow representation gives a way to
model the system's behavior. The author's treatment here is very
detailed, and he gives several useful tips on how to conduct this kind
of testing.
The next chapter covers the topic of data-flow
testing, where again flowgraphs are used, but this time the focus is on
exploring the things that can happen to data. Data objects should be
initialized prior to program execution, and selecting paths to insure
this is the goal of data testing. The author does a good job of
defining and characterizing data anomalies, and the strategies employed
in static and dynamic anomaly detection. This is followed by a good
overview of domain testing in chapter 6. This kind of testing, more
mathematical in nature than others, attempts to test whether the inputs
to programs are fulfilling some prior classification or specification.
The author uses concepts from vector spaces and convex geometry to
describe domain testing.
In chapter 7, several attempts are
discussed to quantify program complexity, such as Halstead's metrics
and token counts. This chapter is somewhat more theoretical at first
glance, but a lot of these ideas have found practical application in
development, particularly the measures for subroutine nesting. This is
followed in the next two chapters by more abstract discussion involving
paths, regular expression, and syntax testing. The discussion however
is useful, for it trains the reader about how to think about a program
in more general, linguistic terms. Such thinking is always useful when
attempting to show a particular program is acting in ways other than
that which it was designed for.
Logic-based testing, via
Boolean algebra, is the topic of chapter 10. The author uses
Karnaugh-Veitch charts to reduce the algebraic manipulations to a
useful graphical representation. Finite-state machines, so useful in
all areas of software engineering, are the topic of chapter 11. The
concepts are presented very effectively by the author, and the reader
should take away an appreciation of how these constructions are
employed in software testing.
The next chapter reads like one
straight out of a book on discrete geometry, wherein graph matrices are
employed to give matrix representations in software. Linked lists are
used to represent the graphs in a computer, and it is shown how testing
problems can be represented as a graph problem.
The last
chapter discusses how to implement software testing based on the
strategies discussed in the book. The three-phase test scenario is
described, namely unit, integration, and system testing. An overview of
commercial testing tools is also given, with CASE mentioned, but the
author chooses not to review the actual packages, citing the dynamic
nature of the commercial situation. However he does give a useful
discussion of the different characteristics of current testing tools.
| Number | Title | Author | Date | Votes | Views |
| 1424 |
Byte of Python
tanthanh
|
2020.05.28
|
Votes 0
|
Views 45535292
|
tanthanh | 2020.05.28 | 0 | 45535292 |
| 1423 |
Surviving the Top Ten Challenges of Software Testing: A People-Oriented Approach (2)
^Software^
|
2019.07.22
|
Votes 0
|
Views 45966221
|
^Software^ | 2019.07.22 | 0 | 45966221 |
| 1422 |
Jmeter Cookbook (1)
VTB
|
2019.06.27
|
Votes 0
|
Views 46398072
|
VTB | 2019.06.27 | 0 | 46398072 |
| 1421 |
Java Testing : Maven - Reference (315 Pages) (1)
IT-Tester
|
2019.06.26
|
Votes 0
|
Views 46267823
|
IT-Tester | 2019.06.26 | 0 | 46267823 |
| 1420 |
Java Testing : Maven Example (154 Pages)
IT-Tester
|
2019.06.26
|
Votes 0
|
Views 46268506
|
IT-Tester | 2019.06.26 | 0 | 46268506 |
| 1419 |
AGILE TESTING - EBOOK (2)
HenryChuks
|
2019.05.31
|
Votes 0
|
Views 45513381
|
HenryChuks | 2019.05.31 | 0 | 45513381 |
| 1418 |
“Software Testing Career Package – A Software Tester’s Journey from Getting a Job to Becoming a Test Leader!”
aiitistqb
|
2018.10.16
|
Votes 0
|
Views 45428101
|
aiitistqb | 2018.10.16 | 0 | 45428101 |
| 1417 |
Practical Software Testing – New FREE eBook [Download] (2)
aiitistqb
|
2018.10.16
|
Votes 0
|
Views 45459262
|
aiitistqb | 2018.10.16 | 0 | 45459262 |
| 1416 |
The Pathologies of Failed Test Automation Projects
aiitistqb
|
2018.10.16
|
Votes 0
|
Views 45318254
|
aiitistqb | 2018.10.16 | 0 | 45318254 |
| 1415 |
Selenium WebDriver Practical Guide (4)
meo meo con con
|
2018.06.16
|
Votes 0
|
Views 46094779
|
meo meo con con | 2018.06.16 | 0 | 46094779 |
| 1414 |
Python for Informatics
melassiri
|
2018.06.04
|
Votes 0
|
Views 45886570
|
melassiri | 2018.06.04 | 0 | 45886570 |
| 1413 |
Hacking - The Art of Exploitation (7)
ravisk
|
2018.03.25
|
Votes 0
|
Views 45487516
|
ravisk | 2018.03.25 | 0 | 45487516 |
| 1412 |
Instant Penetration Testing Setting Up a Test Lab How-to (1)
ravisk
|
2018.03.24
|
Votes 0
|
Views 44125169
|
ravisk | 2018.03.24 | 0 | 44125169 |
| 1411 |
Practical-Guide-to-Software-System-Testing (3)
ravisk
|
2018.03.24
|
Votes 1
|
Views 46954881
|
ravisk | 2018.03.24 | 1 | 46954881 |
| 1410 |
EFFORT estimation software (1)
ravisk
|
2018.03.24
|
Votes 0
|
Views 45784053
|
ravisk | 2018.03.24 | 0 | 45784053 |
| 1409 |
Lee Copeland. A Practitioner's Guide to Software Test Design (19)
Unbroken
|
2017.12.15
|
Votes 0
|
Views 45365839
|
Unbroken | 2017.12.15 | 0 | 45365839 |
| 1408 |
http response codes (3)
SV369
|
2017.12.14
|
Votes 0
|
Views 46303151
|
SV369 | 2017.12.14 | 0 | 46303151 |
| 1407 |
«Hacking Mobile Exposed, Security secrets and solutions» (5)
Unbroken
|
2017.12.08
|
Votes 0
|
Views 46089633
|
Unbroken | 2017.12.08 | 0 | 46089633 |
| 1406 |
James A. Whittaker «Exploratory software testing» (8)
Unbroken
|
2017.12.08
|
Votes 1
|
Views 45828590
|
Unbroken | 2017.12.08 | 1 | 45828590 |
| 1405 |
FOUNDATIONS OF SOFTWARE TESTING (6)
marklouis
|
2017.12.05
|
Votes 0
|
Views 45734753
|
marklouis | 2017.12.05 | 0 | 45734753 |
| 1404 |
Python for informatics (2)
TesterQA
|
2017.12.01
|
Votes 0
|
Views 45579877
|
TesterQA | 2017.12.01 | 0 | 45579877 |
| 1403 |
Selenium Testing Tool Cookbook (11)
liliam001
|
2017.11.14
|
Votes 0
|
Views 44990479
|
liliam001 | 2017.11.14 | 0 | 44990479 |
| 1402 |
What is SQL Injection? (4)
ArifBaba
|
2017.10.28
|
Votes 0
|
Views 45537468
|
ArifBaba | 2017.10.28 | 0 | 45537468 |
| 1401 |
Oracle Middleware Tuning (4)
gpratikg
|
2017.10.08
|
Votes 0
|
Views 45461053
|
gpratikg | 2017.10.08 | 0 | 45461053 |
| 1400 |
Microsoft SQL Server 2012 (3)
yoshiharra
|
2017.10.08
|
Votes 0
|
Views 45951136
|
yoshiharra | 2017.10.08 | 0 | 45951136 |
| 1399 |
visual studio c sharp
vikasrao
|
2017.09.24
|
Votes 0
|
Views 45570715
|
vikasrao | 2017.09.24 | 0 | 45570715 |
| 1398 |
How to Break Web Software: Functional and Security Testing of Web Applications and Web Services (7)
vikasrao
|
2017.09.24
|
Votes 0
|
Views 45368269
|
vikasrao | 2017.09.24 | 0 | 45368269 |
| 1397 |
The Art of Unit Testing with Examples in .NET
vikasrao
|
2017.09.24
|
Votes 0
|
Views 45474238
|
vikasrao | 2017.09.24 | 0 | 45474238 |
| 1396 |
Scrum (2)
dhoanglong91
|
2017.09.23
|
Votes 1
|
Views 44875386
|
dhoanglong91 | 2017.09.23 | 1 | 44875386 |
| 1395 |
Python for Unix and Linux System Administration
Crismachado
|
2017.09.22
|
Votes 0
|
Views 45274963
|
Crismachado | 2017.09.22 | 0 | 45274963 |
| 1394 |
Ruby Best Practices (3)
Crismachado
|
2017.09.22
|
Votes 0
|
Views 45096405
|
Crismachado | 2017.09.22 | 0 | 45096405 |
| 1393 |
Python in Practice (2)
ManhAnh
|
2017.09.05
|
Votes 0
|
Views 45630274
|
ManhAnh | 2017.09.05 | 0 | 45630274 |
| 1392 |
Practical Object-Oriented Design in Ruby (2)
ManhAnh
|
2017.09.05
|
Votes 0
|
Views 44350620
|
ManhAnh | 2017.09.05 | 0 | 44350620 |
| 1391 |
Practical Cassandra (2)
ManhAnh
|
2017.09.05
|
Votes 0
|
Views 46045541
|
ManhAnh | 2017.09.05 | 0 | 46045541 |
| 1390 |
Development with the Force.com Platform, 3rd Edition (2)
ManhAnh
|
2017.09.05
|
Votes 0
|
Views 46590575
|
ManhAnh | 2017.09.05 | 0 | 46590575 |
| 1389 |
Apache Cordova 3 Programming (2)
ManhAnh
|
2017.09.05
|
Votes 0
|
Views 45625962
|
ManhAnh | 2017.09.05 | 0 | 45625962 |
| 1388 |
Software Testing - Ron Patton (4)
bugdetective
|
2017.09.04
|
Votes 0
|
Views 46675236
|
bugdetective | 2017.09.04 | 0 | 46675236 |
| 1387 |
The Art of Software Testing, 2rd Edition (1)
bugdetective
|
2017.09.04
|
Votes 0
|
Views 45582351
|
bugdetective | 2017.09.04 | 0 | 45582351 |
| 1386 |
Explore It!
bugdetective
|
2017.09.04
|
Votes 1
|
Views 45088525
|
bugdetective | 2017.09.04 | 1 | 45088525 |
| 1385 |
NoSQl (1)
getmedude
|
2017.08.27
|
Votes 0
|
Views 46444391
|
getmedude | 2017.08.27 | 0 | 46444391 |
| 1384 |
Art of testing (10)
dktzm89
|
2017.08.16
|
Votes 0
|
Views 45789011
|
dktzm89 | 2017.08.16 | 0 | 45789011 |
| 1383 |
Perl Book (1)
Ravish24
|
2017.08.15
|
Votes 0
|
Views 45386974
|
Ravish24 | 2017.08.15 | 0 | 45386974 |
| 1382 |
Automation Testing (5)
Ravish24
|
2017.08.15
|
Votes 1
|
Views 47341069
|
Ravish24 | 2017.08.15 | 1 | 47341069 |
| 1381 |
Prince2 model chart
AllGreen
|
2017.08.09
|
Votes 0
|
Views 45116545
|
AllGreen | 2017.08.09 | 0 | 45116545 |
| 1380 |
Prince2 for Dummies
AllGreen
|
2017.08.09
|
Votes 0
|
Views 46363667
|
AllGreen | 2017.08.09 | 0 | 46363667 |
| 1379 |
Unix and Linux testing (2)
pavan765
|
2017.08.01
|
Votes 0
|
Views 46520167
|
pavan765 | 2017.08.01 | 0 | 46520167 |
| 1378 |
Practical Software Testing (6)
Administrator
|
2017.07.24
|
Votes 0
|
Views 45179652
|
Administrator | 2017.07.24 | 0 | 45179652 |
| 1377 |
Selenium Notes (1)
masterofall
|
2017.07.24
|
Votes 0
|
Views 46006363
|
masterofall | 2017.07.24 | 0 | 46006363 |
| 1376 |
Practical Software Testing
masterofall
|
2017.07.24
|
Votes 0
|
Views 46553369
|
masterofall | 2017.07.24 | 0 | 46553369 |
| 1375 |
Lead Generation for Dummies (2)
uday bhaskar
|
2017.07.20
|
Votes 0
|
Views 45835345
|
uday bhaskar | 2017.07.20 | 0 | 45835345 |
thanks
How can i download this ebook ?
I could not download the file. My point is 500. Please help me.
Download permission granted
How can i download this ebook? Please help me................................
Good book for ISTQB
how can i dwnld this?anyone plzzz help me.............
This is a "Book Intro" it's not an ebook.
I've been looking for this book from quite a time, please grant permission to download this book..
I will try to find this book,thanks for sharing
I have a paid membership and would like to download this ebook. How can I do it?
You can download. please try again.
Download is available.
Can i download this file? Please let me know as soon as possible
Now you can see the link to download.
Thanks for this book...
Tks for sharing
tks
excellent book