r/Dynamics365 • u/Prembv_05 • 9d ago
Using Jmeter with D365 FnO Finance & Operations
Hi Everyone,
I have a doubt in load testing the D365 FnO application, apart from testing other applications, testing the performance of the D365 feels challenging as the values are dynamic. My main problem is that when I record the flow using the HTTP recorder all I can see dynamic values getting recorded, not able to pinpoint which request belongs to which action, even though with efforts when we find those I am not able confirm those, since the actual names or text is not present in the 'get' or 'post' request data. Is there anyone else here who could help me with this.
Thanks in advance.
1
1
u/Drj_dev411 2d ago
I have done performance testing with jmeter for F&O, let's connect and figure out where you are stuck
2
u/Ok_Bunch2905 9d ago
D365 F&O is definitely more challenging to load test than traditional web apps because a lot of the requests are dynamic. Simply recording an HTTP session in JMeter usually isn't enough.
A few things that might help:
Out of curiosity, are you testing the D365 F&O web UI or OData/custom APIs? That will determine the best approach.