Basically im trying to automate the process of importing data and taking screen shots.
To import data I a feature to do this within my app.
I then need to move through various screens taking screen shots.
I’ve looked at some automated testing options but these don’t seem to do screen shots or modify the ui so screen shots would be affected.
The best way to take screen shots with the simulator is to just press cmd + s at the right moment.
However, there is a better way involving some code: Automate Screenshots on iPhone Simulator?
I know that you can automate GUI tests, and it can take screenshots for you.
Hope this helped! ^_^