Question: Consider the following code specification: def myFunc ( aList ) : aList is a list of objects assumed to be of the

Consider the following code specification:
def myFunc(aList):
"""
aList is a list of objects assumed to be of the same type.
aList might be empty.
"""
Here is a set of possible test cases to include in a black box test suite.
Indicate which of the following conditions would make a good black box test suite.
Question 1 options:
Empty list, List of size greater than 1, List whose size is a Fibonacci number
Empty list, List of size 1, List of size greater than 1
List of size 1, List of size greater than 1, List whose size is a Fibonacci number
Empty list, List of size 6, List whose size is a Fibonacci number

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!