Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

How to test android application in Appium

2025-04-04 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Servers >

Share

Shulou(Shulou.com)06/01 Report--

How to test android application in Appium? for this problem, this article introduces the corresponding analysis and solution in detail, hoping to help more partners who want to solve this problem to find a more simple and feasible method.

Install based on the instructions on the official website, as follows

> brew install node # get node.js > npm install-g appium # get appium > npm install wd # get appium client > appium & # start appium > node your-appium-test.js

The program is developed based on nodejs, and the results are as follows.

Appium &

The default port is: 4723

You also need to install android sdk

1. Download android tools first at: https://developer.android.com/studio/#downloads

two。 To install android platform-tools, the installation command is:

Bin/sdkmanager "platform-tools"platforms;android-24"

3. Configure environment variables

Export ANDROID_HOME= "/ usr/local/android"

Export PATH=$PATH:/usr/local/android/platform-tools

After the installation is complete, the effect is as follows

➜~ cd / usr/local/android

➜android git: (master) ✗ ls-alh

Total 24

Drwxr-xr-x 8 chaos staff 256B 9 28 17:48.

Drwxr-xr-x 28 root wheel 896B 9 28 17:32..

-rw-r--r--@ 1 chaos staff 6.0K 9 28 17:35. DS _ Store

-rw-r--r-- 1 chaos staff 16B 9 28 17:47.

Drwxr-xr-x 3 chaos staff 96B 9 28 17:47 licenses

Drwxr-xr-x 19 chaos staff 608B 9 28 17:48 platform-tools

Drwxr-xr-x 3 chaos staff 96B 9 28 17:48 platforms

Drwxr-xr-x@ 14 chaos staff 448B 9 28 17:36 tools

➜android git: (master) ✗

This is the answer to the question about how to test the android application in Appium. I hope the above content can be of some help to you. If you still have a lot of doubts to be solved, you can follow the industry information channel to learn more about it.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Servers

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report