What correctly characterizes unit tests of Mule applications?
What correctly characterizes unit tests of Mule applications?
Unit tests of Mule applications are typically written using MUnit to run in an embedded Mule runtime that does not require external connectivity. This allows for testing the code in isolation from external systems, ensuring that the application logic is correct.
Munits use embedded, refer here, https://docs.mulesoft.com/munit/2.3/runtime-patching and https://help.mulesoft.com/s/question/0D52T000051qzmTSAQ/unit-testingwhats-is-exact-statement-between-these-2
They are typically written using MUnit to run in an embedded Mule runtime that does not require external connectivity
Answer should be D. MUnit runs in embaded Mule runtime.
Answer: D
Answer D