Hello Stack Overflow community,
I'm planning to develop a UI test automation for an iOS application. The problem is that I don't have access to the source code but only the finished ipa file of the app. Is there a possibility to write UI tests with EarlGrey or do I need the source code of the app?
With Appium it should be possible to write UI tests without the source code.
Thanks a lot in advance!