Search code examples
iphoneiostestingsubmission

Program for testing IOS app before submission?


i'm looking for a program that can simulates some clicks everywhere, on every button and stuff in my iphone app, to find some crashs before submitting the app.

i don't know if something like that really exist. Thanx


Solution

  • In iOS 4, Apple started supplying the UIAutomation framework that allows you to test your app automatically. It leverages Accessibility.

    Blog examples

    Apple Docs