Reader small image

You're reading from  Mobile Test Automation with Appium

Product typeBook
Published inJun 2017
PublisherPackt
ISBN-139781787280168
Edition1st Edition
Tools
Right arrow
Author (1)
Nishant Verma
Nishant Verma
author image
Nishant Verma

Nishant Verma is a co-founder of TestVagrant Technologies. Its a service start-up addressing testing solutions for B2C companies with a focus on mobile and web, and helps companies deliver faster and reliably. Nishant has 11 years of experience in software development and testing. He has worked with IT companies such as ThoughtWorks Inc., Aditi Technologies, and Altisource. He has extensive experience in setting up agile testing practices, functional and non-functional test automation, mentoring, and coaching. In the past, he has worked on web UIs and specializes in building test solutions in the mobile domain. He has hands-on experience with test automation tools such as WebDriver (Selenium2), Calabash, Frank, Appium, Watin, Sikuli, QTP, and DeviceAnywhere. He actively maintains his own website on testing techniques, agile testing, automation techniques, and general learning. He has contributed to leading testing journals such as Testing Circus and Software Developer's Journal, and has been an active speaker at vodQA (testing event of Thoughtworks). Nishant has authored a reference book on how to use Appium for automating Android apps using Java, which is available on Gitbook. It has received close to 200,000 views, 40,000 readers online, and has been downloaded around 3,000 times.
Read more about Nishant Verma

Right arrow

Installing the new Appium app


Appium has recently released a new open source GUI app for Mac/Windows/Ubuntu users. It's an app with a new UI and doesn't require node or NPM to be installed. It's built using electron (for more information visit: https://electron.atom.io/) and comes bundled with node runtime. It can be downloaded and installed from the specified location (for more information visit: https://github.com/appium/appium-desktop/releases/tag/v1.0.0). Based on your machine OS, you can choose to download the respective installer file and install the Appium app. The latest released version is 1.6.4.

Here's how the new Appium app looks when you launch it after install:

At the first glance, it allows you to do the following:

  • Start a simple server (version 1.6.4) with the default configuration
  • Explore some additional settings under the Advanced tab, and then start the server or save it as presets

Let's take a detailed look at starting a simple server.

Starting a simple server

To start an Appium...

lock icon
The rest of the page is locked
Previous PageNext Page
You have been reading a chapter from
Mobile Test Automation with Appium
Published in: Jun 2017Publisher: PacktISBN-13: 9781787280168

Author (1)

author image
Nishant Verma

Nishant Verma is a co-founder of TestVagrant Technologies. Its a service start-up addressing testing solutions for B2C companies with a focus on mobile and web, and helps companies deliver faster and reliably. Nishant has 11 years of experience in software development and testing. He has worked with IT companies such as ThoughtWorks Inc., Aditi Technologies, and Altisource. He has extensive experience in setting up agile testing practices, functional and non-functional test automation, mentoring, and coaching. In the past, he has worked on web UIs and specializes in building test solutions in the mobile domain. He has hands-on experience with test automation tools such as WebDriver (Selenium2), Calabash, Frank, Appium, Watin, Sikuli, QTP, and DeviceAnywhere. He actively maintains his own website on testing techniques, agile testing, automation techniques, and general learning. He has contributed to leading testing journals such as Testing Circus and Software Developer's Journal, and has been an active speaker at vodQA (testing event of Thoughtworks). Nishant has authored a reference book on how to use Appium for automating Android apps using Java, which is available on Gitbook. It has received close to 200,000 views, 40,000 readers online, and has been downloaded around 3,000 times.
Read more about Nishant Verma