Quantum 3.2.2 release notes

Quantum 3.2.2 includes security fixes, dependency updates, and enhancements to device availability and Android instrumentation.

When running tests on virtual devices, you must specify the appiumVersion capability.

Example: <parameter name="perfecto.capabilities.appiumVersion" value="2.19"/>

Security fixes

Addressed security vulnerabilities in the following Maven dependencies:

  • commons-configuration

  • commons-lang

  • netty-codec-http

Dependency updates

Upgraded the following dependencies:

  • Selenium to version 4.41.0

  • Appium Java Client to version 10.1.0

Enhancements

  • Added support for additional device capabilities in the Device Availability Check API.

  • Added a new step and utility method to support secure screen instrumentation on Android.

  • Updated the Device Availability Check API so it is skipped for virtual devices.

Bug fixes

Fixed an issue with AXE integration.

Upgrade to Quantum 3.2.2

  1. If upgrading from a 1.x version of Quantum, review and apply the changes outlined in the Quantum 3.0.0 release notes.

  2. Update the quantum.version property in the project’s pom.xml file to 3.2.2 or the latest version available on Maven Central.