Posts
Top 10 API Testing tools ( for 2020 )
API (Application Programming Interface) Testing is a type of testing that validates if the APIs are developed as per the requirements.…
Connect Android device wirelessly (over Wi-Fi) to your machine
When you want to run tests on android devices, you have to connect your phone(s) to your test running machine. Adding and removing dif…
Start & Stop Appium Server Programmatically using Java (MAC OSX)
Appium is widely used for mobile automation these days. You have to have your Appium server up and running before you can run your aut…
Install & Setup Android SDK and ADB on Mac OSX
We have already seen how to install and configure Android SDK on windows. In this post we will see how to install and configure Androi…
Sending keyboard input via ADB to your android device
Say you are writing an Appium test for Android and you are required to interact with native Android keyboard. Let’s take a test scenar…
Appium desired capabilities for iOS
In our previous post, we saw Appium desired capabilities specific to Android. Here we have listed all the desired capabilities for iO…
Appium desired capabilities for Android
In our previous post, we understood about Appium desired capabilities. Appium supports Android, iOS and FirefoxOS platforms, hence the…