Test cases for android (Memory related and some general scenarios)
Test cases for android app testing: Memory Related Scenarios: 1. Fill up the Full phone memory with other files and data, and then try to install the APP on the phone. Expected Result: The APP should not get installed on the phone and the user should be shown a native warning from the phone OS. 2. Fill up the memory with files and data and leave exactly the same amount of memory required for the installation of the APP. Expected Result: APP should get installed on the phone, but as you launch the APP the phone should refuse as it doesn’t have even 1 KB of extra space that the APP might require to cache some data. 3. Leave only a small amount (5-7 KB) of space for the app to run. While you are in the app and continuously making server calls this memory will also get filled up. Expected Result: The app should give a warning stating low memory. Note: Checking point number 3: Ensure that there is no memory card in the phone. You can fill up the memory using Image files....