191k views
4 votes
Black-box testing attempts to find errors in which of the following categories?

1) Incorrect or missing functions.
2) Interface errors.
3) Performance errors.
4) None of the above.
5) a, b and c.

1 Answer

5 votes

Final answer:

Black-box testing attempts to find errors in incorrect or missing functions, interface errors, and performance errors.

Step-by-step explanation:

Black-box testing attempts to find errors in the following categories: 1) Incorrect or missing functions, 2) Interface errors, and 3) Performance errors. Therefore, the correct answer is option 5) a, b and c.

User Timgluz
by
9.4k points