Technical Articles
CPI Iflow Concurent Test with Jmeter
For some high concurrent integration scenarios, we need to design iflow with some method like using async API in target system, using event mesh, etc . Of cource we need to take out concurrent test for deployed iflow in Q system. Today I will demo how to use jmeter to carry out concurrent test for deployed iflow .
For the testing , I have built and deployed an iflow in CPI as the following:
Use postman to test iflow first:
Use Jmeter to do concurrent test:
Check the result in CPI:
The End.
Thank you for your time!
Best regards!
Jacky Liu
Good blog Jacky! On the EDA testing from Ent Level, I've also posted a similar blog:
https://blogs.sap.com/2023/04/07/event-driven-architecture-eda-performance-testing-for-sap-event-mesh/
BR,
Michal Krawczyk
Hi, Michal Krawczyk,
Thanks for your information! It really help to explain how to utilize EDA integration for high concurrent integration scenarios .
BR.
Jacky Liu
Hi Jacky,
I think JMeter is a great tool to test the performance of your integration suite and like the ID generate you are using.
I guess you can change the usage of bearer token to just send the service id/key as username password.
My experiment with jmeter where you can see what I tried to use.
Daniel
Hi, Daniel,
Thank you so much! It is a so wonderful demo video about CPI performance test with Jmeter . I can't wait to try the method !
Jacky
Hi, Danial
I tested with your method and succeed .
Copy the following code and save as jmx file . Maintain the default variable and post path and body . The test is succeed .