-
When upgrading to Login Enterprise v6.5 from a version older than 6.3, all existing API tokens will become invalid and must be manually recreated. You can do this in the Login Enterprise UI. For steps, see Adding a System Access Token.
-
For other upgrade limitations and detailed steps on upgrading the Appliance from v5 to v6, see Upgrading the Appliance from v5 to v6.
Features
-
Assign roles to Launchers and Launcher Groups to enable granular access control and enhance security
-
Use a Windows 365 connector to connect to the Windows 365 service and run your Tests
Changes/Improvements
-
Script Recorder no longer locks the application during recording
-
Script Recorder shows an orange border while it searches for a UI element and a green border when the element is found and ready for interaction
-
Script Recorder has improved performance, including faster element detection
-
Script Recorder now uses a new function (
findElementByXpath) to find elements by XPath. This function uses a more standardized XPath with a higher chance of finding elements -
Script Recorder now uses a new function (
findElementByInformation) to find elements byclassName,automationId, andName. This function is usually more effective than XPath, but it is also significantly slower -
Script Recorder now offers three options for locating elements:
findElementByXpathOrInformation,Find element by XPath only, orFind element by information only. You can choose an option for each action individually in the Action settings on the Recorder’s Results screen, or apply one option to all actions via the Global settings -
Script Recorder now shows a preview of the XPath on the Results screen
-
Script Recorder now provides a test option for each action on the Results screen. Use it to verify whether an element was found
-
Script Recorder now lets you choose which information to use in the XPath, including
className,automationId, andName -
Script Recorder now lets you include or exclude ancestor metadata in the XPath through the Action settings for each step
-
Script Recorder now always includes both
startandstopcommands in generated scripts -
You can enable “Continue on error” for individual actions. When enabled, the script will not abort if that action fails and will instead continue with the next action
-
Playwright (web app) scripts now support the Navigate function
-
The Locator function in Playwright (web app) scripts now supports retry-until-timeout logic
-
Web Recorder’s capture and playback of scroll actions has been improved
-
In RBAC, the default permission has been replaced with component-specific permissions for Providers and Environments, supporting read or read/write access
-
The Launcher overview page now also shows offline Launchers
-
The Launcher overview page includes a toggle to show or hide offline Launchers
-
You can now select multiple Definitions and Tests within a Session Metric Group and remove them in bulk
-
Download the Application Test PDF report using the Public API
-
Export raw data reports using the Public API
-
Filter events by Test Run ID using the Public API
-
The Save toolbar on the configuration page now includes a Back button to make navigation between pages easier
-
Irrelevant configuration options for the Load Test Desktop connector, including the Logon time tracking process and the Session metrics schedule, have been removed from the UI
-
The Active Sessions and Login Window Finished lines are now disabled by default for Load Test Desktop Tests
-
The buttons in the pop-ups for adding Applications, Notifications, and Thresholds to a Test have been renamed from "Save" to "Add"
Bug Fixes
-
Inconsistent sorting of Tests in the columns of the Load Test Compare PDF report
-
Web Recorder sometimes adds line breaks in action descriptions, causing the generated script to fail
-
When using alternate URLs, screenshots in the Application Test results and the PDF report aren't shown
-
On upgrade, the Postgres container sometimes fails to start
-
The upgrade process gets stuck when moving from a new 6.4 installation to 6.5