TESTAR_dev
TESTAR_dev copied to clipboard
TESTAR, automated testing through the Graphical User Interface
Bumps [org.seleniumhq.selenium:selenium-java](https://github.com/SeleniumHQ/selenium) from 4.20.0 to 4.21.0. Release notes Sourced from org.seleniumhq.selenium:selenium-java's releases. Selenium 4.21.0 Changelog For each component's detailed changelog, please check: Ruby Python JavaScript Java DotNet IEDriverServer Commits in...
1. Derive actions in Qt applications - WindowInteractionState seems not a supported property for Qt applications - In these cases, avoid marking Qt elements as "blocked" - To avoid deriving...
Some Desktop applications offer an embedded web page with web features in a desktop widget document. The UIAutomation API can recognize the existence of the document widgets and the properties...
 The UIA_ListControlTypeId element is created or detected twice by the UIAutomation API or the TESTAR UIA internals: - Once correctly as a child of the Font Window - Other...
Integrate the LLM action selection method into the main repository
Right now, the settings object is passed around to all methods that need it. But passing it to other methods is painful. Also, this ensures there is only one settings...
Right now, every time we change between protocols user needs to customize all settings again. Because settings are protocol specific. 1. Maybe divide the test.settings into two different files: -...
When turning TESTAR visualization on (green and red dots), the image recognition fails to find the action, at least the first action after turning the visualization on. Not much we...
Desktop applications can store crash dumps to a specific folder. TESTAR could have a generic oracle that will check the appearance of a file in a folder after the testing...
**Description:** TESTAR currently relies on the `Ctrl + A` key combination to select all the text in the System Under Test (SUT) when the user intends to replace the existing...