29.1 Starting the Application

To begin, the application under test should be started from within QF-Test. The Quickstart Wizard helps generate a suitable start sequence.

Figure 29.1:  Selecting the SUT type

In the first step choose whether it is an Android application or an iOS application.

If you select iOS application, follow the specific steps to select the device and the app to test. You can find the Carconfig app (CarConfig-iOS-Simulator.zip) under ../qftest-10.0.0/demo/ios/ in your QF-Test installation.

If you select an Android application, an additional page lets you decide whether an emulator should be started or whether a real device or a running emulator should be used.

When selecting the Android APK note that it is not shipped with QF-Test by default.

If you ran the carconfigAndroid demo, the app should have been downloaded to ${qftest:dir.user}/android, so you can directly enter ${qftest:dir.user}/android/CarConfigurator.apk.

Alternatively you can download the APK from https://www.qftest.com/fileadmin/Webdata/pub/android/CarConfigurator.apk

Figure 29.3:  Select device and app for Android

Action Please press Finish to complete the wizard.

The generated start sequence appears under the Extras section of the test suite and contains all steps necessary to start the app on the selected device.

Figure 29.4:  Generated start sequence

Let's try it out:

The selected app should now be installed and started on the device or emulator.