Extension for Robot Framework QConnectBase library to test Winapp GUIs
Project description
QConnectWinapp is an extension for the Robot Framework keyword library QConnectBase and designed to simplify and automate Windows application GUI testing. QConnectWinapp is built to provide seamless and efficient GUI testing experiences for Windows applications.
Prerequisites
To use QConnectWinapp, the following applications must be installed before:
WinAppDriver (version >= 1.2.1)
How to install
The QConnectWinapp can be installed in two different ways.
Installation via PyPi (recommended for users)
pip install robotframework-qconnect-winappInstallation via GitHub (recommended for developers)
Clone the robotframework-qconnect-winapp repository to your machine.
git clone https://github.com/test-fullautomation/robotframework-qconnect-winapp.gitUse the following command to install QConnectWinapp (executed in repository main folder):
python -m pip install .Or:
python -m pip install --proxy <proxy> .This command will also download and install all dependencies that are required to work with the source files in the current repository. After the initial installation of QConnectWinapp is done, you have the following two possibilities:
Clean the previous installation:
python "./cleanup_installation.py"cleanup_installation.py explicitly deletes all files and folders within the component installation folder under site-packages and also deletes local build artefacts.
Render the component documentation:
python "./genpackagedoc.py"This would e.g. be required in case of changes in the interface of QConnectWinapp.
The documentation is rendered by a separate application called GenPackageDoc, that is part of the build dependencies and runtime dependencies of QConnectWinapp.
GenPackageDoc needs to be configured. Details about how to do this, can be found in the README.rst (sections Install dependencies and Configure dependencies).
Use the following command to build QConnectWinapp (executed in repository main folder):
python -m build .Or:
python -m pip config set global.proxy <proxy> python -m build .
Package Documentation
A detailed documentation of the QConnectWinapp can be found here:
Feedback
To give us a feedback, you can send an email to Thomas Pollerspöck
In case you want to report a bug or request any interesting feature, please don’t hesitate to raise a ticket.
Maintainers
Contributors
License
Copyright 2020-2026 Robert Bosch GmbH
Licensed under the Apache License, Version 2.0 (the “License”); you may not use this file except in compliance with the License. You may obtain a copy of the License at
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an “AS IS” BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file robotframework_qconnect_winapp-1.1.0.tar.gz.
File metadata
- Download URL: robotframework_qconnect_winapp-1.1.0.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
84e272f95a56cec389b7737c94fefadb153409186cd725c8ed11a1564613d7a3
|
|
| MD5 |
e488aec1a245cd52a6185e71eb9138e2
|
|
| BLAKE2b-256 |
7886b04963f960d280d6ed52f27051faa4dc2a2c22acef7fca1016f01ad22a66
|
File details
Details for the file robotframework_qconnect_winapp-1.1.0-py3-none-any.whl.
File metadata
- Download URL: robotframework_qconnect_winapp-1.1.0-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bbbfe4b98359df33fc4d97f6d771febd2264f474eced35c3d472a955ba10a9f3
|
|
| MD5 |
afd5c3be5f006bb9f66c9880e48069f7
|
|
| BLAKE2b-256 |
6347ee14fbd9fab42df05a7fe4c49f10831f2de86c5bc5e5d97ce6e4bca68cb8
|