Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Mobile Test Automation with Appium

You're reading from  Mobile Test Automation with Appium

Product type Book
Published in Jun 2017
Publisher Packt
ISBN-13 9781787280168
Pages 256 pages
Edition 1st Edition
Languages
Author (1):
Nishant Verma Nishant Verma
Profile icon Nishant Verma

Chapter 4. Understanding Desired Capabilities

In the last chapter, we saw that the boilerplate code generated by Appium Inspector had a bunch of lines that used the DesiredCapabilities class and passed a certain set of keys and values to the Appium server. In this chapter, we will take a detailed look at the following:

  • Appium server arguments
  • Desired capabilities for Android
  • Desired capabilities for iOS
  • iOS XCUITest related iOS capabilities

Before we take a dive in there, we will refactor the code written in the last chapter and introduce the concept of hooks before and after, which acts like setup and tear down and will take care of starting the Appium server programmatically and then stopping it.

In test automation with Appium, all the commands are executed in the context of a session. A session is initiated by a client with a server in ways either specific to Android or iOS and with a JSON object called desired capabilities.

Let's refactor the existing code to add handling the Appium server...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}