appium configuration on ubuntu

Sessions In Appium

Reading Time: 3 minutes Hello everyone, I hope you all are doing well. As we have already discussed what is Appium, what are the advantages of Appium over other automation tools in our previous blog, in this blog we will discuss sessions in Appium, how important it is in testing your application. Sessions in Appium are mainly used for communicating with Appium server. Let’s get started: Session: As in Continue Reading

Introduction to Appium and it’s Drivers – 2

Reading Time: 3 minutes In the previous blog we discussed different drivers which are supported by Appium. https://blog.knoldus.com/introduction-to-appium-and-its-drivers/ . In this blog we will learn about emulator, and installing GUI version of on Ubuntu. Emulator Setup An emulator is a software which uses computer resources to behave like another computer system. Using emulator we can emulate any android device on our local computer system. We can use AVD (Android 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

Appium-Mobile App Automation [configuration and Installation] Part-1

Reading Time: 2 minutes In this blog, we will describe Installation and configuration of Appium on Ubuntu machine. This is the first part of Mobile App Automation using Appium. Appium is open source test automation framework which is used for testing the hybrid app,native app and mobile web app on Android and iOS using webdriver. Appium work on distributed open source mobile UI testing framework. It run the automation Continue Reading