Skip to main content

Release 3.0

Release date

17 December 2025

Supported Mendix versions

Menditect supports the Mendix Long-Term Support Version (LTS) and Medium-Term Support Version (MTS).
Read more about MTS/LTS versions at Mendix docs: https://docs.mendix.com/releasenotes/studio-pro/lts-mts.
For support levels on MTS/LTS and monthly releases, read the SLA.

Highlights in this release


Frontend testing now generally available!
- Just download the Connector and Test Kit modules from the Marketplace.
- MTA will show options to prepare the Frontend Test Case structure and Generate Frontend Teststeps!

Test Suite pages completely redesigned!
- Test Cases and Teststeps are now shown in collapsible treeview, on the left side.
- Change Test Case and Teststep Run Settings directly from the detail view, on the right side.
- Change Test Case and Teststep name directly from the detail view.

Added Test Run Exception handling!
- Choose to either Raise the Exception when it occurs, or just Continue with the Test Run.
- Option to add an Assert on an Exception.

Required actions

Update the MTA Plugin

Some new functions will not work on the old version of the MTA Plugin.

changed versioning

Because Menditect now hosts all Mendix Runtime versions (9, 10 and 11) in the same marketplace component, we have moved to a different versioning system. The major MTA Plugin version indicates the Mendix Runtime version. The remaining digits indicate the internal version of the MTA Plugin.

Replace Page call by Microflow call

The MTA Plugin is now an Add-on module. Imported Add-on modules cannot contain Snippets or Pages. If you used a Page to establish the connection to MTA, you can download a Module with a Snippet from here: https://marketplace.mendix.com/link/component/252213

Re-create your PAT

For Mendix Teams still using SVN repositories, it is required to re-create a Personal Access Token (PAT) in their Mendix profile, with the required scopes.

New functionality

IDMTA-2071
New functionalityAfter an Application is added to MTA, it is possible to Enable loading Pages and Widgets on that Application. When enabled, MTA now also downloads Page and Widget information when downloading a revision with Mendix model information.
Release actionsNone.

IDMTA-2126
New functionalityMTA now fully supports frontend testing a Mendix Application. Menditect has made the required Playwright modules publicly available in the Mendix Marketplace. When these are downloaded into the Mendix model, it is possible to generate Frontend Test Cases in MTA. With the Frontend Test Case structure in place, it is possible to add Teststeps that consistently Locate any Platform Supported Mendix Widget on a Mendix Page, and perform subsequent Actions on it.
Release actionsImport required Add-on modules from the marketplace and Enable loading Pages and Widgets on the Application in MTA.

IDMTA-2011
New functionalityPages showing the Test Suite with Test Cases and Teststeps, and Pages showing Test Suite Run results, are completely redesigned, making it easier to add and edit Teststeps, set Asserts and Datavariation, and get a better overall user experience.
Release actionsNone.

IDMTA-2018
New functionalityAdded Test Case and Teststep Exception handling and Assert on Teststep Exception. It is now possible to continue with the next Teststep upon an Exception, or continue with the next Test Case. Additionally, it is possible to Assert that an Exception is expected, enabling the option to have a Test Run succeed with Exceptions.
Release actionsImport the latest MTA Plugin into your Mendix App.
Breaking change: Test Runs that fail because of an Exception will now Continue with the next Test Case by default.

IDMTA-2041
New functionalityText Boxes to enter String values are now replaced by Text Areas to allow entering new lines. Additionally, String values can be shown as a JSON tree in a popup.
Release actionsNone.

IDMTA-2226
New functionalityWhen a Teststep returns a FileDocument with contents in a Test Run, the contents can now be downloaded. If the FileDocument is of the Playwright Tracefile type, it can also be (re-)played at the Playwright website.
Release actionsImport the latest MTA Plugin into your Mendix App and execute a test in MTA 3.0.

IDMTA-2017
New functionalityIt is now possible to Export a Snapshot to a JSON file, if it was created before a Test Configuration was adapted to another Revision, and the adapt failed.
Release actionsNone.

IDMTA-2204
New functionalityThe SAML SSO module in MTA was updated to 3.6.21 because of a security breach found at Siemens Security Advisory.
Release actionsNone.

IDMTA-2231
New functionalityIt is now possible to add a new Microflow Teststep "using output" from a Teststep that returns an Object. The Object Microflow parameter of the new Microflow Teststep will be filled with the output of the original Teststep.
Release actionsNone.

IDMTA-1870
New functionalityMTA will no longer fail a Test Run if there are attributes returned that are unknown in the downloaded revision. The error message was that the model was not up to date, but because Add-on modules are now supported, it is possible that these attributes are marked as Hidden, and therefore should be omitted.
Release actionsNone.

IDMTA-2178
New functionalityMTA can now download Add-on Modules in a Mendix project and use the elements from an Add-on module for Teststeps.
Release actionsRead https://docs.mendix.com/refguide/consume-add-on-modules-and-solutions/ for more information.

IDMTA-2196
New functionalityThe Support Form is now opened in a new browser tab instead of a popup. This is done to enable customers using MTA through a Mendix license, to contact Mendix Support instead of Menditect Support.
Release actionsUse the MtaUtils.UrlSupportForm constant to set the URL.

IDMTA-2229
New functionalityReleased browser extensions for Chrome and Firefox that show the mx-names of Widgets on the Page.
Release actionsDownload the browser extensions from the Chrome Web Store / Firefox Addon site.

IDN/A
New functionalityIf a Microflow, Entity or Attribute contains Documentation, it is now visible in MTA under the Icon.
Release actionsNone.

IDN/A
New functionalityIt is now possible to manually delete an Application Revision.
Release actionsNone.

IDN/A
New functionalityThe Mendix Runtime version of MTA has been updated to 9.24.40.
Release actionsNone.

IDMTA-2200
New functionalityIncluded the Content Hash in the Microflow Usage CSV export on the Mendix Model page of a Test Configuration. The Content Hash of a Microflow can be used to determine whether a Microflow was changed between revisions.
Release actionsDownload a new revision in MTA 3.0.

Bug fixes

IDMTA-2140
ProblemCount validation feedback message Asserts that are included in Test Suite datavariation are not copied when duplicating a Test Case.
SolutionCount validation feedback message Asserts that are included in Test Suite datavariation are now copied when duplicating a Test Case.
Release actionsNone.

IDMTA-2149
ProblemGenerate by Recording feature results in an error popup when performed in a Test Case without any Teststeps.
SolutionGenerate by Recording feature no longer results in an error popup when performed in a Test Case without any Teststeps.
Release actionsNone.

IDMTA-2166
ProblemString attribute values are not shown in the Test Run results of an executed Microflow Teststep that returns an Object.
SolutionString attribute values are now shown in the Test Run results of an executed Microflow Teststep that returns an Object.
Release actionsNone.

IDPlugin-4114
ProblemIf a Teststep results in empty output and it is used to fill a List type Microflow parameter, the parameter value will always be empty, also of other Teststeps that were added to the List do not have an empty output.
SolutionIf a Teststep results in empty output and it is used to fill a List type Microflow parameter, the parameter value will now be filled as expected, with only Teststeps that do not result in an empty value.
Release actionsNone.