Release Notes - Assure v25.2.2
Last updated
Was this helpful?
Last updated
Was this helpful?
Avo teams brings the release of the new version v25.2.2 With this new version, user can improve the user experience by using latest features.
Grid Actions
Get Total Row Count
In the Get Total Row Count action user need to mention "visible"
in the input syntax to return the number of visible rows on the current page of the grid.
For example: If the grid has 10 pages and you are on page 1, which displays 5 rows, using "visible"
in the input syntax will return a count of 5. If "visible" is not mentioned, then action will return the total row count across all 10 pages.
Get Total Column Count
In the Get Total Column Count action user need to mention "visible"
in the input syntax to return the number of visible columns on the current page of the grid.
If we don't pass visible in input syntax, then it will show the total count of all the columns in grid Note: This change affects all grid-related keywords that depend on column visibility.
Excel - Verify Excel Empty
The ' Verify Excel Empty' action in Avo Assure has been enhanced to provide greater flexibility in test validations:
Previous Behavior: The action checked whether a specified Excel sheet was empty. The Test Step would pass only if the sheet was empty. If the sheet contained any data, the step would fail.
New Enhancement:
Users can now define an output variable with the value ;0
to override the default behavior. When this is set, the Test Step will pass regardless of whether the Excel sheet contains data. This enhancement allows for more dynamic test flows, especially in scenarios where the presence of data should not cause a failure.
Output value syntax: {result};0
It is possible to find the references of reusable Test Groups in the project
Each reused Test Step Group will have a label attached to indicate whether the I/O values of that Test Step Group have been modified.
Refer to the table below to learn more about the bugs addressed along with the respective benefits.
It was not possible to add descriptions for the Test Step Group
This issue is now resolved, users can add comments/ Description for a Test Step group in Test Cases. This provides a good understanding of Test Step Group before working on it, especially if multiple users are working on a same project. By default, modifications details are also available.
Dynamic variable doesn't support creation of an Array variable
Users can now create dynamic array variables that can store different data types, such as strings, numbers, and Booleans.
User was not able to push few repositories along with Test Cases in bitbucket
This issue was happening in Bitbucket, when user tried to check in Test Cases which has re-used Test Step Groups
The issue has been resolved, and user will be able to push all the selected repository along with Test Cases in bit bucket.
We hope these changes in Avo Assure version 25.2.2 enhance your experience with the platform.