Mendix Series
2. Mendix - Part 2 - Diving deeper (this post)
3. Extensibility for Mendix Studio
4. Building a Mendix Widget for the Mendix Market Place (Convert text to Audio using Azure AI)
AI with Mendix (current version Mendix 10.5.x):
- Logic bot - recommends what you are likely to do, like a copilot as you go along building the app
- Performance bot - shows redundancies, recommends performance improvements
- Chatbot in beta
Playwright is a good UI testing tool for Mendix:
For more advanced applications, Playwright is a good testing framework that can help developers know their code is running end-to-end, useful for monitoring applications and behaviour, and also can be used as part of the CI process to validate Mendix end user accessibility as shown in this mp4 (7 minutes - good video).
Thoughts:
- Deployment can take time when the project grows.
- Domain modelling: can use existing models and add to Mendix.
- Playwright is perfect for Mendix testing, here is a basic dev example.
- The Mendix Community is a good place to post questions.
Mendix Series
2. Mendix - Part 2 - Diving deeper (this post)
3. Extensibility for Mendix Studio
4. Building a Mendix Widget for the Mendix marketplace (Convert text to Audio using Azure AI)