8.0k views
3 votes
Data flow testing is a control structure testing technique where the criteria used to design test cases is that they?

1) Rely on a basis path testing.
2) Exercise the logical conditions in a program module.
3) Select test paths based on the locations and users of variables.
4) Focus on testing the validity of loop constructs.

1 Answer

6 votes

Final answer:

Data flow testing is a control structure testing technique that focuses on exercising the logical conditions in a program module to design test cases. It selects test paths based on the locations and users of variables to ensure comprehensive testing.

Step-by-step explanation:

Data flow testing is a control structure testing technique that focuses on exercising the logical conditions in a program module to design test cases. It selects test paths based on the locations and users of variables to ensure comprehensive testing. However, it does not rely on basis path testing or specifically target the validity of loop constructs.

User Ernesto
by
8.5k points