A Pegs Platform™ application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as expected?
A Pegs Platform™ application has just been integrated with an external data source.
Which of the following tests do you perform to ensure that the integration passes data as expected?
To ensure that the integration passes data as expected, you should perform a unit test. Unit tests check individual components in isolation, including their interactions with external systems like data sources, ensuring that each part of the integration works correctly. This is fundamental for validating that data is transferred and handled as expected within the defined parameters.
Answer should be A
Answer should be B. Scenario test it's designed to validate end-to-end scenarios or workflows.
For me this question is a B answer. The unit test is focused to individual rules, not for processes. C is incongruent and also D. I Keep the B as Valid
No,it should be unit test. https://academy.pega.com/topic/integration-testing-and-security/v1
Exactly. Answer A - Unit Test. Saying "a scenario test" is a too open answer. This can be anything from a single rule to a complete process/chain test.