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 6. How to Synchronize Tests

In the earlier chapters, we completed the journey of writing a basic test scenario that runs on the emulator. We started with the machine setup, creating an Appium Java project and then writing the first Appium test. We also looked at how to use the Appium inspector to find locators. During this process, we wrote a couple of scenarios and automated them. Robustness and reliability are the traits of a good automated test. However, while writing a test, sometimes we need to keep the test execution speed in sync with the actual app performance; this way, the script won't fail for issues such as the app not loading rapidly. So far, we handled it using Thread.sleep() in our code, which is not the best way to handle synchronization.

In this chapter, we will learn about the following:

  • Different driver types available in Appium
  • Wait strategies:
    • Implicit wait
    • Explicit wait
    • Fluent wait

And we will refactor the code to implement these.

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 €14.99/month. Cancel anytime}