Define
State Transition Diagram
Cause Effect Graphing
Answers
Answer:
Cause Effect Graph is a black box testing technique. ... It is a testing technique that aids in choosing test cases that logically relate Causes (inputs) to Effects (outputs) to produce test cases. A “Cause” stands for a separate input condition that fetches about an internal change in the system.
Explanation:
thanks
Answer:
EFFECT=Cause Effect Graph is a black box testing technique that graphically illustrates the relationship between a given outcome and all the factors that influence the outcome.TRANSITION=State Transition testing, a black box testing technique, in which outputs are triggered by changes to the input conditions or changes to 'state' of the system. In other words, tests are designed to execute valid and invalid state transitions.