Showing posts with label Appium. Show all posts
Showing posts with label Appium. Show all posts

Monday, 11 May 2015

simulator list


 >  xcrun simctl list  


Appium Problem

If you get below error message :

 info: [debug] Error: Could not find a device to launch. You requested 'iPhone 6 (0249BE06-CD62-4873-ABBD-10849C84C13D) (8.1 Simulator)', but the available devices were: ["iPhone 6 (8.1 Simulator) [0249BE06-CD62-4873-ABBD-10849C84C13D]"]

Solution :

Appium GUI from in list "'iPhone 6 (0249BE06-CD62-4873-ABBD-10849C84C13D) (8.1 Simulator)" remove all text except "iPhone 6" and try again.

Saturday, 2 August 2014

Appium Installation II

First of  I installed wmWare  and Mac OS X Maverics in my virtual machine for the installation here  

Need to install XCode from Apple Store

Need to install Appium for MacOS ( don t try to open it directly from image file ) from here

Install Java JDK

 from the appium website follow below commands, before start you need to check permissions (chmod)

 dont use sudo command when you install !

  
if eveything successful  you can appium 
  
  

Appium - I





  • You can use any language you like when you write testcases (because of jsonwire protocol)
  •  No need to change or modify appplication code which we test
  • Open source tool we can test mobile hybrid and native applications 
  • Appium is an HTTP server which is written in node.js