Cause effect graphing technique

ankush281290 18,068 views 12 slides Apr 21, 2012
Slide 1
Slide 1 of 12
Slide 1
1
Slide 2
2
Slide 3
3
Slide 4
4
Slide 5
5
Slide 6
6
Slide 7
7
Slide 8
8
Slide 9
9
Slide 10
10
Slide 11
11
Slide 12
12

About This Presentation

Mathematics Graphing Techniques


Slide Content

Software Testing

The basic notation for the graph is shown in fig. 8

© — (=) O S (=)

Basic cause effect graph symbols

Software Testing

The E constraint states that it must always be true that at most
one of c, or c, can be 1 (c, or c, cannot be 1 simultaneously). The
I constraint states that at least one of c,, c, and cz must always be
1 (c,, c, and cz cannot be O simultaneously). The O constraint
states that one, and only one, of c, and c, must be 1. The
constraint R states that, for c, to be 1, c, must be 1 (i.e. it is
impossible for c, to be 1 and c, to be 0),

Software Testing

N
Aa
“NS

E<Í of a
Exclusive = He E
Sc Ny
SON
Lo,

NS

Incluswe Ss

MN
-1c)
ey

Sf
Ye)
NS
One and only cne

Software Testing

Symbol for masks constraint

Software Testing

Myers explained this effectively with following example. “The characters in column 1
must be an A or B. The character in column 2 must be a digit. In this situation, the
file update is made. If the character in column 1 is incorrect, message x is issued. If
the character in column 2 is not a digit, message y is issued”.

: character in column 1 is A
: character in column 1 is B

: character in column 2 is a digit

: update made
message xis issued

: message y is issued

Software Testing

Software Testing

Sample cause effect graph with exclusive constraint
Tags