Is mock support available for PureCloudPlatform.Client.V2 SDK?

Hi,

We have an application which uses PureCloudPlatform.Client.V2 SDK to fetch Genesys data. We need to perform some load testing for our application logic (barring calls to Genesys). Is there a way we can mock the SDK calls to return some dummy data and not exactly hit the API Gateway?

Thanks!

That's usually something handled by your testing framework, not the API provider.
My team uses Telerik JustMoq for example to setup predetermined and/or randomized responses to various tests.

1 Like

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.