Table of Contents
Enroll in Selenium Training

Appium Studio is an enhanced version of open-source Appium developed by Experitest to make Appium testing even better.

It cuts the effort and cost of developing and running an Appium based mobile test automation program, helping organizations release better quality mobile apps faster.

Appium Studio is a test automation environment comprising two key functionalities:

  • Quick and easy installation and setup
  • Visual test development that provides users with visual tools including a device reflection and object spy, to help testers write robust tests more quickly and easily
  • Appium execution engine – a robust and stable execution engine designed especially for mobile, enabling test execution outside the application and parallel execution.

This combination helps Appium Studio address many of Appium’s limitations. It allows users to start testing within minutes, reduces costs and effort by enabling testing of iOS apps on Windows machines, and helps improve coverage with out-of-app testing. Tests, as well as execution, are much more stable and results are presented in clear reports. Lastly, Appium Studio supports large-scale parallel execution and comes with guaranteed OS version support.

Following is a step-by-step tutorial on how to install and use Appium Studio

DownloadAppiumStudio

1. Plug & play Appium testing - Quick installation and set up

1.1 Installation and set up

Here is a screenshot of the Appium Studio installation instructions in Experitest’s useful Online Guide:

Appium Studio 1

It really is as simple as that.

The tool comes pre-packaged with all of the required tools and dependencies. Even on a clean machine – you won’t need to install any other components. The hassle of installing Appium and related tools and maintaining version compatibility is completely avoided.

Installing and setting up Appium Studio is also simplified by the fact that you can work on Windows machines to write and execute iOS tests (and vice-versa).

In addition to the Online Guide, there is also an active Appium Studio community forum. It is used for questions as well as for version updates. According to my observations, questions are answered quickly both by the Experitest team and by a growing number of fellow Appium Studio users.

1.2 Quick provisioning of Apple credentials

Appium Studio allows you to work both with locally connected devices or with a selection of remote devices located in Experitest’s mobile device cloud: SeeTest Digital Assurance Lab.

Appium Studio Overview 19

As mentioned before, Windows and MAC machines can be used to test on both Android and iOS devices. Simulators and Emulators are supported as well.

Appium Studio provides a step-by-step Wizard for connecting local devices.

Appium Studio 1

1.3 Provisioning Apple credentials

Another place where Appium Studio saves a lot of time and frustration is provisioning Apple credentials, using a simple wizard to gather the information and automatically provision it any time it is needed.

Appium Studio 1

Appium Studio 1

Appium Studio 1

Once you enter your Apple developer account user and password, these credentials will be used to register any device you open to your account and to download the 'Provisioning Profile'.

Appium Studio 1

1.4 Installing and opening applications is quick and easy

Applications can be installed locally or uploaded and installed to the SeeTest Digital Lab.

Both options are just as easy and done using the application manager. Any actions done manually can be integrated into the automation scripts with utility commands.

The application manager allows you to perform numerous application management actions such as installation, launch, close, instrumentation, clearing data, uninstall, signing and management of language files.

Appium Studio also supports version management for effective automation.

9.Appium Studio 1.png

When opening an application, Appium Studio automatically identifies required capabilities and populates the capabilities area. You can select or de-select the capabilities according to the test scenario you wish to automate.

Appium Studio has several built-in applications and tests to help you get started.

Appium Studio 1

2. Visual interface for easy Appium testing

Appium Studio makes scripting tests extremely easy with the device reflection and set of visual tools. Tests can be created with a recorder or with the help of the highly visual Object Spy.

Both methods can be used for native, web and third-party apps.

Main areas in the Appium Studio visual interface are the Device Manager, Application Manager, Command Area, Device Reflection and Object Spy.

2.1. Dynamic Device Reflection

Selecting a device, whether local or remote, immediately opens a fully controllable device reflection. Perform operations such as clicking on the screen to access systems and 3rd party applications, use swipes and gestures, and click soft buttons such as the home button or control the device orientation. Through the device reflection, you also have access to important testing and test development tools such as the object Spy, the device vitals monitors, device log, and more.

Appium Studio 1

The device reflection is extremely powerful both for developing tests and for validation purposes: You can run your tests in Appium studio and watch them being executed on the reflection to ensure they are behaving as they should.

2.2 Recording a test

To record a test, simply click the record button, in the Appium Studio command area and use the device reflection to perform your use case.

Once done, the relevant commands will be populated in the command area. You can now run the test for instant verification, select or de-select steps and manage test capabilities.

The test code and log file, appear at the bottom of the screen for your convenience.

Appium Studio 1

2.3. The Object Spy

You can edit recorded tests or create new ones with the Object Spy.

This is a powerful tool that identifies and highlights all elements on a page, along with unique identifiers, whether native or web.

Simple copy paste functionality allows you to add unique identifiers to the command area, and help you create robust tests.

The Object Spy color codes elements on the device reflection to help you distinguish between instrumented (red) and non-instrumented (yellow) elements and web elements (blue). Your current selection always appears in green.

Testing outside the application

The most remarkable thing about Appium Studio is its ability to create tests outside the application context, even for iOS apps – something that is completely missing from Appium. Both the recorder and the object spy allow you to test system apps and 3rd party integrations just as easily as you would test a native app.

Appium Studio 1

2.4. Visual Test Reports

Each executed test generates a test report, including detailed test results, screenshots, and even videos.

Reports are easily accessible from the menu.

Appium Studio 1

Appium Studio 1

2.5. Performance testing

Appium Studio extends your coverage areas by monitoring device behavior such as battery or CPU consumption, and integration with other Experitest testing tools such as Network Virtualization.

Appium Studio 1

3. Robust Test Execution (local or remote)

Tests can be executed from Appium Studio on local or remote devices. You can execute tests with or without test capabilities, or run only specific commands.

You can see the test as it is being executed on the device reflection.

To create an automation project simply copy your code by clicking the “Copy to Clipboard” icon, and paste it into the automation project you created in your IDE.

3.1. Large-scale parallel execution

When speaking about mobile test automation, device and OS variety quickly increase the number of tests that need to be executed – this is another area where Appium Studio shines.

Appium Studio comes with out of the box Grid capabilities using the SeeTest Digital Assurance Lab.

Appium Studio comes with out of the box Grid capabilities using SeeTest Digital Assurance Lab.

Appium Studio 1

3.2. Running your test scripts in an IDE

Appium Studio allows testers to export their test cases as code scripts that can be run inside an IDE such as Eclipse or IntelliJ. Exporting test cases as test scripts gives the testers more control over the scenario, flexibility in terms of choosing unit testing frameworks (JUnit, TestNG, NUnit for .NET), and the option to expand their test scripts by forking scenarios and running them on multiple devices simultaneously.

To make use of Appium Studio’s code export feature, create any test case by recording it or by adding the steps manually. Once you have created the test case, click on the “code” tab below the list of test steps. You will then see the test case represented as a script with steps and desired capabilities already built into the code.

Appium Studio 1

Appium Studio features code export in several programming languages including Java, C# and Python. All you have to do is choose the programming language you use in order to run tests:

Appium Studio 1

Lakshay Sharma
I’M LAKSHAY SHARMA AND I’M A FULL-STACK TEST AUTOMATION ENGINEER. Have passed 16 years playing with automation in mammoth projects like O2 (UK), Sprint (US), TD Bank (CA), Canadian Tire (CA), NHS (UK) & ASOS(UK). Currently, I am working with RABO Bank as a Chapter Lead QA. I am passionate about designing Automation Frameworks that follow OOPS concepts and Design patterns.
Reviewers
Virender Singh's Photo
Virender Singh

Similar Articles

Feedback