Automate UI testing for a Qt app on iOS using XCTest
-
Hi,
I am new to Qt. My question related to
XCTest&Qt app.My
Qt appruns 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'suiAutomatorwith a script & I am well able to automate the UI testing of my app.I am trying to figure how to make
XCTestwork with myQt app. Is it possible to makeXCTestautomate ui testing for aQt app? Is there an example somewhere demonstrating a test script withXCTeston aQt app?