Which of the following tests is MOST likely to be performed as part of functional testing?

Answer Options

A.The test checks that the sort function puts the elements of the list or array in ascending order✓
B.The test checks whether the sort function completes sorting within one second of starting
C.The test checks how easily the sort function can be changed from sorting ascending to sorting descending
D.The test checks that the sort function still functions correctly when moved from a 32-bit to a 64-bit architecture

Correct Answer

A: The test checks that the sort function puts the elements of the list or array in ascending order

More Questions from This Exam