Category: Appium Tutorials
A Unique way to Emulate chrome browser for Mobile testing without Emulator
November 17, 2019
We have discussed a lot about mobile testing using Appium. This is one of the innovative tutorials which is going to talk about the technique to emulate chrome browser …
Discovering Mobile Elements using Screencasting devices in Chrome
October 6, 2019
Mobile Elements are Mobile web elements and native elements, like WebElements, referred for the objects present on desktop UI. It’s very much important to have proper strategies to identify …
Useful ADB Commands for Appium Testing
October 5, 2019
ADB is the soul in Appium testing, without it; we can’t proceed with a single step. Well, hope you enjoyed reading our last article on top Git interview questions; …
How to run Appium tests on Android devices over Wi-Fi?
September 30, 2019
I just had release cycle completed and had to run sanity pack for mobile as well as a desktop application. That day, unfortunately, I missed the cable at home …
How to install app in Android device with Java & ADB command in Appium?
September 15, 2019
If you remember in the previous tutorial we discussed triggering Appium server with Java programming, which is a good solution when we have to run our automation tests cases …
A quick guide to Auto start Appium Server using Java for Continuous Integration
August 11, 2019
DevOps is the current trend in IT for faster delivery of the ready product. During the whole pipeline process, automated test for desktop application will start automatically at the …
How to Test the Android Native app with AppiumDriver & Selenium?
July 30, 2019
I would like to inform you that I am traveling while writing this blog post, Hope it will be completed in 1 hour 40 minutes flight journey. The main …
How to run the Appium test on Android mobile browser using Selenium?
July 28, 2019
We have already discussed all the Appium basics required before running the Appium test on Android mobile browser. In general, we use Google Chrome on Android so in this …
How to configure Appium with Selenium, Maven, and TestNG in Eclipse?
July 27, 2019
In previous Appium tutorials, we have seen the configuration of Emulator for performing Appium testing. The next question would be how shall we send our test to mobile devices? …
How to Get Android App Package and App Activity for Appium Testing?
July 26, 2019
We have discussed all the basic steps to launch our mobile automation project with Appium. Now we are in the phase where we need to build Appium tests for …