Hi, I'm looking into an automation tool for our iOS apps. Our applications are developed in Visual Studio with Xamarin and we then build them for iOS or Android. What I'd like to know is, can I use XCTest to create and run UI Tests in Xcode eventhough I don't have the Project/Source code available in Xcode. I basically just have the .app that gets generated when we build our app. Is there a way to tell XCTest to install a specific .app on an emulator and run the tests I create?
Thanks in advance.