When you are at final step to execute test automation script for mobile app testing on a mobile emulator or a virtual device or a real device, you might observe that script execution fails with different kinds of errors, In context to current article you will look at the error and solutions for: INSTALL_FAILED_ALREADY_EXISTS: Attempt…
You have now arrived to the last step, i.e. to execute your first test automation script on a mobile emulator for mobile app testing. As part of this article you will get to know the steps to start emulator or android virtual device and run the test automation script which was created in earlier steps: create your…
Now that we have installed all required software and created the project with all configurations done, ready with the test automation script to get executed in the virtual device, but before to that you need to launch and start the appium server. Only then the selenium instructions are diverted to virtual mobile device i.e. via appium…
Now is the time to create a android virtual device or mobile emulator in android studio IDE, it is the place where you want to execute the test automation script that you have created in earlier step. This is a one time step, but you may have to perform this repeatedly whenever you want to work…
Now that you have created your first project in android studio and added all the required selenium libraries, you will now see how to create your first test automation script to automate mobile app testing, you will also be introduced to the code that you need to write in selenium @ android studio, for this automation…
Once you have created the project in android studio by following the article: how to create project in android studio, your next step is to configure the android project with selenium libraries, in order to work with selenium WebDriver based test automation script. We are focusing more on Java code as reference. Steps to configure…
Once you have successfully installed Latest Android Studio software, you can get started with creating a project in android studio. It is quite simple to create a project using the latest versions of Android studio. Step by Step instructions to create project in Android Studio: Open Android studio tool from Start Menu. It might take…
This is one of the exciting areas for all testers and had picked up a lot of value in the recent past. A huge number of opportunities are available now in the market for test automation of mobile app testing, especially using Appium, Android Studio & Selenium WebDriver. The very first time when I explored this area, I…
When working on customer projects in software companies, customer shares url(s) with vendors and vendors get a message saying unable to access url, in spite within customer network, i.e. VPN connected or plugged in to customer network using a WiFi or a LAN cable. This article is a small tip and provides as a solution. The steps…
If you are working on test automation of enterprise application or applications with huge functionality and various combinations of test data or you need to verify authorization for different roles and responsibilities, you would surely end up in to situations where you must close the entire application and start from clean state. Especially if you are testing…