Qt Testing on Android
Unsolved
Mobile and Embedded
-
Hi all,
I'd like to know if there is any solution for creating and running tests on Android with Qt in the same way we do on desktop machines. I couldn't find any information about doing it directly on the device or about sending the commands to the device.
Any thoughts about that?
Thanks!
-
Hi,
IIRC, you can't directly do that. However, there where some scripts in the qtqa repository to run the tests in the CI, you might be able to leverage that.
Hope it helps