https://github.com/fluggo/qaliber
Automated GUI testing for Windows
https://github.com/fluggo/qaliber
Last synced: 2 months ago
JSON representation
Automated GUI testing for Windows
- Host: GitHub
- URL: https://github.com/fluggo/qaliber
- Owner: fluggo
- License: other
- Created: 2020-10-31T03:50:51.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T00:27:36.000Z (about 4 years ago)
- Last Synced: 2025-01-26T06:25:06.262Z (4 months ago)
- Language: C#
- Size: 15.9 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QAliber
QAliber is a free GUI test automation tool for Windows.
You can extend it by writing new test steps.This is a fork of the original [Sourceforge project](https://sourceforge.net/projects/qaliber/) by benjicoh, homfri, and tombriggs2.
I wasn't able to find their email addresses to give them proper credit.
This fork fixes many bugs, uses a parseable XML file format, and adds XPath-based control locators.
It also adds [Windows UI Automation](https://docs.microsoft.com/en-us/windows/win32/winauto/entry-uiauto-win32) support, which can be augmented by the application under test to make the test program more responsive.This fork was written by Brian Crowell, with special thanks to the organization that supported this project, who has asked to remain anonymous.