ADBTool with user friendly UI is very helpful for QA Engineers to test and validate Android mobile apps faster. It reduces the test execution time by 40-50 percent.
Installation:
In order to use this tool you should install ANDROID SDK. And set Android SDK path in Environment variables as ANDROID_HOME.
How to Run :
Windows: By just double clicking on it.
MAC or Linux: java -jar adbtool.jar
Capturing and editing screenshot is one of the painful work for QA engineers. QA Engineers...
JarBrowser is a Java development utility for searching and browsing the contents of a set of jar and zip files. It supports searching for classes across multiple jars, plus a variety of other features. Great for solving CLASSPATH issues.