web
You’re offline. This is a read only version of the page.
close
Skip to main content

Notifications

Announcements

No record found.

Community site session details

Community site session details

Session Id :

Basics

JordiMontana Profile Picture JordiMontana 326
There is a fundamental principle in FakeXrmEasy: which is that is designed as a data-driven test driven development framework. FakeXrmEasy abstracts the implementation of the IOrganizationService, IOrganizationServiceAsync and IOrganizationServiceAsync2 interfaces. This saves you from not having to mock requests that implement those interfaces. FakeXrmEasy simulates a Dataverse backend by keeping an In-Memory database that stores the data in Entities (or Tables) as well as the metadata of these Entities (or Tables).

This was originally posted here.

Comments

*This post is locked for comments