Sunday, 3 May 2015

Appium : Getting started : Setup part 3

Installing Appium.exe and Appium.app

·         Click on Appium.exe (Window) or  Appum.app  (MAC)
Follow installation instruction
·         After installation you will get a Appium desktop sortcut
·         Double click on Appium desktop 
·         Appium UI opens


·         Click on   to start server
Server starts running on default port 4723 (window) or 4725 (MAC)


Understanding Appium Server fields functionality



o   Application path – .apk or .app path (AUT)
o   Package :  Application package *
o   Wait for package: Wait to load given app package*
o   Activity:  Application start activity*
o   Wait for activity:  Wait to start given activity*

* Automatically populated when you browse application

o   Browser:  Browser name for mobile web app
o   Launch AVD : AVD for test execution (Entry in AVD list fatch from AVD manager)
o   Device ready timeout: Appium server wait for giving time to load AVD
o   Capability: Platform Name: Test environment for window its Android/Firefox os
o   Automation name: For API-17 + it Appium and API-17- its Selendroid
o   Platform version: version on platform: 4.4.2 etc
o   Devices name: if you have not configured AVD and trying to connect read devices then you can enter UDID of device.



Write first Test class

 
Once you click Run as testing  test file starts sending command to Appium server which is running on same port 

No comments:

Post a Comment