0

I am looking for some tools that would enable an IOS app to be tested in an automated way without necessarily having access to the code (essentially black box testing). Currently I am exploring something like robotium to do just that in Android, but I also need to be able to test IOS apps. Does anyone have any experience or suggestions for doing this in IOS?

Farlan
  • 1,860
  • 2
  • 28
  • 37

1 Answers1

0

You have build in with Xcode Instruments UIAutomation. But I recommend Appium because it supports Android and iOS.

KamilPyc
  • 376
  • 1
  • 5