Automated Testing

From Rosalab Wiki
Revision as of 17:27, 4 June 2013 by Euspectre (Talk | contribs) (Created a stub of the page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This is a page snapshot, showing old (but not deleted) versions of images and templates.
Jump to: navigation, search

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