1.What is the difference between Mobile Application Testing and Mobile Testing?
2.What are the advantages of the Android Operating System
3.Which components are necessary for a New Android project?
4.What is the importance of setting up permission in app development?
5.Which are the dialog boxes supported by the Android platform?
1)What is the difference between Mobile Application Testing and Mobile Testing? Answer: Mobile app testing is the testing of applications on a device which mainly focuses on functions and features of the application. And Mobile Testing is the testing of the actual mobile device and focuses on mobile features like Call, SMS, Contacts, Media Player, inbuilt browsing 2)What are the advantages of the Android Operating System? Answer: It is open-source and platform-independent. It supports various technologies like Bluetooth, Wi-Fi, etc 3)Which components are necessary for a New Android project? Answer: Whenever a new Android project is created, the below components are required: manifest: It contains an XML file. build/: It contains build output. src/: It contains the code and resource files. res/: It contains bitmap images, UI Strings and XML Layout i.e. all non-code resources. assets/: It contains a file that should be compiled into a .apc 4)What is the importance of setting up permission in app development? Answer: Once the permissions are set for the app development, then the data and code are restricted to the authorized users only. If the code is kept without any restriction or if it is accessible to anyone then there are chances of compromise of code which results in defect leakage 5)Which are the dialog boxes supported by the Android platform? Answer: Android supports four types of dialog boxes: AlertDialog: It has a maximum of 3 buttons and sometimes AlertDialog includes checkboxes and Radio buttons to select the element. ProgressDialog: It displays the progress bar or wheels. TimePickerDialog: Using this dialog box, a user selects the Time. DatePickerDialog: Using this dialog box, a user selects the Date