Qt Inject Linux/en
Version vom 16. April 2020, 09:17 Uhr von Alkurz (Diskussion | Beiträge)
Qt Inject for Linux OS[Bearbeiten]
With expecco version 20.1. it is possible, to test a Qt application without modifying the code.
The files you need are in <expecco-installation-dir>/packages/exept/expecco/plugin/qt/expeccoQtClient/expecceTestService_InjectTool_Unix:
- inject.sh
- injector.so
Please copy the Qt version dependent ExpeccoTestService library from <expecco-installation-dir>/packages/exept/expecco/plugin/qt/expeccoQtClient/expeccoTestService/bin/linux/gcc_x64_Qt<qtVersion>/ in this directory.
- libExpeccoTestService.so.1
Now you can start your application with
./inject.sh <qt-application-to-test>
and connect expecco Gui Browser
via QT-Bridge.