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

Machine setup for macOS


Setting up the machine will require a bunch of software and packages to be installed. Let's start with bash_profile. Open the terminal and type in the following command (in the home directory):

ls -al

This should return all the hidden files and directories under the home directory. Check whether the .bash_profile file is present; if not, type the given command to create one:

touch .bash_profile

Installing Java

If you have had the development machine set up before, you might have a couple of software and packages already installed. You can skip the installation part and check for the version of the installed packages. If the versions are significantly old, you might want to upgrade them.

For the new machines, follow the mentioned steps for installing Java:

  1. Visit the JDK download page and download the jdk-8uversion-macosx-xxx.dmg package based on your machine configuration (either the amd64 or x64).
  2. Install Java from the downloaded package.
  3. Once installed, launch the terminal...
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}