What is Data Flow Testing?

Data Flow Testing uses a model of the interactions between parts of a component connected by the flow of data as well as the flow of control.

Categories are assigned to variable occurrences in the component, where the category identifies the definition or the use of the variable at that point.  Definitions are variable occurrences where a variable is given a new value, and uses are variable occurrences where a variable is not given a new value, although uses can be further distinguished as either data definition P-uses or data definition C-uses.  Data definition P-uses occur in the predicate portion of a decision statement such as while .. do, if .. then .. else, etc.  Data definition C-uses are all others, including variable occurrences in the right hand side of an assignment statement, or an output statement.

The control flow model for the component is derived and the location and category of variable occurrences on it identified.
Test cases shall be designed to execute control flow paths between definitions and uses of variables in the component.

Each test case shall include:
-  the input(s) to the component;
-  locations of relevant variable definition and use pair(s);
-  control flow subpath(s) to be exercised;
- the expected outcome of the test case.

<

Comments

  1. Dataflow testing always comes up on the exam, but I think I've got all bases covered now. PS. downloaded the exam papers and it's awesome.

    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