Document toolboxDocument toolbox

A new version of Qualitia Automation Studio for Web and Mobile 7.2.x is now available. We highly recommend you upgrade. Find more details here.

Preparing Windows Computers for Qualitia Test Automation

In order to automate mobile test cases on Windows Computers, you must download and install Appium and Android Studio.

Once these components are installed and environment variables are set, your system is ready for test case executions.

Installing Appium

Appium is an open source test automation tool for mobile applications. Appium comes equipped with Inspector for object identification.

Installing Android Studio

In order to test Android mobile applications, you need to download Android Studio. Once Android Studio is downloaded, Qualitia users can create virtual devices / emulators and test the mobile applications using Qualitia.

To install Android Studio:

  1. Download Android Studio.
  2. Once downloaded, double-click android-studio-bundle-windows.exe.
    This will start installation of Android Studio.
  3. Follow the on-screen instructions and complete the studio installation.
  4. Select Standard Installation.

     View Image

    Android Studio is developed for Android application development. In order to get started with application testing using virtual devices, users need to have at least one project created. Once project is created, users can create and start emulators and download required platform images from the Android Studio.

  5. Once the installation is complete, launch Android Studio.
  6. Create a dummy project.
  7. From the File menu, click Settings.
  8. Under Appearance & Behavior,  expand System Settings and select Android SDK.
  9. In the right pane, select SDK Platforms.
  10. Select required packages to install and click Apply.

     View Image

    Google system images are required to create and start virtual devices (emulators). Generally, emulators created with Google APIs Intel x86 Atom System Image serve all the testing requirements, however, users can download and install any system image depending on the testing requirements.

    If you want Google Chrome in the Nougat emulator,  please select Google API as system image. Google Chrome comes as a default browser for Nougat and not for other Android operating systems. 

    System displays the list of components selected to be installed.
  11. Go to SDK Tools and ensure that Android SDK Build-Tools is installed. If not, then download it.

     View Image

  12. Click OK

  13. Once all the required components are installed, click Finish.
    Now you can start creating virtual devices. For more information about creating and managing virtual devices (emulators), click here.

Installing Intel® Hardware Accelerated Execution Manager (Intel® HAXM)

We recommend that you install Intel® HAXM for smooth functioning of Android Virtual Devices (emulators). When installing Android Studio, it is installed automatically. However, if it is not installed when installing Android Studio, follow the steps mentioned below to install it. 

To confirm whether the Android Studio is installed or not, go to Android Studio > Tools > Android > SDK Manager 

To install Intel® HAXM:

  1. Download Intel® HAXM.
  2. Unzip the downloaded file.
  3. Double-click the intelhaxm-android file.
    This opens Intel® Hardware Accelerated Execution Manager Setup wizard.
  4. Click Next.
    Here you can define how much system memory (RAM) you want to reserve for Intel® HAXM. By default, 2.00 GB is reserved.
  5. Change the reserved memory if required and click Next.
  6. Click Install.
  7. After successful installation, open the Command Prompt window and run the command; sc query intelhaxm.
    If State is shown as Running, Intel® HAXM is running properly.

     View Image

    • When creating emulators, ensure that you have selected CPU/ABI as Intel x86 for superior performance of emulator through Intel® HAXM.
    • If you are facing any issues when installing or using Intel® HAXM, click here for troubleshooting. 

Setting Environment Variables

After you download Android Studio, you must set environment variables.

To set Environment Variables:

  1. From desktop, right-click the Computer icon.
  2. Select Properties from the context menu.
  3. In the left pane, click Advanced System Settings.
  4. On the System Properties window, click Environment Variables.
  5. In the User Variables section, create new variable as ANDROID_HOME and enter the path of Android SDK
    To find the Android SDK location, launch Android Studio > File > Settings. Copy the path specified in Android SDK Location.
    For example: D:\Android
  6. Click OK.
    Note: The Android_Home path should not contain any white spaces.
  7. If Java_Home is not already set, create a new variable as JAVA_HOME, type the path to JRE/JDK and then click OK.
  8. In the System Variables section, select the PATH variable and type the path to 'Platform-tools' from the Android SDK location (which you added in the step 5 above).
    For example: D:\Android\platform-tools;
  9. Click OK.

Not finding what you need?