I am very new to IOS programming. I have a task to find if I can automate my UI for testing. This is what I want to do:
Put some code in my application that randomly (sounds bad but may be pre-defined events)sends event messages to controls on the screen.
Since it is just code I should be able to take the app, deploy it in any iPhone or iPad and run the program.
Once the app is completely automated by my code I guess it will be easy to do the analytics on the obtained performance data.
I have seen FoneMonkey but looks like it needs user interaction recorded manually on each device.
Any thoughts or suggestions are welcome.
- Lalith