For the complete documentation index, see llms.txt. This page is also available as Markdown.

Release Notes - Assure v26.6.5

Avo is excited to announce the release of version 26.6.5. This release notes provide an overview of the updates included in this version, helping you stay informed about the latest changes in Avo Assure.

Key Enhancements

Feature
Description
Reference ID

API Assertions for Response Validation

API Assertions are now available for validating API responses in API Test Step Groups. You can use the following supported Assertion types:

  • Response time: Checks whether the API response time is within the expected limit.

  • Response body contains: Validates whether the API response body contains the expected text or value, or matches the expected regex pattern.

  • Response body not contains: Validates whether the API response body does not contain the expected text or value. Learn more

-

Enhanced Versioning Actions

The Bitbucket or Azure DevOps Actions now provides the following enhancements for managing and comparing test artifact versions:

  • The Version History is renamed to Bitbucket or Azure DevOps Actions across the Element Repository, Test Case, Reusable Library, End-to-End (E2E), and Test Data Management modules.

  • Pull Window: This now supports the following actions for one or more selected test artifacts:

    • Restore test cases: Restores selected versions.

    • Restore to new testcase: Creates new test cases from selected versions.

    • Compare with current: Compares selected versions with the current versions and highlights the artifact name and position.

  • Push Window: This now supports Compare option for one or more selected test artifacts. The comparison view displays the Current View and Pushed Version side by side, with Added, Edited, and Removed changes highlighted. You can also navigate between multiple selected artifacts using the artifact name and position. Learn more

-

Enhanced Multi Factor Authentication (MFA) Automation with Generate TOTP action

You can now use the Generate TOTP action to generate a time-based one-time password (TOTP) for applications that use multi-factor authentication (MFA). The action accepts an encrypted secret key generated using the Advanced Encryption Standard (AES) method, decrypts it in memory, and generates the OTP to use during test execution. This simplifies MFA automation by allowing TOTP-based authentication to be handled directly within your test cases. Learn more

-

Bug Fixes and Improvements

See the following table for the bugs resolved and the key benefits. 

Issues
Description
Reference ID

Fixed Issue with Element Capture and Script Execution

Manual capture did not capture menu items and text boxes, while Full Capture created generic OBJ objects. Scripts also failed during repeated executions. This issue is resolved, and elements are now captured and identified correctly for successful script execution.

-

Fixed Issue with Wait for Element to Be Visible Action

The Wait for Element to Be Visible action did not work as expected. This issue is resolved, and the action now works correctly as expected.

APS-10161

Fixed Issue with Action Display in Reusable Library

Actions were not displayed immediately after a Test Step Group was added from the Reusable Library. The actions appeared only after the Test Step Group was saved. This issue is resolved, and actions now appear correctly when a Test Step Group is added from the Reusable Library.

-

Fixed Issue with Avo Assure Client

The Avo Assure Client closed unexpectedly when an element was not identified during execution. This issue is resolved, and the Avo Assure Client now remains open when an element cannot be identified.

-

Last updated