Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jduncan8142/SapGuiFramework
A Framework library for controlling the SAP GUI Desktop
https://github.com/jduncan8142/SapGuiFramework
gui python sap selenium testing
Last synced: 3 months ago
JSON representation
A Framework library for controlling the SAP GUI Desktop
- Host: GitHub
- URL: https://github.com/jduncan8142/SapGuiFramework
- Owner: jduncan8142
- License: mit
- Created: 2021-10-14T03:27:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-30T15:20:39.000Z (about 1 year ago)
- Last Synced: 2024-04-29T18:22:09.940Z (9 months ago)
- Topics: gui, python, sap, selenium, testing
- Language: Python
- Homepage:
- Size: 238 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: change_log.md
- License: LICENSE
Awesome Lists containing this project
README
# SAP GUI Framework
A Framework library for controlling the SAP GUI Desktop and focused on testing business processes. The library uses the native SAP GUI scripting engine for interaction with the desktop client application.
Other dependances include the below packages as this library would not be possible without the hard work of so many others.
pywin32 by Mark Hammond
### What makes this library different from other SAP GUI libraries?
The main difference is the focus on testing end to end business processes in and around SAP GUI. While other libraries are similar in many aspects there are many additional comfort of life functions included that aren't in other libraries.This package is available also on PyPi and available for install via pip. For the latest updates please use the git install documented in the [Getting Started](/docs/tutorials/getting_started.md) section.
### Tests
Coming Soon!### PyPi Build Process
Coming Soon!### Change Logs
Detailed change logs are found [here](/change_log.md)