What's libYUI ?
Libyui is a widget abstraction library providing graphical (Qt) and text-based (NCurses) front-ends, developed on https://github.com/libyui/libyui
Its purpose is to provide an abstraction layer that permits to write user interactive code without knowning the underlying implementation (ncurses, QT, GTK)
For our testing purposes, we'll focus only on a specific subset of the API:
libYUI-REST-API