Question

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

Was it helpful?

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

OTHER TIPS

Try out fonemonkey.

You can create your scripts programatically or record movements and clicks on the screen like Selenium style.

You can try out the Telerik Test Studio for iOS. I haven't tried it yet, but it seems promising.

What you are searching for is likely to be an Acceptance Test framework. I don't know any of them that can automatically recognize the UIControls in you app and perform random actions, but you can refer to this thread to have an overview of the available technologies to perform UI automated tests (in the section Acceptance Test).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top