1.For the piece of code shown below show def-clear paths.
2. Write a function in C such that the all-uses coverage criterion produces more test cases than branch coverage criterion.
3. Using the modified condition/branch coverage criterion, propose test cases for the following expression
(a || b) && (c || d)
Note that the test set is not unique; show all possibilities.
Reviews
There are no reviews yet.