Thursday, 23 October 2014
Thursday, 16 October 2014
Setting up Appium in Windows Machine
Setting up Appium in Windows Machine
- Download Android SDK and Install in local machine
- Download Node.js from this location :
- Install Node js on the system
- Open command prompt and run below command:
- npm -version [Result should be node version running on your system]
- Now run below command to download appium module
- npm install -g appium
- Once download completes:
- 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
- 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.
- ALL SET!! You are ready to write/debug your first test.
Saturday, 1 February 2014
Selenium 3 on its way!!!
Hello Friends,
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
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
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!!!
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!!!
- Robotium : http://code.google.com/p/robotium/
- Appium : http://appium.io/
- Testdroid : http://testdroid.com/
- Ranorex : http://www.ranorex.com/
- Monkeytalk : https://www.cloudmonkeymobile.com/
Subscribe to:
Posts (Atom)