automation testing with appium

Launching any application using Appium

Reading Time: 2 minutes In the last blog we learned how to identify different elements using Appium (https://blog.knoldus.com/finding-elements-using-appium-inspector/) . In this blog we will see how we can launch any application using Appium. It is not always possible to get the APK of the application that you want to test using Appium. For example, if we want to test any system application such as the messages app of any Continue Reading

Appium: How to configure a Real Device?

Reading Time: 4 minutes Hello everyone, As we have already talked about sessions and emulators in our previous blogs like how we will test our application with the help of an emulator. Now many of us may have this question is it also possible for us to validate or test our application on the real devices?? In this blog, we will learn to configure a real device for testing Continue Reading

Finding elements using Appium Inspector

Reading Time: 4 minutes In the previous blog, we had seen how we can install Appium on our local system. So in this blog, we will see how we can use Appium inspector and find different types of elements in them. So lets first see why we require Appium inspector? Why Appium Inspector? Testing a mobile application and a web application is different from one another. The main difference Continue Reading

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

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

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