iPhone app Automation with FoneMonkey:

FoneMonkey is a static library and some associated files that you build into your iPhone application by following the simple instructions below.

Set Up

  1. Download FoneMonkey.zip
  2. To run your application with FoneMonkey, you have to create a new build target that is a duplicate of your application’s original target
  3. Modify the new target so as to include the FoneMonkey library, as well as the resource files and frameworks it requires
  4. Configure Libraries and Build Settings

FoneMonkey Actions:

When you launch application you should see the FoneMonkey console should drop down in front of your application’s window display as below window.

After launching application you can perform below task:

  • Recording a Test Script
  • Pausing Recording
  • Playing Back a Script
  • Adding a Verification Step
  • Playback Options
  • Waiting For Some True Condition
  • Editing Commands
  • Inserting and Deleting Commands
  • Saving Script
  • Script Execution