Automate UI Test in iOS??

I'm trying to automate UI Test with xcuitest.

But I can't access to source code for some reasons.


So.

What do I need to test in real device?


For now, I heard that ipa file built as debug, certification, provisioning profile, apple developer ID were all I need.

is it right??


If i have all that things, then Can I install apps on real devices and run xcuitest with xcode or something without source code???


plz help...

Replies

No, you can not use xcuitest without app source code as the testing target needs to be your app. If you only have the IPA file and not the source code then you can not use XCUITest.