Skip to main content

Release 2.8.0

Release date

23 August 2024

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

Export and Import Test Configuration to file
This allows for exporting your test scripts and enables MTA cross-instance migration. Some useful examples:
Copy a Test Suite from a Test Configuration using other Application
This allows for reusing test scripts across different Mendix Applications and supports splitting up Applications into microservices.

Bug fixes for stability and security.

New functionality

IDMTA-1828
New functionalityIt is now possible to export (backup) a Test Configuration to a text file, and import a Test Configuration from a text file.
Release actionsNone.

IDMTA-1829
New functionalityIt is now possible to import a Test Suite from a source Test Configuration, even if that Test Suite uses an Application, that is not used in the target Test Configuration. MTA will detect elements such as Microflows and Entities, by matching them by fully qualified Mendix name.
Release actionsNone.

IDMTA-1910
New functionalityThe page where Test Suites and Test Cases can be copied has changed. Test Suites and Test Cases can now be "duplicated" in the same Test Configuration and Test Suite (respectively). When copying from another Test Configuration or Test Suite, the copy button is now available as "Copy from", in the Test Configuration or Test Suite that you want to copy into.
Release actionsNone.

IDMTA-1662
New functionalityThe MTA CiCd API v2 that was deprecated since MTA 2.6 has been permanently deleted.
Release actionsThe MTA CiCd API v2 was replaced by the MTA Public API (click to see reference guide).

IDMTA-86
New functionalityOn the Test Configurations page, it is now possible to filter on Application.
Release actionsNone.

Bug fixes

IDMTA-1914
ProblemWhen selecting "empty list" as value for a Microflow List parameter, the value would be empty (or null), instead of instantiating a List with 0 objects. This resulted in errors when mutating the list.
SolutionWhen selecting "empty list" as value for a Microflow List parameter, an actual empty List is instantiated and passed as the parameter value.
Release actionsOpen your App in Studio Pro, visit the Mendix Marketplace and update the MTA Plugin to the newest version.

IDMTA-1886
ProblemWhen connecting an Application Instance to MTA with the correct MTA Connection User credentials but a non-existing Token, the connection will show as Connected in the Appliation Instance, but as disconnected in MTA.
SolutionWhen connecting to MTA using a non-existing Token, the connection will show an error message and display as disconnected in the Application Instance.
Release actionsNone.

IDMTA-1930
ProblemWhen viewing the results of a Test Case Run, the Apply Security setting on the respective Test Case was not shown.
SolutionThe Apply Security setting on a Test Case is now shown, both in design view and in the Test Case Run results.
Release actionsNone.

IDMTA-1928
ProblemWhen downloading a revision through the MTA Public API, a change in Repository type from SVN to Git, is not detected.
SolutionEither when downloading a revision in MTA or through the MTA Public API, changes in Repository type are now detected.
Release actionsNone.

IDMTA-1924
ProblemAdding a Microflow Parameter value to Test Suite data variation resulted in an error.
SolutionIt is again possible to add a Microflow Parameter value to Test Suite data variation without seeing an error.
Release actionsNone.

IDMTA-1923
ProblemA data variation row is added when a value was added, then deleted, and then added again.
SolutionThe number of data variation rows when adding, deleting and again adding a value, remains unchanged.
Release actionsNone.

IDMTA-1901
ProblemWhen cancelling the creation of a new Application Instance inside the Test Configuration wizard, an error would occur.
SolutionThe creation of a new Application Instance can again be cancelled when inside the Test Configuration wizard.
Release actionsNone.

IDMTA-1940
ProblemCannot delete a Test Run if there is Application level Coverage associated to it.
SolutionA Test Run can be deleted also if Application level Coverage is associated to it.
Release actionsNone.

IDMTA-1941
ProblemIf a Test Run is still running while MTA is stopped, it appears to still be running after MTA is restarted.
SolutionIf a Test Run is still running while MTA is stopped, it will show as stopped with status Failed, after MTA is restarted.
Release actionsNone.