Home - egroise/uxtest GitHub Wiki

uxtext logo

I wrote this library in order to write automated user interface non-regression tests using jpython scripts and Sikuli.

##Key features

  • Takes screenshots of the failures for diagnostics
  • Assertions to write your tests (like isVisible)
  • A log file informs you about test run progress (use WinTail.exe to display it during tests run)
  • Test results are displayed in an HTML report
  • Some useful functions for writing quickly your tests (like optionalClick, takeScreenshot or findFirstFromLeft)

##Ressources

Using uxtest

Functions (API)

Tutorial

Sikuli web site