What is Cause-Effect Graphing?

Cause-Effect Graphing


 Cause-Effect Graphing uses a model of the logical relationships between causes and effects for the component.  Each cause is expressed as a condition, which is either true of false (i.e. a Boolean) on an input, or combination of inputs, to the component.  Each effect is expressed as a Boolean expression representing an outcome, or a combination of outcomes, for the component having occurred.

The model is typically represented as a Boolean graph relating the derived input and output Boolean expressions using the Boolean operators: AND, OR, NAND, NOR, NOT.  From this graph, or otherwise, a decision (binary truth) table representing the logical relationships between causes and effects is produced.
Test cases shall be designed to exercise rules, which define the relationship between the component's inputs and outputs, where each rule corresponds to a unique possible combination of inputs to the component that have been expressed as Booleans.

 For each test case the following shall be identified:

-  Boolean state (i.e. true or false) for each cause
         -  Boolean state for each effect.

Comments

  1. I found some cool exam papers for ISEB Software Testing which has all the questions and answers and full explanation for Cause-Effect Graphing @ www.iseb-sofwaretesting.weebly.com

    ReplyDelete
  2. Thanks you explained cause and effect really well.

    ReplyDelete

Post a Comment

Popular posts from this blog

What is LCSAJ Testing?

What is Syntax Testing?

ISTQB Dumps, Exam Paper 12: ISEB ISTQB Foundation Software Testing