Mobile Automation: Tools and Coding Languages

So today is the day to know about the things used for Mobile Automation. 

Before proceeding on that it would be good to know why actually you need tools to do Set-up. I have mentioned below reasons:

1) An editor for writting the code
2) A local server to make a connection between Test mobile device and Editor
3) Test Devices
4) Programming Languages

We will cover all the mentioned points in detailed:

Point 1(Editor) :
Basically there are number of Editors which we can use as per our preferences like:
- Eclipse
- Net Beans
- Visual Studio and many more

Point 2(Server):
Most of the organization used below server for Mobile Automation as it fulfill most of the requirements:
- Appium

Point 3(Test Devices) :
As per your need you can use different different devices, but in the current market mostly below two are on boom
- Android Devices(Samsung, Nokia, Motorola etc) 
- IOS Devices(iPhones) 

Point 4(Coding Languages) :
For Mobile automation below are the mostly used languages for writing test scripts:
- Java
- Python


Have a Happy Testing!!

Comments

Popular Posts