Hard reset on a device is very challenging due to various reasons like different languages (Chinese, Spanish etc) This blog focuses on the steps to Hard reset the device and to...
The problem statement is when we want to load specific JavaScript on the loaded webpage within WebView in any Android Application There are two ways to achieve the results...
Recently, we found an interesting bug while working with one of our partners The issue was that even though our application and the libraries needed for our application were not...
AsyncTask is used to perform time talking operations in android, but it’s marked as deprecated from android 11 There are many alternatives are available for replacing...
Overview Users don't want an app that uses a lot of their energy life because their mobile devices have limited battery life As a result, testers must keep an eye on the app's...
What Is an Enum A variable can be an enum type, which is a specific data type that allows it to be a set of specified constants Enums in Java can be thought of as classes...
The Battery Historian feature shows how a device's battery consumption has changed over time The programme visualizes power-related events from the system logs in an HTML...
In a project with multiple classes, if a class (Class X) is dependent on another class (Class Y), then Class Y is a dependency on Class X To access Class Y in Class X, it...
Vector Drawables are supported from API level 21 in Android and it was introduced to improve the performance by reducing image rendering time and the APK size but if we use them...
Using Bug Report: Reproduce the ANR and Capture the Bug report via Take bug report option from Developer options or via adb bugreport command Search for Reason for ANR...