Maveryx Test Automation Framework Releases
Released: Jul 24, 2024
Updates in 2.8.0
Features
- Keyword-Driven Framework Enhancements introducing the following new Actions:
- USE_WEB_ROBOT_ON.
- USE_WEB_ROBOT_OFF.
- Added a new SetWebRobot command.
- Enhanced WebDriver Selection Mechanism.
- Improved automatic WebDriver selection and download mechanism.
Fixes
- Minor security and performance fixes.
Released: Mar 18, 2024
Updates in 2.7.0
Features
- Keyword-Driven Framework Enhancements introducing the following new Actions:
- WAIT_SECONDS and aliases (DELAY_SECONDS | SLEEP_SECONDS).
- SWITCH_TO_PARENT_FRAME.
- ZOOM.
- TAKE_SCREENSHOT.
- HAS_TEXT_CONTAINING.
- HAS_NO_TEXT.
- IS_NOT_EMPTY.
- NOT_CONTAINS.
- GREATER_OR_EQUAL_THAN.
- LESS_OR_EQUAL_THAN.
- Customizable Web Test Environment - Added BROWSER_VERSION and WEBDRIVER_VERSION parameters in the AUT configuration file.
- Enhanced Desktop Application Window Management - Improved minimize, maximize...
Released: Oct 4, 2023
Updates in 2.6.1
Features
- Added support for XPath in keyword-driven tests.
- Added a new failure recovery system.
- Added keywords to keyword-driven framework.
Released: Jan 16, 2023
Updates in 2.6.0
Features
- New Web object retriever/finder (2x faster than the previous one).
- New shadow DOM management features.
- New automatic WebDriver download manager.
- Added support for connecting to a running Java application.
- Improved reporting system.
- Improved security.
- Added new keywords in Keyword-Driven Framework.
- Added support for JSON in data driven testing.
- Maveryx server engine is now launched automatically upon Microsoft Windows startup.
- Added Windows context menu support to rapidly launch Keyword...
Released: Nov 9, 2021
Updates in 2.5.0
Features
- Added new Reporting system.
- Added new Logging system.
- Added support for remote testing for Java apps.
- Added IDE for visual drag & drop test case design.
- Enhanced Java Viewer for optimal UI object recognition.
- Added new keywords in Keyword Driven Framework.
Released: Dec 12, 2019
Updates in 2.4.1
Features
- Added headless mode for Web testing.
Fixes
- Fixed keyword driven framework bugs.
- Fixed "Core" platform (Java and Web) bugs.
Released: Oct 23, 2019
Updates in 2.4.0
Features
Keyword Driven Framework
- New Keywords including:
- IS_PRESENT / IS_NOT_PRESENT to verify the test objects presence in the UI.
- SWITCH_TO_FRAME to manage iFrames.
- STOP_ON_ERROR to stop or continue the execution of the current test in case of fail.
- DRAG_AND_DROP to manage the drag and drop operation on UI objects.
Released: Jun 11, 2019
Updates in 2.3.0
Features
- Windows Applications
- Improved support for testing Windows applications (C#, C++, .NET, VB...).
- New reporting tool for .NET tests.
- Web Applications
- Improved support for testing web elements on Firefox and Edge.
- Added support for Opera browser.
- Added support for browser command line arguments.
- C# API for Microsoft Visual Studio.
- Plug-in for the latest Eclipse versions.
- Added new APIs that uses image recognition to identify and control GUI components.
- Added new APIs to manage generic GUI...