A telescope cloud-alert MLS publishes an interface that the night-shift feed, a volunteer app, and the data pipe must call. Testers need to check inputs, outputs, error messages, and those integration paths. What should they name that activity?
Select an answer to reveal the explanation.
Short Explanation
A published interface that the night-shift feed, a volunteer app, and the data pipe must call is API testing of the deployed MLS: interface contract, inputs and outputs, errors, and those integration paths. An uninstall-script check, a live canary, and a packed-file conversion check are different deploy-path jobs.
Full Explanation
API testing of the deployed MLS covers the interface contract, inputs and outputs, errors, and integration with feeds, clients, and the pipeline. Installability, canary, and conversion testing are different deploy-path activities.