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

Community site session details

Session Id :

How to run basic Performance Test in D365FO

Hichem.Chekebkeb Profile Picture Hichem.Chekebkeb 3,371

Dynamics 365 for Finance and Operations offers a set of performance tests included in one form which you can find in System Administration > Periodic > Performance test

PerformanceTest.PNG

What this form covers?

It covers tests towards Database layer i.e Regular table, TempDb table and In Memory table.

You can test CRUD operations and see how they perform.

It offers also to test with/without caching which is good to know if caching is acting the positive way.

It also offers indexes testing with/without combination with caching.

I find this tool useful for a first level testing and can highlight issues needing further investigations.

Thinking out loud:

For data select and show in a form, I still ignore what's the latency percentage that we should add for UI to represent data in a DataGrid (with/without UI logic).

For Developers:

The form name is PerformanceCheck I recommend to have a look a the code to get inspired when performance testing required on custom tables.

Comments

*This post is locked for comments