Overview¶
The following steps are necessary to create an iOS test suite, a test case and to record on an iOS app with the iOS device simulator:
Step #0: Start Squish IDE.
Step #1: Open menu File
and choose New Test Suite...
:
Step #2: In dialog "New Squish Test Suite": Choose desired test suite target directory and enter the desired test suite name, click button "Next >".
Step #3: In dialog "New Squish Test Suite", if you have the choice of toolkit, choose "iOS", click button "Next >".
Step #4: In dialog "New Squish Test Suite": Choose desired scripting language, preferably Python, click button "Next >".
Step #5: Click button "Browse..." and choose the .app bundle of your App (which must have been compiled for use with the iOS device simulator; also see Finding the app for use in iOS Simulator ):
Step #6: Open menu File
and choose New Test Case...
:
Step #7: Enter a desired name for the newly created test case:
Step #8: Start recording:
At this point the following should happen:
iOS device simulator gets started and appears after 10, 15 seconds.
The App starts inside the simulator.
The Squish IDE vanishes.
The Squish Control Bar appears, allowing you to end or abort the recording, and to insert verification points and other things.