Computer Science, asked by kartikmistry5169, 1 year ago

Explain Condition testing and data flow testing with example.

Answers

Answered by snehasunil26
1

Data flow testing is a family of test strategies based on selecting paths through the program's control flow in order to explore sequences of events related to the status of variables or data objects. Dataflow Testing focuses on the points at which variables receive values and the points at which these values are use

Similar questions