Thursday 16 October 2014

Setting up Appium in Windows Machine


Setting up Appium in Windows Machine

  1. Download Android SDK and Install in local machine
    1. https://developer.android.com/sdk/index.html?hl=i
  1. Download Node.js from this location :
    1. http://nodejs.org/download/
  1. Install Node js on the system
  1. Open command prompt and run below command:
    1. npm -version [Result should be node version running on your system]
  1. Now run below command to download appium module
    1. npm install -g appium
  1. Once download completes:
    1. Run apppium in the command prompt [server should get started, Below message should show up / Version number should be different]
                                           info: Welcome to Appium v1.2.2 (REV cf6ff5939ddc6b4d45fcbabfbfe13c950e0058c4)
                                           info: Appium REST http interface listener started on 0.0.0.0:4723
                                           info: LogLevel: debug
  1. If you want to run appium tests in emulator then create emulator (http://developer.android.com/tools/devices/managing-avds.html) or else install drivers for the device under test.
  1. ALL SET!! You are ready to write/debug your first test.

Saturday 1 February 2014

Selenium 3 on its way!!!

Hello Friends,

Selenium Logo
Selenium has been a great tool to automate browser related tasks. Now community developers are working on to release Selenium 3. We hope lots of new features to be included in this release.

Check below link for more information!!
Selenium 3 is coming






Thanks
Dibyaranjan

Friday 31 January 2014

Android SDK set up in Eclipse Video

Hi Friends,

Please find a nice video explaining about "How to set up Android SDK in Eclipse IDE". This is really required to get started for android automation testing.




Thanks
Dibyaranjan

Thursday 30 January 2014

Useful Android Automation Tools

Hello Friends,

Today, I am posting some of the available android automation tools in the market. Some are free and some are paid, please go through their websites and see which is more appropriate for you.

Happy Automating!!!




Related Posts

Related Posts...