Top 350+ Solved Software Testing MCQ Questions Answer
Q. Data flow testing is a control structure testing technique where the criteria used to design test cases is that they
a. Rely on basis path testing
b. Exercise the logical conditions in a program module
c. Select test paths based on the locations and uses of variables
d. Focus on testing the validity of loop constructs
Q. Loop testing is a control structure testing technique where the criteria used to design test cases is that they
a. Rely basis path testing
b. Exercise the logical conditions in a program module
c. Select test paths based on the locations and uses of variables
d. Focus on testing the validity of loop constructs
Q. An independent path is
a. Any path through DD path graph that introduces at least one new set of process statement or new condition
b. Any path through DD path graph that introduces at most one new set of process statement or new condition
c. Any path through DD path graph that introduces one and only one new set of process statement or new condition
d. None of the above