Squish for Qt allows automated GUI testing of Qt applications. Typically automating Qt applications with Squish works out of the box. If it doesn’t, then this may be because the application has been packaged in a special way, for example as an “AppImage” which overwrites some environment variables (LD_PRELOAD and/or LD_LIBRARY_PATH) before starting the actual application.
In our knowledge base article Automating Qt applications packaged as type-1 AppImages we show how to overcome this problem.
The post Automating Qt applications packaged as AppImages appeared first on froglogic.