Today we will learn
1. How to install Node.js
2. How to install Appium
3. How to setup Android device (mobile) for automation
4. Connection and Validation
5. Run TestCase on mobile
Step 1 : Check if Node.js is already installed
node -v
node --version
npm -v
npm --version
Step 2 : Download and install Node.js
https://nodejs.org/en/download/
check node.js is installed by running the above commands
node -v
npm -v
where node
Step 3 : Install APPIUM
check Java is installed on your system
java -version
npm install -g appium
npm install -g [email protected]
Check if appium is installed
appium --version
appium -v
where appium
Step 4 : Open Katalon Studio and connect to Appium
Step 5 : Setup android mobile device for automation
1. Settings - About Phone - tap 7 times on Build number
2. Settings - Developer Options - enable USB Debugging
Step 6 : Connect android device to your system (usb cable)
Step 7 : Run the sample mobile test project
Step 8 : Create a new test and try mobile recording
Run and Validate
References:
https://nodejs.org/en/download/
https://docs.katalon.com/display/KD/Mobile+on+Windows
http://appium.io/
____________________________________________________________
Katalon Studio Beginner Tutorial Playlist
playlist?list=PLhW3qG5bs-L_D4ZePNNjvmIULuu6mBHbu
Like on Facebook - https://chat.irish/automationstepbystep/
Subscribe on:
Youtube - http://youtube.com/automationstepbystep .
.
________ ONLINE COURSES TO LEARN ________
Visit - http://automationstepbystep.com/
------------ Follow ------------
Facebook - https://chat.irish/automationstepbystep
Twitter - https://twitter.face.cx/automationsbs
Youtube - http://youtube.com/automationstepbystep
Tags: None