Skip to main content

Release 2.3.1

Release date

15 August 2023

Supported Mendix versions

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

Highlights in this release

  • Extended capabilities based on user feedback!
  • No more need to use microflows for complex retrieve actions, we've added advanced retrieve filters!
  • Use output values as a variable to fill an attribute's value!

New functionality

IDMTA-711
New functionalityIt is now possible to use the attribute value from the object output of a previous teststep. This was already possible for values that are the output of microflow teststeps. The attribute value from the object can be used to fill values in Create, Change and Retrieve teststeps, and on Microflow parameters.
Release actionsNone.

IDMTA-1311
New functionalityIt is now possible to use extended filter operators on Retrieve teststeps, including "Contains" on String attributes, "Greater/Smaller than" on Numeric attributes and "Range" on Numeric and Datetime attributes.
Release actionsNone.

IDMTA-1214
New functionalityWhen a revision has been selected in the New Test Configuration Wizard, the "Select revision" button changes to "Change revision".
Release actionsNone.

IDMTA-1215
New functionalityWhen an application instance has been selected in the New Test Configuration Wizard, the "Select instance" button changes to "Change instance".
Release actionsNone.

IDMTA-1224
New functionalityRemoved the Connect button from the Application Instances page, because it was confusing for the user as connections are made from the Test App to MTA and not the other way around.
Release actionsNone.

IDMTA-1418
New functionalityApplications migrating from SVN to Git are now also showing correctly in MTA.
Release actionsNone.

IDMTA-1437
New functionalityWhile making changes in the Configure Teststep pages, entered values for attributes are preserved also if the attribute is unselected. This makes it easier to undo a change on the page. Only when saving, the values for unselected attributes are discarded.
Release actionsNone.

IDMTA-1463
New functionalityThe Sequence Number is no longer displayed on the Edit page where Teststeps can be dragged and dropped, because it is calculated after the sequences is saved.
Release actionsNone.

IDMTA-1465
New functionalityThe nightly cleanup processes that run as Scheduled Events are now executed before the Data validation Scheduled Event is executed, to prevent unnessesary data being checked. This will improve performance of MTA environments that are heavily used, and minimize JVM memory usage.
Release actionsNone.

IDMTA-1419
New functionalityWhen choosing to fill values from Database on a Retrieve teststep, only values are filled that are included to be used as a filter.
Release actionsNone.

Bug fixes

IDMTA-1423
ProblemAdapting a Test Suite fails if a teststep contains a microflow parameter that has been changed from a String to Datetime in the next revision.
SolutionAdapting a Test Suite no longer fails if a teststep contains a microflow parameter that has been changed from a String to Datetime in the next revision.
Release actionsNone.

IDN/A
ProblemInternal MTA data checker found an inconsistency after consecutive adapts on excluded attributes that have been removed in a revision.
SolutionA patch (2.3.1) has been released to customers using MTA to fix inconsistencies on excluded attributes that have been removed in a revision.
Release actionsNone.