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

選択肢

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

正解

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

この試験の他の問題