Release Notes - Assure v25.4.0
Avo is excited to announce the release of new version 25.4.0. Here are the enhancements:
Key Enhancements
Deleting Custom Actions
With this Enhancement, Quality Managers with Admin as secondary role users can Delete custom action. If any custom action is used in any Test Case, you will not be able to delete it until removed from the Test Case. Learn more
Test Case details are visible in Read Only mode for locked Users
With this enhancement, when Test Cases are locked for any user they can view the details in Read Only mode and they cannot edit it. Learn more
Enhancement in Get Param Action
By default, the execution configuration data table overrides all Test Step Groups’ tables unless the Get Param action includes the “local” parameter, which makes that TSG use its own local data table. Both local and non-local TSGs can coexist, maintaining backward compatibility. It allows specific Test Step Groups to use their own data table instead of the one from the execution configuration. Learn more
In Select Window Action Process ID Can Be Added
In previous versions, only the Window name was provided in Select Window action, and it was causing a failure when applications don’t have Window name. With this enhancement, you can also provide Process ID when applications don’t have Window Name. Learn more
Review Notification Icon will be Visible to Reviewee (QM/QL)
With this enhancement, a new review notifications icon displays the total pending review requests and opens a list of assigned test cases for review. Each item shows the test case name with options to Review, Approve, or Decline changes. Approving or declining updates the list and badge count with success or error notifications. The notification stays until approved or declined, and the icon deactivates when no reviews are pending. Learn more
Search Functionality is Provided while Assigning Test Case to User
In previous versions, there was not option to search for User while assigning them to Test Case. With this enhancement, you can search user and assign Test Case to them. Learn more
Sub Folders Test Case can be Added to Execution List once the Root Folder is added
With this enhancement, When Root Folder is added to Execution List then the Subfolders Test Cases are also be added automatically to the Execution List Learn more
Enhanced Project Search Functionality of Xray
With this enhancement,
You can now search project in Select Jira/Xray Project textbox from Mapping window. Learn more
You can now search Project in Search textbox while selecting project from Execution Window. Learn more
Execution Is Terminated When Found Deleted Object
With this Enhancement, when any element is deleted which is already used in Test Case and that Test case is executed, the execution will terminate and Status in Web Reports will be shown as Terminated along with the error message as Deleted Element Found. Learn more
Bug Fixes and Improvements
Refer to the table below to learn more about the bugs addressed along with the respective benefits.
Fixed Issue With Clear Cache Action for Edge
In older versions of Edge, the Clear Cache action did not work. This issue is now resolved, and it worked successfully.
Fixed Issue With Get Param Input Values For E2E At Execution Profile
Using a single test case multiple times in an E2E flow was causing input values provided in one instance to overwrite the values in other instances. This issue is now resolved, and input values are now applied only to the intended test case without affecting others.
Run Details Ascending/Descending Sorting Is Not Working
Clicking the sort icon in the Run Details section was not reordering the reports. This issue is now resolved, and reports can now be sorted correctly in ascending or descending order with the sort state visually indicated in the UI.
Fixed SSO Login Issue
Resolved an issue where Single Sign-On (SSO) authentication was not functioning correctly, preventing users from logging into the application. With this fix, users can now successfully log in using their SSO credentials.
Fixed Search Functionality On Xray Integration Window
Users were unable to search and filter XRAY test cases in the “Please Select XRAY Testcases” search box, as no matching results were displayed even for existing test cases. This issue is now resolved, and users can successfully search and view matching XRAY test cases.
Fixed Issue With Get Text IRIS Action
Previously, fetching special characters from an object was not possible, which caused the Test Step to fail. This issue is now resolved, and special character values were fetched successfully.
Enhanced Get Text IRIS And Verify Text IRIS Action
For fetching the alphanumeric values pro must be provided in Input Value column and to fetch special characters and alphanumeric values advance must be provided in Input Value
Fixed Element Property Syncing Issue In Element Repository And Test Case Tab
Element property values in the Element Repository were not in sync with the corresponding test case element values, impacting 801 test cases. This issue is now resolved, and element properties are now consistently synchronized between the repository and test cases.
Fixed Issue With Get PDF Table Action
The Get Pdf Table action was not capturing all rows of a table in PDF reports, fetching only 2 out of 3 rows. This issue is now resolved, and the action now retrieves the entire table consistently.
Fixed Search Functionality In Element Repository And Folder Expansion Issue
The search in Element Repository was not working as expected, with folder expansion arrows missing until a folder was selected, and the first character reappearing after clearing the search box. This issue is now resolved, and search and folder behaviour function correctly.
Fixed Search Filter Failing On Push Test Cases Screen
The search filter on the Push Test Cases screen in AVO-Bitbucket Integration was case sensitive and not filtering results correctly. This issue is now resolved, and the search filter is not case sensitive, displays only the test cases matching the search
Fixed Issue With Jump To Test Step Action
The Jump To Test Step action was terminating execution immediately after the input step instead of continuing with the suggested Test Step Group. This issue is now resolved, and execution now proceeds correctly after the Jump To Test Step action before terminating the test case.
Fixed Issue With Select Menu Action
Selecting nested menus beyond two levels was failing, preventing the third-level menu from being selected. This issue is now resolved, and multi-level menus can now be selected successfully by Select Menu action, navigating to the correct screen as expected.
Fixed Issue with Capturing Login Modal
The automation framework was unable to interact with a modal window that did not have a window name, causing dropdown selection by index to fail. This issue is now resolved, and windows without a name can now be reliably identified and interacted with, while existing scripts using window names continue to work as expected.
Fixed Issue With Clicking Button Captured Through IRIS Method
The tool was unable to perform a click action on the Find button captured through IRIS during debug mode. This issue is now resolved, and the click action now works consistently across all environments, successfully opening the Plan selection window.
Fixed Issue With Scraping Object With IRIS Method
The Click IRIS action was not working for elements captured through IRIS, displaying the error “Error occurred in clickiris” in the logs. This issue is now resolved, and the action now performs the click action successfully for all supported element types.
Fixed Issue With Editing Element After Capture
Element name edited after screen capture was not getting saved, requiring re-editing after adding it to the repository. This issue is now resolved, and the edited element name is now saved correctly and reflected in the Object Repository.
Fixed Issue Appearing While Execution Through Agent/Client
Agent execution was getting stuck with some test cases remaining in “In Progress” status without completion or logs. This issue is now resolved, and test cases now execute reliably with proper status updates and log generation.
Fixed Issue With Triggering Execution
Execution was not getting triggered for certain test cases, and no logs or details were displayed in the console. This issue is now resolved, and execution now triggers successfully with proper console logs and error handling.
Optimised Dashboard Performance
Dashboard was experiencing delays as it waited for a single long-running query before loading all widgets. This issue is now resolved, and widgets now load independently with progressive rendering, ensuring faster dashboard load times and improved responsiveness.
Reduced Syncing Test Case Time On Zephyr Scale
Syncing test cases was taking 6–7 minutes to complete due to the large repository size of 15,000+ test cases. This issue is now resolved, and the sync process is optimized to complete faster while ensuring all test cases are synced accurately without data loss.
Fixed Issue With Clear Cache Action for Chrome
Clear cache functionality was failing in the Chrome browser during execution and debugging. This issue is now resolved, and the cache is successfully cleared without errors, with proper confirmation captured in the execution and debugging logs.
Fixed Issue With Capturing Web Elements
You were unable to capture web elements with the attribute data-el-id="summary" during element capture. This issue is now resolved, and the attribute is now correctly detected, stored, and displayed in the Element Repository across all supported browsers and environments.
Fixed Issue With Get Cell Value Action
Earlier, you were unable to fetch the correct cell value using the Get Cell Value action based on the provided row and column numbers. This issue is now resolved, and the action now accurately retrieves the value as per the specified inputs, with execution logs capturing the row, column, and retrieved value for traceability.
Fixed Issue With Get Total Row Count And Get Total Column Count Action
Previously, you were unable to retrieve the row and column count of a grid using the Get Total Row Count and Get Total Column Count action. This issue is now resolved, and both action now return the correct grid row and column counts as expected.
Last updated
Was this helpful?