InterviewSolution
Saved Bookmarks
| 1. |
What are the tools used in Appium for debugging? |
|
Answer» We generally use log data ( a log file is maintained WHEREIN whenever an error occurs, it is logged into this file) to see the CAUSE of the ISSUE, where the failure is occurring. So for iOS – iPhone configuration utility & for Android Monitor.bat, etc can be used. If you give the developer the logs from these tools, they'll be able to figure out what's CAUSING the problem quickly. Useful Resources: Automation Testing Android |
|