Automate UI testing for a Qt app on iOS using XCTest
Unsolved
Mobile and Embedded
-
wrote on 2 Jan 2017, 11:31 last edited by
Hi,
I am new to Qt. My question related to
XCTest
&Qt app
.My
Qt app
runs on both android & iOS. Thanks to Qt. Now, I need to automate the ui testing for myQt app
. I figured that I can use Android'suiAutomator
with a script & I am well able to automate the UI testing of my app.I am trying to figure how to make
XCTest
work with myQt app
. Is it possible to makeXCTest
automate ui testing for aQt app
? Is there an example somewhere demonstrating a test script withXCTest
on aQt app
?
1/1