how to run appium 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

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