Release Notes - Assure v25.1.0
Last updated
Was this helpful?
Last updated
Was this helpful?
Avo teams brings the release of the new version v25.1.0. With this new version, user can improve the platform experience by using latest features.
Feature
Description
Grid Actions
Excel Actions
String Action - Find
Refer to the table below to learn more about the bugs addressed along with the respective benefits.
Self Healing- Priority order of the element identifier was not changing, causing step failure
Even after enabling self-healing, the priority order of the element identifier did not change during execution causing step failure. This issue is resolved, and feature is working as expected
Self Healing- The settings are not saving the selected options correctly. The first time, Self-Healing is applied, but the second time, it gets removed from the repository.
After applying and saving Self-Healing for a repository, if you toggle back to the self-heal button and try to apply it to all repositories, it gets discarded instead of being applied. This issue is resolved.
Parallel Execution - When executing Test Cases with AVO Agent, screenshots are not visible in HTML and PDF with screenshot report
During Test Case execution with AVO Agent, screenshots are not visible in the HTML and PDF with screenshot reports. Instead, only descriptions are provided in the reports. This issue is resolved, and screenshots are visible.
Reusable Module - While using a Reusable more than once in Test Case, steps are getting shuffle
When you use a Reusable more than once in Test Case, edit its inputs and add additional steps to it, the steps are getting shuffled up in the Test Cases. This issue is resolved
Reusable Module - Editing and saving a Reusable module makes Test Step Group blank
When a Reusable module is added to a Test Case, editing its steps and saving it causes the Test Step Group to go blank. This is resolved
Reusable Module - Unable to rearrange Detached Test Step Group after editing a reused module
When we add reusable module more than once in a test case, edit them, and detach 1 of them and try to rearrange steps in the detached Test Step Group, rearrange steps is not working. this issue is resolved
Reusable Module - Editing inputs/outputs or rearranging steps in a detached Test Step Group is affecting the reused Test Step Group steps and its inputs
When we add Reusable module more than once in a Test case, edit them, and detach one of them and try edit the input/output or rearrange steps in the detached Test Step Group, it is affecting the reused Test Step Group steps and inputs as duplicate steps were getting added in the reused Test Step Group. This issue is resolved
Explained fixes are intended to improve the overall performance and usability of the platform, addressing key issues reported by users.
We hope these changes in Avo Assure version 25.1.0 enhance your experience with the platform
Get Column Data - It enables the sequential retrieval of values from column in the grid.
Sort Table - It allow to perform sorting on the grid. User can arrange the columns in ascending/ descending order for datatypes like numbers, alphabets and dates.
Verify Value in Table- It validates whether a value exists in all rows of the selected column in the grid.
Verify Column Header- It helps the user to verify whether a specific column exists in the grid or NOT.
Verify Table Sort- It validates the sorting order of the grid i.e. whether it is in ascending or descending order.
Get Row and Column- It helps to identify the exact row and column location for a specific value in the excel. It helps in efficient data lookup.
Sheet Name- It allow to retrieve the name of the excel sheet, helping identify and work with the correct sheet in a excel.
Verify excel Empty- It allow user to check if the excel sheet is empty or blank. This save overriding of data in file.
Verify Column Value in Excel- With this new action, user will be able to check that if a particular value is present or NOT in column of excel file. This saves the user time and allow faster searching.
Check the column Exist- It verifies whether a column is present or NOT in the excel sheet. This saves time when there are multiple columns are present in the file.
This action allows verifying whether String A does not contain String B, ensuring that the specified substring is absent.