Hi,
I am doing Performance Testing on D365 on-premise using Visual Studio Web Performance Test. I used Fiddler to record a web test on creating a entity record and export the list of web request to VS Web Test. The list of web request contain the custom plugin (entity record creation) api url and multiple url of "/api/data/v9.0/GetClientMetadata", "/api/data/v9.0/UpdateRecentItems" etc.
Can anyone advise me whether those multiple ""/api/data/v9.0/GetClientMetadata", "/api/data/v9.0/UpdateRecentItems" happen because of MS D365 product behaviour?
And is it advisable to include those api from .NET framework as part of web test?
Thanks