How to validate mendix Project architecture?

0
Hi Everyone i want to validate mendix project architecture.is there any tool available where i can validate mendix project architecture or i have to do manual process.
asked
1 answers
1

It depends what you mean by validating the Mendix project architecture.

You may want to use a tool like AQM. This performs a static analysis of your Mendix application models according the ISO 25010 standard for maintainability

https://docs.mendix.com/addons/aqm-addon/

There is also APM to monitor performance, and ATS for testing your application.
https://docs.mendix.com/addons/apd-addon/
https://docs.mendix.com/addons/ats-addon/

answered