https://github.com/robocorp/example-rdp-test
A Light-weight bot to verify that only verifies that Windows UI is available and able to launch on application
https://github.com/robocorp/example-rdp-test
Last synced: over 1 year ago
JSON representation
A Light-weight bot to verify that only verifies that Windows UI is available and able to launch on application
- Host: GitHub
- URL: https://github.com/robocorp/example-rdp-test
- Owner: robocorp
- License: apache-2.0
- Created: 2022-03-17T12:54:41.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-29T09:33:11.000Z (almost 3 years ago)
- Last Synced: 2025-01-09T09:26:43.006Z (over 1 year ago)
- Language: RobotFramework
- Size: 11.7 KB
- Stars: 1
- Watchers: 18
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple robot to test Windows Desktop setups
Contains Robocorp Robot which only tests the Windows RDP connection functionality.
This robot is good candidate for monitoring your Self-hosted Windows Workers.
Setup this robot to run scheduled, with low priority and email or Slack notifications on the workers you want to monitor, and you have a really simple notification system that pings you if the workers go offline.
In cases where you do not have direct link to the IT (which we always recommend) this is a simple way to stay up-to-date.
## Robot steps
1. Open Windows calculator
2. Input number `123`
3. Take Screenshot
4. Teardown
5. Screenshot either `success.png` or `failure.png`
## Links
- [Setup for Windows Desktop automation with Robocorp](https://robocorp.com/docs/control-room/unattended/worker-setups/windows-desktop)
- [Other Worker options](https://robocorp.com/docs/control-room/unattended/worker-setups)