mobile automation tool

Introduction to Appium and it’s Drivers

Reading Time: 5 minutes In this blog we will see what is Appium and what are all the requirements for installing and running Appium on your system. Appium is an open source tool used for testing android, web, iOS and windows application as well. Appium is supporting native and hybrid applications as well where application is developed for on native platform such as for android or iOS. It also Continue Reading

Protractor: One stop for Web/Mobile Application Testing

Reading Time: 2 minutes Automation testing processes are gaining popularity in order to have a degree of excellence in terms of speed quality and accuracy. A strategy to adopt Automation Testing should clearly define the scope of the tool selected for execution. In contrast with the past, Angular has been a boost with the provision of the next generation framework and uses HTML to define the application’s user interface. Continue Reading

Nuts and Bolts Of Appium

Reading Time: 4 minutes Hello everyone, in this blog, I will be sharing some basic concept and installation process of Appium on your Linux system. In a job profile like QA you should be open to work on any kind of technology stack based on your project. You should not limit yourself to a specific skill set. In short as a QA you should be able to assure the Continue Reading

Appium-Mobile App Automation[Test an app]Part-2

Reading Time: < 1 minute In our last blog we describe Installation and configuration of Appium on Ubuntu machine.Now we explain how to run automation test case on android device (Mobile App Automation) using appium. So for test the app we have to put the app apk in android device which we want to test.After that we start the writing the code using selenium webdriver.We are using TestNg famework with Continue Reading