MuleSoft Certified Platform Architect – Level 1 — Question 55

What is most likely NOT a characteristic of an integration test for a REST API implementation?

Answer options

Correct answer: D

Explanation

Option D is correct because integration tests typically focus on the interaction between different systems rather than on validating specific request and response payloads. The other options (A, B, and C) correctly describe necessary characteristics of integration tests, such as system accessibility and the timing of the tests.