Answer:
First test: Give a list of disordered numbers to the sorting algorithm an examine if the output is correctly sorted.
Second test: Give a list of ordered numbers to the sorting algorithm an analyze if the output is still correctly ordered.
Third test: Give a list of ordered numbers and some non-numeric values to the sorting algorithm and check how is managed the exception in case of error or if the output is correctly ordered.