正解:C
The best testing approach to facilitate rapid identification of application interface errors is automated testing.
Automated testing is the use of software tools or scripts to execute predefined test cases, compare expected and actual outcomes, and report any discrepancies. Automated testing can help to speed up the testing process, increase test coverage, reduce human errors, and improve test accuracy and consistency. Automated testing can also help to detect interface errors that may occur due to incompatible data formats, communication protocols, or system configurations. References:
* CISA Review Manual (Digital Version), Chapter 3, Section 3.3.11
* CISA Online Review Course, Domain 2, Module 2, Lesson 1