ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 56 - MCPA - Level 1 discussion

Report
Export

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

A.
The test needs all source and/or target systems configured and accessible
Answers
A.
The test needs all source and/or target systems configured and accessible
B.
The test runs immediately after the Mule application has been compiled and packaged
Answers
B.
The test runs immediately after the Mule application has been compiled and packaged
C.
The test is triggered by an external HTTP request
Answers
C.
The test is triggered by an external HTTP request
D.
The test prepares a known request payload and validates the response payload
Answers
D.
The test prepares a known request payload and validates the response payload
Suggested answer: A, B, C, D

Explanation:

Answer: The test runs immediately after the Mule application has been compiled and packaged *****************************************

>> Integration tests are the last layer of tests we need to add to be fully covered.

>> These tests actually run against Mule running with your full configuration in place and are tested from external source as they work in PROD.

>> These tests exercise the application as a whole with actual transports enabled. So, external systems are affected when these tests run.

So, these tests do NOT run immediately after the Mule application has been compiled and packaged.

FYI... Unit Tests are the one that run immediately after the Mule application has been compiled and packaged.

Reference: https://docs.mulesoft.com/mule-runtime/3.9/testing-strategies#integration-testing

asked 18/09/2024
Elliott Fields
34 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first