Consider these sets of values:
1. RED + SPEED + WHEELS
2. RED + SPEED + not WHEELS
3. RED + not SPEED + WHEELS
4. RED + not SPEED + not WHEELS
5. not RED + SPEED + WHEELS
6. not RED + SPEED + not WHEELS
7. not RED + not SPEED + WHEELS
8. not RED + not SPEED + not WHEELS
Assume the logic in the code is as follows:
If ((RED or SPEED) and WHEELS) then
Take the photo
Else
Do not take the photo
Given this information, which sets of values provide the minimum tests to achieve 100% multiple condition coverage?
A. All the sets are needed
B. 3, 4, 5, 7
C. 1, 3, 8
D. 1, 5, 7, 8

Submitted by: Administrator
A. All the sets are needed
Submitted by:

Read Online Analyst Testing Job Interview Questions And Answers