Hello,
I created an extension where I added integration (BC - Dataverse ) for our custom tables.
now I have to create the TestApp in order to get our extension to app source.
In order to test the manual sync for example, the connection should be already setup in the Dataverse connection setup table.
I am not supposed to test the standard connection setup or any of the standard code.
That part is already handled in the standard code. (codeunit 139196 "CDS Connection Setup Test" and codeunit 139164 "Library - CRM Integration"..)
all the code is scope onPrem, so I couldn't use the GIVEN parts below.
[GIVEN] CDSConnectionIsSetup()
[GIVEN] TableAndFieldMappingAreSet()
[Then] CreateCustomTableRecordsAreCreated()
How can I test my integration? Any suggestions?