Changelog GXtest

Official Content
This documentation is valid for:

The table below describes the main changes made to GXtest for GeneXus 18 upgrades. All changes that are in stable and preview channels are included in the beta version too.


GXtest Beta

Date: By night-build.
Version: 4.18.3.X
Release: GeneXus 18 - Beta Channel
Download Icon Material Download

What's new?
  • Improved tests deployment for Java. Check: Deploying Tests
  • Added Set As Expected button in the assertion comparer tab
  • Set modules and folders as generated, to prevent conflicts when commiting/updating objects from GXserver
  • Improved SDT and SDT collections initialization when using Create Unit Test option

Bugfixes:

  • IsControlEnabled command now considers GeneXus control-enabled property

GXtest for GeneXus 18 upgrade 4 preview

Date: By night-build.
Version: 4.18.3.23228
Release: GeneXus 18 - Preview Channel
Download Icon Material Download

What's new.

  • Now webdrivers are not delivered by GXtest. Instead, a built-in drivers manager is used.
  • Improvements in the CompareImage command. Added a new parameter to set color similarity tolerance.

Bugfixes:

GXtest for GeneXus 18 upgrade 3

Date: April 26th, 2023.
Version: 4.18.3.23228
Release: GeneXus 18 Upgrade 3
Download Icon Material Download

What's new.

  • Test objects can be included in Deployment Units. Check: Deploying Tests
  • Tests can be run in parallel via MSBuild. Check: Running MSbuild using GXtest Target
  • Added option Run All Unit Tests in the Test menu with shortcut Ctrl + Shift + U
  • Added a Select All / Unselect All checkbox in the Tests Explorer window. The Run button was moved to the top.

Bugfixes:

  • Test Suite's set up and tear down objects throwing errors in runtime when inside modules
  • Java interpreter options for environment are used when running tests now too
  • SendKeys command not working for combined keys in net

GXtest for GeneXus 18 upgrade 2

Date: February 17th, 2023.
Version: 4.18.2.22604
Release: GeneXus 18 Upgrade 2
Download Icon Material Download

What's new.

  • -

Bugfixes:

  • Running with Java version in a custom path
  • Tab name for screenshots was not adjusted for long command names

GXtest for GeneXus 18 upgrade 1

Date: December 21st, 2022.
Version: 4.18.1.22459
Release: GeneXus 18 Upgrade 1
Download Icon Material Download

What's new.

  • Added support for strong-named assemblies in .Net Framework
  • Added a combo box and property to choose the type of build performed when running test in GeneXus IDE (Don't Build, Build With These Only, Build, Rebuild)
  • The assertion message is shown in the Comparer window
  • Execution results are stored in TestResults folder for each environment and can be opened from Tests Results window
  • Stack trace, exception types, and inner exceptions are logged for .Net environments when a test execution throws an error
  • The browser's log is now shown when a Web UI Test command fails
  • Added property to enable/disable the use of mock data at environment level: Use Mock Data property

Bugfixes:

  • Calling the RunTests MSBuild task without parameters was running nothing, now it runs all tests.

GXtest for GeneXus 18

Date: November 10th, 2022.
Version: 4.18.0.21956
Release: GeneXus 18
Download Icon Material Download

What's new.

  • Updated Test objects' icons
  • Added support for shadow DOMs through >>> selector
  • Added boolean Build parameter to RunTests MSBuild task, allowing to choose whether building tests or not before executing them

Bugfixes:

  • GXtest output is focused when creating a new KB
  • Execution of more than ~1000 tests wrongly reporting build failed
  • Create Rest Test for objects without parameters does not call via HTTP
  • Create Rest Test generates test source commented when parameters are attributes of some specific types
  • Start Kestrel server when running web UI Tests in .Net environments