Fernando Pastor
Fernando Pastor
1. Add `testar\coverage` framework 2. Add `testar\coverage\jacoco` implementation: - Get Jacoco sequence coverage - Get Jacoco action coverage - Get Jacoco action accumulative coverage - [ ] Discuss the inclusion...
### Description TESTAR is a testing tool that uses Chromedriver to launch web applications and extract GUI information from the widgets that conform the GUI state. We use GitHub runner...
**Internal logic bug** 1. TESTAR obtains the SUT's initial state When obtaining the SUT's initial state, TESTAR might detect a failure in the SUT and mark the sequence as `faultySequence...
Discuss and implement these possible features to improve the user experience when configuring the SpyTagAttributes feature: - [x] Add Restore button This will allow users to set default (Generic, Windows,...
Since Chrome v135, it is almost mandatory to use the manifest v3. We have updated the [`manifest.json`](https://github.com/TESTARtool/TESTAR_dev/blob/master/webdriver/resources/web-extension/manifest.json) file dependency in PR #424 . However, maybe some internal javascript feature to...
### Status https://github.com/TESTARtool/TESTAR_dev/tree/master/android/src/org/testar/monkey/alayer/android/spy_visualization The `android/spy_visualization` package allows users to render a Java visualization window to Spy detected widgets, their properties, and the possible derived actions. ### Refactor tasks - Discuss...
### Context In #412 , we described an issue regarding how a TESTAR multi-thread implementation combined with the implementation of a `synchronized` method was provoking the web driver module to...
**Status** We are currently using an external `DesiredCapabilities.json` file to indicate to TESTAR which are the Appium device's capabilities for connecting with mobile systems. https://github.com/TESTARtool/TESTAR_dev/wiki/TESTAR-and-Appium-for-Mobile-Systems#running-testar-with-mobile-applications **Implementation** The refactor implementation must...
**Description** The macOS Chromedriver test works in a local desktop environment but fails in the GitHub runner images. TESTAR is not able to detect the widgets from the GUI state....
- We will maintain our Windows CI actions in Windows Server 2022. Because the default GitHub runners environment for Windows desktop is now Windows Server 2025. We must adapt or...