What is the role of ADB in mobile testing?
ADB (Android Debug Bridge) is a command-line tool used to interact with Android devices. It allows testers to install apps, capture logs, debug, and perform various other tasks like taking screenshots or running shell commands. It’s essential for debugging and managing Android devices during testing.