Dokumen - Tips Appium 58be2030de2fc
Dokumen - Tips Appium 58be2030de2fc
Un-Install an App :-
adb uninstall package_name_of_apk
adb uninstall com.famelive
How to get App Properties:-
• For app properties we have to use command:-
D:\SDK\build-tools\22.0.1\aapt.exe dump
badging app_name.apk
What is Appium?:-
Appium is an Open source , Cross Platform test
automation tool for mobile apps
Hosted with GitHub
Maintained by Dan Cuellar, Jonathan Lipps and a
number of other contributors
Supports automation of Native , Hybrid and
Mobile Web apps
Based on WebDriver JSON wire protocol
Based on Client-Server Architecture
Appium Server written in Node.js
Appium Architecture:-
How to Use or Run Appium?:-
Go to the Appium folder you downloaded earlier and run Appium.exe.
Click on General Settings button (second button) and verify URL you defined
in Eclipse matches the server address and port from the Appium app.
Click on Launch Button.
How to program in Eclipse using
Appium:-
What are Desired Capabilities?
Desired Capabilities are a set of keys and values sent to the Appium server to tell the
server what kind of automation session we’re interested in starting up.