システム管理者は、電卓システムに渡される暗号化されたメッセージを受信する RESTful API を含むクラウド内のアプリケーションをサポートします。管理者は、新しい自動化ツールを使用して API の適切な機能を確保する必要があります。この要件を達成するために管理者が使用するのに最適な手法は、次のうちどれですか?
正解:C
Integration testing is the best technique to use to ensure the proper function of an API that receives an encrypted message that is passed to a calculator system. Integration testing is a type of testing that verifies and validates the functionality, performance, and reliability of different components or modules of a system or application when they are combined or integrated together. Integration testing can help to ensure the API can communicate and interact with the calculator system correctly and securely, as well as identify any errors or issues that may arise from the integration.