๐Ÿš€ Best Practices for Automation Testing Mendix Apps with Selenium?

0
Hi everyone! ๐Ÿ‘‹ Iโ€™m planning to set up automation testing for our Mendix projects. I'm thinking of using Selenium WebDriver (with Python or Java) to automate user interactions, but Iโ€™m wondering: Is Selenium a good choice for Mendix apps, considering their dynamic loading (microflows/nanoflows)? Are there any best practices for identifying elements? (e.g., using data-mx-name instead of dynamic IDs) Any recommended tools or frameworks that work well with Mendix ? Would love to hear your experiences, tips, or suggestions! ๐Ÿš€Thanks in advance!
asked
3 answers
0

Please find below demo link.

 

https://menditect.com/mta-demo/

answered
0

Check out this thread for some insights.

answered
0

In addition, you check this medium blog:

 

Mendix Test Automation with Cypress

 

answered