Feedback for subjective question
Question 1: Following is the prototype of a function to find the index of the minimum value in an array.
int min(int array[ ], int arraySize);
int min(int array[ ], int arraySize);
- (a) Identify equivalence partitions to devise black-box test cases for this function.
- (b) Write test cases against each partition identified in part (a).
Current Answer:
Be the first to post an answer to earn 100CR.