InterviewSolution
Saved Bookmarks
| 1. |
What do you mean by Data flow testing? |
|
Answer» Data flow testing is a type of STRUCTURAL testing that is used to analyze the flow of data in the program. In this, a programmer can perform various tests on data values and variables. USING this testing, one can determine the variables that are used at every stage of the program’s control flow. It HELPS us in the following ways: |
|