ADB commands helpful for android automation
ADB (Android Debug Bridge) is a command line tool that let’s us communicate with an emulator or real device. How…
ADB (Android Debug Bridge) is a command line tool that let’s us communicate with an emulator or real device. How…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
Tapping on any WebElement on screen is same as clicking on the object, (just, tap word is a mobile term),…
There are situations where we need to toggle any settings to ON/OFF, e.g – switch ON/OFF wifi. We can automate…
For sorting in the order of ascending or descending, we have one of the most popular sorting technique is bubble…
In our earlier posts Maven in eclipse – part1 and Maven in eclipse – part2, we have seen how to…