Release Notes 24.x: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Sv (Diskussion | Beiträge) |
Sv (Diskussion | Beiträge) |
||
Zeile 6: | Zeile 6: | ||
*Feature: Qt-Testing: Logging with log levels <code>DEBUG</code>, <code>INFO</code> and <code>WARN</code> |
*Feature: Qt-Testing: Logging with log levels <code>DEBUG</code>, <code>INFO</code> and <code>WARN</code> |
||
*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: Log and timeline view |
*Feature: Show Log and 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) |
||
Zeile 12: | Zeile 12: | ||
*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 "Extract (& Replace) New Compound Action" |
*Feature: Improved Refactoring "Extract (& Replace) New Compound Action" |
||
*Feature: More information in CSV test reports |
|||
*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: 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 after <Mouse Button Down> |
*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 [[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 |
Version vom 7. Mai 2024, 14:48 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
- 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 "Extract (& Replace) New Compound Action"
- Feature: More information in CSV test reports
- 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