페이지

2023년 8월 19일 토요일

 

brew install node

sudo npm i -g npm

sudo npm install -g appium

sudo npm install wd


sudo appium


sudo npm install wd



sudo appium driver list


sudo appium driver install uiautomator2






2023년 8월 5일 토요일

Appium - Mobile Testing (Android/IOS) from Scratch + Frameworks

 1. What is Appium?

Applum is open-Source Mobile Automation tool for testing native Apps(Android & IOS) and mobile browsers

Applum Inernally uses WebDriver json wire(Which Selenium does)to test the Apps. so,  it is just like Selenium but for mobile


APPIUM:

Open source Mobile Automation tool.

The only Cross-platform test supporting tool

Works for native, hybrid and boile web apps.

Supports Web driver APU - Selenium Family!


Supported Platforms

- iOS

- Android

- Firefox OS


You can write the code in any language Supported by Webdriver:


Java, C#, Javascript, Python, Ruby.















2. Step by Step Instructions for Appoium Configuration in Windows/MAC


Download Java