-
Description:
In the DG under manual testing, GUI testing, there is no screenshots to direct the developer to the terms used such as result display pane, person list pane etc. This is important as a de…
-
Description:
In the DG under manual testing, GUI testing, there is no screenshots to direct the developer to the terms used such as result display pane, person list pane etc. This is important as a de…
-
In this case, at last 4 testing need to get warning message "Error in adding SNMP alert destination",
But the entering value is the wrong IP address, these wrong IP address (out of range, alpha IP, n…
-
### Description
Taipy is a very nice GUI lib to make dashboard. One way to make it even more useful in a real production environment would be to build a testing API similar to the one of [streamlit](…
-
Update of gui-daemon to v4.3.6 for Qubes OS r4.3, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-gui-daemon/commit/11703f4c2c22c1157483e997a7b451152443…
-
### Brief Issue Summary
In my project, I have several thousands of tests. Most of them come from around 10 GoogleTest binaries via `gtest_discover_tests`. Each time I save one of my CMake files, `CMa…
-
Update of gui-agent-linux to v4.3.1 for Qubes OS r4.3, see comments below for details and build status.
From commit: https://github.com/QubesOS/qubes-gui-agent-linux/commit/050cfbdf8e02a9d00cf3240456…
-
I just used `get_ground_truth_recording` to make an analyzer: got this error
```python
File ~\Documents\GitHub\spikeinterface-gui\spikeinterface_gui\pairlist.py:270 in compute
self.pairs,…
zm711 updated
1 month ago
-
* Gui-v1: https://github.com/victronenergy/gui/blob/4a3177ca4be9851afb3e0af214f9cdd29aca9e9b/qml/PageTemperatureSensorSetup.qml#L20
* Gui-v2: https://github.com/victronenergy/gui-v2/blob/0d642160755e…
-
### What problem are you trying to solve?
Unit testing Qt GUI code is challenging because GUIs are event-driven, making it hard to isolate components and simulate real user interactions. GUI tests …