Release Notes 24.x: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sv (Diskussion | Beiträge) |
Alkurz (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
*Feature: [[Expecco_API/en#Global_and_Static_Variables|Static Variables for Python]] |
*Feature: [[Expecco_API/en#Global_and_Static_Variables|Static Variables for Python]] |
||
*Feature: Qt-Testing: Logging with log levels <code>DEBUG</code>, <code>INFO</code> and <code>WARN</code> ([[Qt_Inject_Windows/en#Logging|Qt-Logging]]) |
*Feature: Qt-Testing: Logging with log levels <code>DEBUG</code>, <code>INFO</code> and <code>WARN</code> ([[Qt_Inject_Windows/en#Logging|Qt-Logging]]) |
||
*Feature: Qt-Testing: Qt-Connections now use the ConnectionManager like the other Gui test technologies |
|||
*Feature: WindowsAutomation: Native Touch, Tap, Drag & Drop support now in the base WindowsAutomation Library |
*Feature: WindowsAutomation: Native Touch, Tap, Drag & Drop support now in the base WindowsAutomation Library |
||
*Feature: Show Log and [[Timeline/en|Timeline view]] for testplans |
*Feature: Show Log and [[Timeline/en|Timeline view]] for testplans |
||
*Feature: Search and Goto Line menu functions in the activity log view |
*Feature: Search and Goto Line menu functions in the activity log view |
||
*Feature: [[Embedded Systems C Bridge API|C-Bridge]] now supports SSL connections (encryption and authentication using certificates) |
*Feature: [[Embedded Systems C Bridge API|C-Bridge]] now supports SSL connections (encryption and authentication using certificates) |
||
*Feature: Settings for execution (thread pool and log activities/pins/info) can now be saved in the test suite settings |
*Feature: [[Testsuite_Editor-ExecutionSettings_Editor/en|Settings for execution]] (thread pool and log activities/pins/info) can now be saved in the test suite settings |
||
*Feature: CSV test report, values for start time, end time and duration added |
*Feature: CSV test report, values for start time, end time and duration added |
||
*Feature: Improved refactoring for compound blocks: "Extract (& Replace) New Compound Action" |
*Feature: Improved refactoring for compound blocks: "Extract (& Replace) New Compound Action" |
||
Zeile 17: | Zeile 18: | ||
*Fix: asynchronous write to an output pin with no wait() in bridged actions are now detected and reported as error (see Example3 in the [[Expecco_API/en#Asynchronous_and_Callback_Functions|NodeJS API Documentation]]) |
*Fix: asynchronous write to an output pin with no wait() in bridged actions are now detected and reported as error (see Example3 in the [[Expecco_API/en#Asynchronous_and_Callback_Functions|NodeJS API Documentation]]) |
||
*Fix: Bridges: Detect (and ignore) invalid requests from forked background bridge threads |
*Fix: Bridges: Detect (and ignore) invalid requests from forked background bridge threads |
||
*Fix: Acitivity logs of asynchronous events in background actions are now displayed correctly in the background activity log. |
|||
*Fix: Qt: Drag and drop improved by revising the "Move mouse event" (Windows) |
Version vom 15. Mai 2024, 09:54 Uhr
See also: Release Notes 23.x
Release 24.1 (2Q 2024)[Bearbeiten]
- Feature: Static Variables for Python
- Feature: Qt-Testing: Logging with log levels
DEBUG
,INFO
andWARN
(Qt-Logging) - Feature: Qt-Testing: Qt-Connections now use the ConnectionManager like the other Gui test technologies
- Feature: WindowsAutomation: Native Touch, Tap, Drag & Drop support now in the base WindowsAutomation Library
- Feature: Show Log and Timeline view for testplans
- Feature: Search and Goto Line menu functions in the activity log view
- Feature: C-Bridge now supports SSL connections (encryption and authentication using certificates)
- Feature: Settings for execution (thread pool and log activities/pins/info) can now be saved in the test suite settings
- Feature: CSV test report, values for start time, end time and duration added
- Feature: Improved refactoring for compound blocks: "Extract (& Replace) New Compound Action"
- Feature: Enhanced expecco reflection library
- Fix: Current temporary testplan settings (like selected testcases, do-not-execute of pre/post action, etc.) don't get lost anymore when reimporting a library
- Fix: WindowsAutomation: Fix blocking of applications after <Mouse Button Down>
- Fix: asynchronous write to an output pin with no wait() in bridged actions are now detected and reported as error (see Example3 in the NodeJS API Documentation)
- Fix: Bridges: Detect (and ignore) invalid requests from forked background bridge threads
- Fix: Acitivity logs of asynchronous events in background actions are now displayed correctly in the background activity log.
- Fix: Qt: Drag and drop improved by revising the "Move mouse event" (Windows)