Automated Testing
From Rosalab Wiki
The automated testing system for the applications running under ROSA Linux allows to check different usage scenarios of these applications by emulating user actions:
- keyboard input
- mouse movement and button clicks
The source code: https://abf.rosalinux.ru/spectre/rosa-autotest/
The system is build upon Python unit testing framework. Besides that, the system includes a modified version of Xpresser tool.
Testing GUI Applications
TBD