Question: Given a function that takes in three digits a , b , c and returns if True a summed with b is less than c
Given a function that takes in three digits a b c and returns if True a summed with b is less than c and False otherwise
What seems to be the most appropriate set of test cases
Note: an important part of testing is making sure expected output and actual output are the same.
Note: an important part of testing trying to cover all possible cases.
If you believe that more than one answer applies choose the best answer.
Group of answer choices
a b c output False
a b c output True
a b c output True
a b c output False
a b c output False
a b c output False
a b c output True
a b c output True
a b c output False
aa b b c c output
a b c output False
a b c output False
a b c output False
a b c output False
aa b b c c output False
a b c output False
a b c output True
a b c output True
a b c output True
a b c output False
a b c output True
a b c output True
a b c output False
a b c output True
a b c output False
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
